Telemetry - Meshtastic Month of Modules

แชร์
ฝัง
  • เผยแพร่เมื่อ 16 ธ.ค. 2024

ความคิดเห็น • 55

  • @HectorReviews
    @HectorReviews ปีที่แล้ว +8

    Great video! Please do one about the MQTT to connect via internet to bigger groups!

    • @Meshtastic
      @Meshtastic  ปีที่แล้ว +2

      Great suggestion, and you're not alone. There's been a few requests for this video. We're putting together some ideas for videos after our Month of Modules series and we'll keep this in mind. Stay tuned!

  • @cmdbill
    @cmdbill ปีที่แล้ว +6

    Loving the videos! Thank you!

  • @jmcasler1512
    @jmcasler1512 ปีที่แล้ว +2

    This is sweet! Thank you for sharing!

  • @dylan_00
    @dylan_00 ปีที่แล้ว +2

    Maybe not the best place to ask this, but I'm curious - I would love to be able to integrate some longer-range LoRa sensors into Home Assistant. I know Meshtastic already has MQTT support, but I truthfully have no idea how I would get the data from Meshtastic/LoRa into MQTT. Can I just set up a "Meshtastic Base Station" with an ESP32-based Meshtastic device at home, and then have it send data directly via MQTT to an MQTT broker? Or does it have to go through the mobile app? Thank you!

    • @Meshtastic
      @Meshtastic  11 หลายเดือนก่อน +1

      meshtastic.org/docs/software/mqtt/home-assistant

  • @vinceparker2888
    @vinceparker2888 25 วันที่ผ่านมา

    The DS18B20 is a great outdoor temp sensor that allows multiple sensors to share "1 data wire". Any chance that might be supported in the future?

  • @WX4GPS
    @WX4GPS 10 หลายเดือนก่อน +5

    need tipping bucket rain gauge and wind reporting is all I need support for.

  • @pauluzzi293
    @pauluzzi293 11 หลายเดือนก่อน

    I have the Rak12039 particle sensor and I am trying to integrate it into Meshtastic using the Wisblock. Could you go over swinging it up specifically? Does the data from this sensor get shown in the Meshtastic App?

    • @Meshtastic
      @Meshtastic  11 หลายเดือนก่อน

      No data from this sensor is currently displayed in the apps. The raw data is just sent over the mesh.

    • @pauluzzi293
      @pauluzzi293 9 หลายเดือนก่อน

      @@Meshtastic I have the Rak12039 sending me "step 1" or "Step 0" based upon which GPIO pin to monitor. IS there a specific GPIO pin I should tell it to look for data at?

  • @ManuelLausmann-Funktechnik
    @ManuelLausmann-Funktechnik 11 หลายเดือนก่อน

    Hello, I have connected the PMSA003I sensor and BME680 sensor to the I2C interface on the TTGOLora32 board. Unfortunately, I only see the data from the BME but not the PMSA003I. What could be the problem?

    • @Meshtastic
      @Meshtastic  11 หลายเดือนก่อน +1

      Have you tried running them separately? The PMSA003I takes a lot of power. Is the fan running? I would try disabling the BME and go from there. Feel free to join the discord for additional help.

    • @ManuelLausmann-Funktechnik
      @ManuelLausmann-Funktechnik 11 หลายเดือนก่อน

      @@Meshtastic The fan runs perfectly, everything hardware seems to be working fine. I will try to install it individually but that would of course be counterproductive because I wanted to build a weather sensor board.

    • @ManuelLausmann-Funktechnik
      @ManuelLausmann-Funktechnik 10 หลายเดือนก่อน

      Unfortunately I couldn't find a solution on Discord and have now disconnected the BME. But the PMSA is not recognized.​@@Meshtastic

  • @Tom-jd1rm
    @Tom-jd1rm 5 หลายเดือนก่อน

    How do I get the Battery infor to appear under Device Metrics when looking meshtastic map at my devices.

    • @Meshtastic
      @Meshtastic  4 หลายเดือนก่อน

      In iOS it is visible when you tap on the device. In Android, I don't think it provides any additional information other than the device's location.

  • @G3driver
    @G3driver 8 หลายเดือนก่อน

    How do you show barometric readings in inHG on the app using a BME680 and a RAK 4631?

    • @Meshtastic
      @Meshtastic  7 หลายเดือนก่อน

      The firmware outputs the barometric readings in hPA.

    • @G3driver
      @G3driver 7 หลายเดือนก่อน

      @@Meshtasticyou can You can use multiplication to convert hectopascals (hPa) to inches of mercury (inHg). Multiply the value in hPa by 0.02953 to get the equivalent value in inHg.

    • @G3driver
      @G3driver 7 หลายเดือนก่อน

      Is there anyway you can add this feature

  • @NUkiwi
    @NUkiwi 10 หลายเดือนก่อน

    Hi team, addicted newbie here. First, what a fantastic project and thanks so much for the work you are doing! Love previous suggestions, so here another one. How about a Soil module that supports moisture, pH and light?

    • @Meshtastic
      @Meshtastic  9 หลายเดือนก่อน

      It could be possible but depends on the sensor that is being used. The sensors that are supported in the firmware are all I2c and do instant reads without requiring any processing before sending over the mesh. Any other sensor can be supported by using a second MCU to do the processing (analog sensor data needs a lot of cleanup usually) and then pass the data back into the mesh using the serial module.

  • @abcdeSean
    @abcdeSean ปีที่แล้ว

    How can I forward the telemetry eniormental data to mqtt, or a channel?

  • @pauluzzi293
    @pauluzzi293 9 หลายเดือนก่อน

    I have the PMSA0031 Particle Sensor. Should I get the info from the sensor on the screen?

    • @Meshtastic
      @Meshtastic  9 หลายเดือนก่อน

      No, there's currently no UI element for this sensor.

  • @GoatZilla
    @GoatZilla 10 หลายเดือนก่อน

    So the module sends the data over the mesh, but how does one remotely display that data back? Does it just pop out on the serial log of a receiving node when it's received?

    • @Meshtastic
      @Meshtastic  9 หลายเดือนก่อน +1

      Each client handles the data a little differently. The android app will only display the data on the device in the node list and each time a new telemetry packet is received that data is updated. The apple apps will actually log the data as well and provide you with charts/graphs as well as the ability to download the log. You can also receive the data via serial or MQTT if you want to log it externally.

  • @lovemachining
    @lovemachining ปีที่แล้ว +1

    Is there a possibility to connect IR motion sensors or seismic sensors?

    • @Meshtastic
      @Meshtastic  ปีที่แล้ว

      You'd like need to use a secondary MCU to then send that data via the serial module. Check out our serial video in this playlist.

    • @lovemachining
      @lovemachining ปีที่แล้ว

      I saw the serial module. Just wasn't sure if that was the way to connect them. Thank you!

  • @x_jaydn
    @x_jaydn ปีที่แล้ว

    Is there a way to implement BME280 sensor modules in water resistant/sealed devices, or would it be better to keep water resistance and environmental telemetry features mutually exclusive? 🤔
    Also, could you elaborate on counterfeit BME sensors, the pros/cons of such counterfeits, and where to source authentic ones affordably (in Canada)?

    • @Meshtastic
      @Meshtastic  11 หลายเดือนก่อน

      The data you receive would be only from within that seal device, not sure the benefits of it that's what you want then it's definitely possible.

  • @gilgsn
    @gilgsn 10 หลายเดือนก่อน +1

    It would be interesting to have a Geiger counter module... Ok, I found the RadSens i2c module, cool.

    • @Meshtastic
      @Meshtastic  9 หลายเดือนก่อน +1

      This is something a few people have thought about as well. We'd love to see someone implement it into the firmware!

  • @Liberty4Ever
    @Liberty4Ever 9 หลายเดือนก่อน

    I'm using the Android Meshtastic app (which is awesome - thanks) and the RAK1901 TEMP HUMI module on a WisBlock and it transmits temperature and humidity data every 60 seconds when ChUtil and AirUtilTX data is sent, regardless of the Telemetry settings. The default is 900 seconds. I also tried 600 and 6000 but it always transmits every 60 seconds whenever the environmental sensor data is enabled. I only have the temperature and humidity modules so I can remotely monitor the nodes to see if they're too hot, too cold, or too wet inside their enclosures. What I'd like is to disable all transmissions unless someone sends a message, with the ability to manually interrogate a node to determine its temperature and humidity.

    • @Meshtastic
      @Meshtastic  9 หลายเดือนก่อน

      What version firmware and app are you running? You can join the discord and post in the #android channel and we can attempt to help you troubleshoot or if need be open a bug report. You can take a look at our `SENSOR` role, that role will prioritize telemetry packets. meshtastic.org/docs/configuration/radio/device/#roles

  • @rulesofimgur
    @rulesofimgur หลายเดือนก่อน

    how easy is it to use this with other i2c sensors that are not officially supported?

    • @Meshtastic
      @Meshtastic  หลายเดือนก่อน

      Support would need to be added for the sensor in order for it to work with Meshtastic.

    • @rulesofimgur
      @rulesofimgur หลายเดือนก่อน

      @Meshtastic if I don't need it to integrate with meshtastic, but just need meshtastic to transmit the sensor data to another node and eventually to a local server of some kind, how could I do that?

  • @unoxunox4086
    @unoxunox4086 ปีที่แล้ว

    Thanks! How long is the max. length of the i2c cables?

    • @Meshtastic
      @Meshtastic  ปีที่แล้ว +2

      Anything past a couple of feet is pretty risky. Adafruit makes an extender though to accommodate longer runs
      www.adafruit.com/product/4756

  • @Francois_Dupont
    @Francois_Dupont ปีที่แล้ว +1

    so it will show for any node the weather information in the app like it does the battery voltage, but is this possible to have one of the node capture and store this data to make a graphic or a wall display for example? is there an easy way to do this without programming.... total noob here.
    like the youngins say: "is there an app for that?"

    • @zazugee
      @zazugee 4 หลายเดือนก่อน

      capturing data is with MQTT

  • @laidbackobs
    @laidbackobs 7 หลายเดือนก่อน

    I have an idea for more functionalities, but I don't know if Meshtastic can help. Using a TSL2591, integrate a code that can function as a remote Sky Quality Meter (SQM) to monitor the sky conditions for astronomy and light pollution monitoring purposes.

    • @Meshtastic
      @Meshtastic  7 หลายเดือนก่อน +1

      It would depend on the sensor. We can only support instant read sensors. Any processing required would have to be done on a secondary MCU, but then could be sent over the mesh via the serial module.

    • @laidbackobs
      @laidbackobs 7 หลายเดือนก่อน

      Thanks for getting back to me. I have an MCU that is already performing the calculation and outputs an SQM value. Would it be possible to send this value to the Meshtastic platform and then remotely call for the data, essentially creating a dedicated sensor node for this purpose?

  • @zazugee
    @zazugee 4 หลายเดือนก่อน

    what's the difference between device update interval and air quality interval?

    • @Meshtastic
      @Meshtastic  4 หลายเดือนก่อน

      The device interval is for how often you want device metrics sent over the mesh. The air quality interval is the interval for supported air quality sensors. See here for more info: meshtastic.org/docs/configuration/module/telemetry/

  • @Mr1Spring
    @Mr1Spring ปีที่แล้ว

    I cannot find it on my Android phone. Any ideas?

  • @Meitao23
    @Meitao23 ปีที่แล้ว

    Very cool.

  • @RadioSeb
    @RadioSeb 7 หลายเดือนก่อน

    Niederschlag Sensor wäre noch toll.

    • @Meshtastic
      @Meshtastic  6 หลายเดือนก่อน

      If there's an i2c sensor that can be used, it might be possible but currently we do not have support for that.