Forums Arduino Python

Tagged: 

Viewing 1 reply thread
  • Author
    Posts
    • #286
      teustach
      Participant

      Hello,

      thanks for the Lib and the detailed description.
      Are there any ideas going to github to host the source code and having a version management?
      I’m planing an atmosphere project in our flat. The point is, the humidity is to high in several rooms. 🙁
      For this I got some Heltec Wireless Wifi Stick Lite v3 (no display no energy needed) with 3.7 V LiPo Batteries. The challenge is, I’m not getting WiFi in all areas of the flat and this was the starting point of have LoRa instead.
      At the End is there a Raspberry PI 4 with a Waveshark LoRa Hat based on a SX1262. The Raspi is running with Python, is there a port of the Lib to Python to just import and use it.
      The target is, having 5-6 Sensors (Heltec Borad, BME680, LiPo Accu incl. Housing) for each room which are sending every 5 Minutes the temperatur, humdidty, air-pressure and air quality to the Raspi. The Raspi is storing the data in a influxdb with the timestamps and calculates it it is a good idea to open the windows.

      Thanks & regards

      T.

    • #290
      UniquePete
      Participant

      Yes, I have actually set up a GitHub account (see here), I just haven’t managed to get the code over there yet…

      As far as running LoRa on the Pi goes, what I have done is described here, with links to the software that I have used. I currently run my Pi configuration in ‘monitoring mode’, i.e. it receives everything that’s being broadcast on my network, but apart from printing out the contents of all the packets in a terminal window, it does little more. I’ve configured Node-RED/Influx/Grafana on the Pi also, but only as a proof of concept at this point.

Viewing 1 reply thread
  • You must be logged in to reply to this topic.

02-05-2020