happytm
happytm
After some efforts I was able to connect to my broker. Following is my new code: ````/* * uMQTTBroker demo for Arduino (C++-style) * * The program defines a custom...
I spent few hours to solve this issue. To pin point where the problem was I used your example code plus added some code 1 step at a time to...
Hi Martin, Thanks for your quick reply & suggestions. I use at least 10 different sensors supported by Espeasy on 6 different devices so it wll be hard to move...
I wrote this so long ago and since then I changed the name of file to "sender.ino.d1_mini.bin" instead of "sender.bin" to make it easy to upload compiled binary to github...
Thank you for a link to resource. I should have read it in first place. Now in my case argv[i] is array of strings so how should I send it...
Is ESPNow protocol implemented yet on ESP8266 ?
Can some one take a fresh look at this request please? Thanks.
Other than information at link in first post there is no documentation because it is very simple code of less than 300 lines if you look at ProbeReceiver.ino sketch. There...
Sorry I forgot to include data.json sample above. [12,"Epoch","Location","Voltage","SSID","T1","S1","T2","S2","T3","S3","T4","S4", 1653449039,6,2.30,-48,1,73,2,54,3,252,4,68, 1653449040,16,2.30,-48,2,52,3,242,4,67,5,78, 1653449100,26,2.30,-48,3,241,4,50,5,1,6,0, 1653449160,36,2.30,-46,4,70,5,0,6,0,7,1, 1653449220,46,2.30,-47,5,1,6,1,7,0,8,77, 1653449280,56,2.30,-47,6,73,7,1,8,78,9,44, 1653449280,66,2.30,-48,7,0,8,79,9,45,10,60, 1653449340,76,2.30,-46,8,80,9,46,10,61,11,5, 1653449400,86,2.30,-47,9,47,10,62,11,7,12,23, 1653449400,96,2.30,-47,10,63,11,4,12,24,13,2, 1653449460,106,2.30,-45,11,6,12,23,13,2,14,49] Thanks.
@owennewo Thank you for your detailed response. It seems like new efforts are made by yourself and dgr to make it work with these hoverboard motors with hall sensors. I...