You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thank you for sharing your knowledge with us. It is great lesson you presented here.
I have been working with a low power devices network using probe request protocol to conserve power on remote battery powered devices. My test shows it works better (less power consumption) than ESPNow. I tried to implement simple monitor and control dashboard for whole network using uPlot graphs and websocket server with my very limited knowledge. I need your help improving the dashboard design to make it simpler.
Hi Steve,
Thank you for sharing your knowledge with us. It is great lesson you presented here.
I have been working with a low power devices network using probe request protocol to conserve power on remote battery powered devices. My test shows it works better (less power consumption) than ESPNow. I tried to implement simple monitor and control dashboard for whole network using uPlot graphs and websocket server with my very limited knowledge. I need your help improving the dashboard design to make it simpler.
My project is at links below:
Gateway : https://github.com/happytm/BatteryNode/blob/master/examples/ProbeRequestGateway_ESP32_uPlot.ino
Remote ESP8266 (oneway) device: https://github.com/happytm/BatteryNode/blob/master/examples/ProbeRequestRemote_ESP8266_OneWay.ino
Remote ESP8266 (bidirectional) device: https://github.com/happytm/BatteryNode/blob/master/examples/ProbeRequestRemote_ESP8266_TwoWay.ino
HTML file for dashboard: https://github.com/happytm/BatteryNode/blob/master/test/Dashboard.html
Thanks.
The text was updated successfully, but these errors were encountered: