Nieuws

For remote control projects, a text-based serial protocol is often used. In the code for the receiver, switching to the corresponding commands can be done with switch...case in an elegant way. However ...
How-to Use Arduino's Serial Plotter The Serial Plotter built into the Arduino IDE creates graphs from numerical data. Unfortunately, there is no user manual for it. One of the strong points of Arduino ...
How-to Use Arduino's Serial Plotter The Serial Plotter built into the Arduino IDE creates graphs from numerical data. Unfortunately, there is no user manual for it. One of the strong points of Arduino ...
The first generation of the NodeMCU Development Kit had the version number V0.9. The second generation had the version number V1.0, and this newer version used ESP-12E (not ESP-12), which comes with 4 ...
Discover how to build a real-time event notification system by integrating NodeMCU (Arduino) with Google Firebase and Laravel. This tutorial covers the complete setup, from hardware to cloud and ...