Skip to main content

All Questions

0 votes
0 answers
939 views

Sending an array from one Nodemcu to another Nodemcu?

I am working on a gesture control car project and I find everyone on the internet using RF modules or Bluetooth modules to do it, I had two NodeMCU lying around so I thought why not use them and bring ...
Jose Ben's user avatar
0 votes
1 answer
2k views

Why does the serial monitor just show an endless loop of the "dot" and not the other serial prints?

The code should transfer an JSON object and the print "hello" in the void loop, but it just repeat the "dot" from the void setup. What did i miss? I tried different serial prints in the main loop ...
d1etschi's user avatar