• Recent
    • Tags
    • Popular
    • Register
    • Login

    Please Note This forum exists for community support for the Mango product family and the Radix IoT Platform. Although Radix IoT employees participate in this forum from time to time, there is no guarantee of a response to anything posted here, nor can Radix IoT, LLC guarantee the accuracy of any information expressed or conveyed. Specific project questions from customers with active support contracts are asked to send requests to support@radixiot.com.

    Radix IoT Website Mango 3 Documentation Website Mango 4 Documentation Website Mango 5 Documentation Website

    Interoperability between hmc5883l (i2c) sensors, raspberry pi3, python and mango

    Scripting general Discussion
    2
    2
    914
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • 1
      12137022
      last edited by

      Is it possible to receive data from hmc5883l (i2c) sensors, through a raspberry pi 3. Treat this data on python and send it directly, without having to send it to a database? I would like to monitor the sensors in real time and display in a graphical interface. Any help will be appreciated.

      1 Reply Last reply Reply Quote 0
      • phildunlapP
        phildunlap
        last edited by phildunlap

        Hi 12137022, welcome to the forum!

        Is it possible to receive data from hmc5883l (i2c) sensors, through a raspberry pi 3.

        This question is outside the scope of this forum. It probably is possible, I would expect there are guides out there for doing I2C on an RPi and possibly the specific sensor. And maybe someone here will know, too.

        Treat this data on python and send it directly, without having to send it to a database?

        What do you mean? Mango can have points that do not log, and you could just have a list in python that grows until you run out of memory. So, yes, that is possible, whichever you are seeking to avoid databases with.

        I would like to monitor the sensors in real time and display in a graphical interface.

        Once you've gotten your values into Python, you can queue them in a simple list and publish them to Mango all sorts of ways. This seems like it's duplicating the very recent question: https://forum.infiniteautomation.com/topic/3737/import-values-from-python-script

        1 Reply Last reply Reply Quote 0
        • First post
          Last post