ESP8266 WiFi module and 5V Arduino connection
In this tutorial we will show how to connect ESP8266 WiFi module and 5V Arduino. Since ESP8266 is not 5V tolerant we need some kind of voltage level shifter.
In this tutorial we will show how to connect ESP8266 WiFi module and 5V Arduino. Since ESP8266 is not 5V tolerant we need some kind of voltage level shifter.
In this tutorial we will show how to create ESP8266 WiFi relay switch with ESP8266 module and Arduino. You can use relay switch to remotly control more than one device (as many as you have free Arduino digital ports). You can also combine relay switch with other sensors. We will use ESP8266 EasyIoT library.
In this tutorial we will show how to make Wifi temperature and humidity sensor with Arduino, ESP8266 WiFi module and DHT22. Data will be sent to EasyIoT server.
New version of EasyIoT server is released. New features are:
In this tutorial we will show how to connect ESP8266 WiFi module to Arduino. We will use software serial port. HW serrial port will be available for program uploading and debugging.