The ESP32 is a microcontroller with built-in Wi-Fi functionality, and by using the Arduino IDE, you can handle network communication relatively easily. In the previous article, we explained the ...
A really cool feature with the Arduino IDE 2 is that the Serial Monitor is linked to the sketch windows you have open. For example, if we have two sketch windows, named sketch_1 and sketch_2, we can ...