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 [...]
The ESP32 is a low cost micro made by Espressif, which supports Arduino libraries and can connect to WiFi networks. Connecting to a WiFi network is pretty easy. Just call: WiFi.begin("SSID", [...]
Have you ever been late for a meeting and tripped on a micro USB cable, simultaneously loosing a critical data set and messing up your hair? No? Let’s keep it that way by sending Arduino [...]