happytm
happytm
This will be very useful if Lora radios are implemented for long range chat. Thanks.
I have been working on a simple very low power IOT application using uMQTT broker. It is a template for a standalone star network of few battery powered sensors which...
I have been using your great library for few months. I have written some custom code around your library. In my application I require both AP & Station mode activated....
I want to thank you for you code. I tried using it when you first published your code but I was unsuccessful then but I am successfully using it now...
Martin, This is very helpful ( & rare ) library. I was looking for something like this for long time.I have been using [https://github.com/letscontrolit/ESPEasy](url) for long time and it is...
I think it will be useful addition to this library to have OTA auto update using .bin file on specific github repository. I am using this feature here: https://github.com/happytm/BatteryNode/blob/master/ProbeSender.ino ````#include...
Thank you for excellent library. Is it possible to implement uMQTT broker ? It can be useful for standalone IOT network using MQTT broker on esp8266 device itself without requiring...
I have my websocket server based on advanced echo server working fine. with following code in loop section: ``` void loop() { #if WEBSOCKETS while (WSserver.available()) { // if there...
I am trying to understand the code process.I think Esp device try to scan for known mac id and then control led behavior if I am not mistaken. I have...
Thank you for your great out of box software. I have been working on simple IOT sensor network solely using probe request protocol. It is very power efficient for battery...