Giter VIP home page Giter VIP logo

matthias-bs / bresserweathersensorlw Goto Github PK

View Code? Open in Web Editor NEW
5.0 3.0 0.0 716 KB

Bresser 868 MHz Weather Sensor Radio Receiver based on ESP32/RP2040 and SX1262/SX1276 - sends data to a LoRaWAN Network

License: MIT License

C++ 45.14% C 26.06% JavaScript 25.60% Python 2.24% XSLT 0.96%
arduino arduino-pico ble bluetooth bluetooth-low-energy esp32 esp32-arduino lorawan lorawan-application rp2040

bresserweathersensorlw's People

Contributors

dependabot[bot] avatar matthias-bs avatar

Stargazers

 avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

bresserweathersensorlw's Issues

Enabling/disabling of sensor data decoders via downlink

Currently, the available sensor data decoders are defined at compile time. It could be useful to implement enabling/disabling of decoders at run time via downlink command.
Disabling of unused decoders improves run time/energy consumption.

Add configuration of number of 868 MHz sensors via downlink

Currently, the number of sensors is defined at compile time.

  • If the number is too small, some sensors could be missed even if the receive timeout is sufficient, a decoder is available and reserved space for it in the uplink payload.
  • If the number is larger than required, the SW will always wait until all sensors are received or a timeout occurs. This results in unnecessary run time/energy consumption.

Add command for scanning 868 MHz sensors

To find your sensors (or other sensors within range) you currently have to run BresserWeatherSensorBasic or BresserWeatherSensorLW with debugging enabled and USB connection to serial console for analysis .

This feature will allow to get the same information via LoRaWAN.

CMD_SENSORS_SCAN <scan_time>

Resonse:

<id0>, <type0>, <ch0>[, <flags0>], <rssi0>
...
<idN>, <typeN>, <chN>[, <flagsN>], <rssiN>

Change Uplink Payload

Add configuration of BLE scan time via downlink

Currently, the BLE scan time is defined at compile time.

  • If the scan time is too short, sensors will be missed.
  • If the scan time is longer than needed, run time/energy consumption is higher than necessary

This can be implemented in the same way as ws_timeout.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.