m1cr0lab-esp32 / remote-control-with-websocket

ESP32 Remote Control with WebSocket
MIT License
38 stars 20 forks source link

Help needed for my project #28

Open happytm opened 2 years ago

happytm commented 2 years ago

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.