ESP8266 is a low-cost WiFi-enabled microcontroller chip, produced by Espressif Systems. NodeMCU is the development kit for the ESP8266 microcontroller. It is a low-cost open source IoT platform. It is ...
Despite a wealth of tutorials for setting up and writing code for the ESP8266 WiFi module, there has not been much of anything on programming this cheap wireless module with the Arduino IDE. Finally, ...
This project brings support for ESP8266 chip to the Arduino environment. It lets you write sketches using familiar Arduino functions and libraries, and run them directly on ESP8266, no external ...
If you are a regular Hackaday reader, you’ve probably seen plenty of ESP8266 projects. After all, the inexpensive device is a workhorse for putting a project on WiFi, and it works well. There is a ...
OpenPLC is an open-source, free-to-use Programmable Logic Controller Suite, compliant with the IEC 61131-3 standard, and working with a range of hardware platforms such as Arduino, ESP8266/ESP32, ...
The maker, Rizwan's Ideas, made a video on DIY vacuum cleaner 3 years ago. A lot of people loved the original, but many wanted Wi-Fi and IoT features, so he decided to upgrade it with better tech and ...
Love Arduino but hate the GUI? Try arduino-cli. In this article, I explore a new tool released by the Arduino team that can free you from the existing Java-based Arduino graphical user interface. This ...