Looking for the easiest way to send and receive data from an ESP8266? A great starting point is understanding how to configure your ESP8266 to send and receive a UDP…
Tag: Arduino
ESP8266 AP & STA Mode Together (Easy Step-By-Step Tutorial)
So you are looking to create a project that requires your ESP device to work in both AP and station mode? With the Arduino ESP core it is possible to…
How To Set Up A Web Server using Wemos D1 Mini and Arduino
You may already know that the ubiquitous ESP8266 is designed to connect to WiFi, but did you know it can also act as a web server? In this tutorial you…
Easily Update ESP8266 Devices OTA With The Arduino IDE
ESP8266 WiFi devices can be conveniently flashed over the air (OTA) using the Arduino IDE. All that is required is a little additional code in the sketch in order to…
Add Wemos D1 Mini To Arduino IDE And Connect To WiFi
The Wemos D1 Mini is an ESP8266-based development board that is a must-have for any maker due to its versatility and low cost. You can make a WiFi temperature sensor…
How Many LEDs Can An Arduino Control?
An Arduino can theoretically control as many LEDs as you require for your design, only limited by the power supply current available. However if you want to control more LEDs…
How To Flash Sonoff Tasmota With An Arduino Uno And ESPTool
So you need to flash Tasmota on to your device but your dog ate your FTDI adapter? There are many different ways that we can flash Tasmota to our device,…