If you’re running an ESP32 or ESP8266 on your local wireless network, you might like to talk to it. Send it some commands, or have it send some data for plotting. But before you can connect [...]
The Serial port is a staple for Arduino programmers. Whether it is debugging, commanding or program output, the simple serial port has you covered. But what if you want to cut the cable and go [...]