happytm

Results 126 comments of happytm

> Funny that you mention MQTT. I have implemented support for this in ModuleInterface, so that all outputs from all modules are mirrored into moduleinterface/modulename/output/variablename. I am done testing this...

I tried to compile your code to raspberry pi and I get following error message: ````pi@raspberrypi:~ $ sudo g++ espnow.cpp -o espnow /tmp/ccKgaZCh.o: In function `callback(unsigned char*, unsigned char*, int)':...

I am always ready to test any new ideas. I do have 20 esp8266 devices on hand to test the limit. Thanks

Also one more interesting protocol missing in this firmware is ESP-Now receiver to receive data over ESP-Now protocol from bunch of low battery powered esp devices. These remote devices are...

I am trying to build a low power network mix of some IR devices , Some RF devices and some esp8266 devices with ESP-Now devices explained in above video.Now my...

To make it clear above comment following is my proposal: ![OpenMQTTGateway](https://user-images.githubusercontent.com/36576353/62740481-ff292480-ba05-11e9-9eeb-92f0f0b3e713.jpg) Thanks

It is same current at 80 ma but as tested in following video it only is up for 220 ms vs 8000 ms with mqtt using wifi connection. Andreas in...

The idea is to have network of low battery power devices using Attiny85 or Atmel328P with IR, RF protocol or ESP8266 device using ESP-Now protocol to send data to main...