happytm
happytm
This is simplest Automation for ESP devices I have seen. Is it possible to add device ID to option selection at front end? It will be very useful to control...
I am working on low power IOT home automation network. The code I wrote send up to 5 different sensor values, their respective sensor types and 5 different status values...
Thank you for your LoRaNow Code. I have been trying to implement low power network devices without using rather expensive Lora modules. I think lora devices are the only low...
What are the specifications for this board? specially compared to http://electrodacus.com/SBMS100/manual/SBMSmanual.pdf
Thank you for your great project.I want to use your code to build low power sensor network for home automation using 10-15 esp8266 devices as sender devices and Raspberry pi...
I have been testing your library and it is working fine. I have a project that uses your library with my other favorite libraries to bring nice graphs on web...
I have to admit I never used ESP-IDF before so I am having difficulty compiling your great project. I always use Arduino IDE for my small projects. Can you please...
I would like to use sensor data via MQTT instead of serial. Is it possible? I am working on low power IOT home automation network. The code I wrote send...
I wanted to use this code with CH582F developement board linked below: https://github.com/WeActStudio/WeActStudio.WCH-BLE-Core https://github.com/ch32-rs/ch58x-hal Is it possible? if so can you please provide example code? Thanks.
Great project simplifying web page implementation for micro controllers. I have tried to implement simple web page to monitor and control whole home automation IOT network using websockets but I...