News

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. Finall… ...
When programming the Arduino Code, you must have switches 3 and 4 ON, and all others OFF When you want to upload the ESP8266 Code, you can switch 5,6, and 7 ON, and all others OFF By turning switch 7 ...
The WiFi Link firmware is an Arduino sketch so you can build it in Arduino IDE and upload it to ESP from Arduino IDE. Building WiFi Link firmware from source files gives you possibility to build the ...
Looking for practical Arduino projects? This guide shows how to control a relay from your smartphone using an Arduino Uno — either via Bluetooth or Wi-Fi.
This program written with Arduino Code running on ESP8266 (Wemos D1) is just a test to access, read status and control Tuya compatible WiFi Smart Devices (Plugs, Switches, Lights, Window Covers, etc.) ...
Once your ESP8266 has booted, if something happens where it should connect to an existing network, write the following code and it’ll just happen: const char ssid[32] = "my_home_ssid"; ...