Telemetry - Meshtastic Month of Modules

Поделиться
HTML-код
  • Опубликовано: 25 окт 2024

Комментарии • 52

  • @cmdbill
    @cmdbill Год назад +6

    Loving the videos! Thank you!

  • @HectorReviews
    @HectorReviews Год назад +7

    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!

  • @jmcasler1512
    @jmcasler1512 Год назад +2

    This is sweet! Thank you for sharing!

  • @WX4GPS
    @WX4GPS 8 месяцев назад +4

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

  • @dylan_00
    @dylan_00 10 месяцев назад +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  9 месяцев назад +1

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

  • @NUkiwi
    @NUkiwi 9 месяцев назад

    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  8 месяцев назад

      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.

  • @Meitao23
    @Meitao23 Год назад

    Very cool.

  • @Tom-jd1rm
    @Tom-jd1rm 3 месяца назад

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

    • @Meshtastic
      @Meshtastic  2 месяца назад

      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.

  • @ManuelLausmann-Funktechnik
    @ManuelLausmann-Funktechnik 9 месяцев назад

    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  9 месяцев назад +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 9 месяцев назад

      @@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 9 месяцев назад

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

  • @pauluzzi293
    @pauluzzi293 7 месяцев назад

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

    • @Meshtastic
      @Meshtastic  7 месяцев назад

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

  • @x_jaydn
    @x_jaydn 10 месяцев назад

    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  9 месяцев назад

      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.

  • @GoatZilla
    @GoatZilla 8 месяцев назад

    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  8 месяцев назад +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.

  • @gilgsn
    @gilgsn 8 месяцев назад +1

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

    • @Meshtastic
      @Meshtastic  8 месяцев назад +1

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

  • @pauluzzi293
    @pauluzzi293 9 месяцев назад

    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  9 месяцев назад

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

    • @pauluzzi293
      @pauluzzi293 7 месяцев назад

      @@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?

  • @abcdeSean
    @abcdeSean 10 месяцев назад

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

  • @Liberty4Ever
    @Liberty4Ever 7 месяцев назад

    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  7 месяцев назад

      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

  • @G3driver
    @G3driver 6 месяцев назад

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

    • @Meshtastic
      @Meshtastic  6 месяцев назад

      The firmware outputs the barometric readings in hPA.

    • @G3driver
      @G3driver 6 месяцев назад

      @@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 6 месяцев назад

      Is there anyway you can add this feature

  • @laidbackobs
    @laidbackobs 5 месяцев назад

    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  5 месяцев назад +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 5 месяцев назад

      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?

  • @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 2 месяца назад

      capturing data is with MQTT

  • @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!

  • @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

  • @zazugee
    @zazugee 2 месяца назад

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

    • @Meshtastic
      @Meshtastic  2 месяца назад

      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?

  • @Lugeix
    @Lugeix 10 месяцев назад

    a working example would be useful to see. I tried to get a bme280 and a Heltec V2 to send Temp. It displays it locally, but not seen on the other nodes.

    • @Meshtastic
      @Meshtastic  9 месяцев назад

      Telemetry data is sent over the Mesh and is viewable on other devices.
      On iOS devices you can view this data in the node menu, select the node and select "environment metrics log". For Android, the temp/humidity/pressure are displayed on the node on the node info page.
      meshtastic.org/docs/configuration/module/telemetry

  • @RadioSeb
    @RadioSeb 5 месяцев назад

    Niederschlag Sensor wäre noch toll.

    • @Meshtastic
      @Meshtastic  4 месяца назад

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