box25
box25
Thanks a lot timurufa86! That's are some really valuable new Informations. Which IDE are you using? Because I'm using Platformio without anny fancy configurations and don't get the Error with...
Hi, it seems like you are using custom In and Out Topics. It looks like these Topic's aren't configured correctly, you aren't sending to your node Topic. By default it...
Hm... I can't think of anything that could cause this reliably. I also ran into this Issue multiple times, but for me it always has been an broken esp8266. After...
Just to make sure, you call mesh.begin() and not mesh.begin () right?!
mesh.begin() kind of starts everything, so sadly this does not really help us a lot... Without the begin function you only import code but don't run anny of it.
Hi, have you tried out my fork of the Project?
first of all it is verry strange that the Internet connection has annything to do with the Network performing. Except you connect to a MQTT Server via the Internet and...
thanks, first of all this is a VERRY nice and cload picture, thank you. There's only one little thing wrong with the Picture, the Nodes themselves can't directly communicate with...
looks like you are absolutely right, I think the Problem is that the decoded message is in fact 16 byte long, which is absolutely right, but then at the End...
one verry interesting thing is also, that the Function base64_decode also gets used to decode the whole Firmware sent over the OTA function. This means that every Block of Memmory...