In this guide, you'll learn how to control the ESP8266 GPIOs from anywhere using Firebase. We'll create nodes on the Firebase Realtime Database to save the current GPIO states. Whenever there's a change in the database nodes, the ESP8266 updates its GPIOs accordingly. You can change the GPIOs states by writing to the database yourself,| Random Nerd Tutorials
Send BME280 sensor readings to the Firebase Realtime Database using the ESP32 or ESP8266 NodeMCU boards. The ESP board will authenticate as a user with email and password.| Random Nerd Tutorials
Learn how to display temperature and humidity readings from a DHT11/DHT22 sensor in an SSD1306 OLED display using an ESP32 or an ESP8266 with Arduino IDE.| Random Nerd Tutorials
In this guide you'll learn how to use the BME280 sensor module with the ESP32 and ESP8266 to get pressure, temperature and humidity readings using MicroPython firmware.| Random Nerd Tutorials
Learn how to build a low power temperature, humidity and pressure datalogger with ESP8266 and BME280 sensor. The readings will be published in Google Sheets.| Random Nerd Tutorials
Learn how to use the BME280 sensor module with ESP8266 to read pressure, temperature, humidity and estimate altitude using Arduino IDE. It uses I2C or SPI communication protocol.| Random Nerd Tutorials
DS18B20 OneWire Temperature sensor with ESP8266 using Arduino IDE. Learn how to read temperature from one or multiple sensors and build a web server to display sensor readings.| Random Nerd Tutorials
Learn how to build a web server to control the ESP32 ESP8266 outputs using MicroPython framework. As an example we'll build a web server with ON and OFF buttons| Random Nerd Tutorials
This posts shows how to flash MicroPython firmware on ESP32 and ESP8266 boards using the esptool.py. It works on Windows, Mac OS X, and Linux computers.| Random Nerd Tutorials
This posts shows how to flash MicroPython firmware to ESP32/ESP8266 boards using the uPyCraft IDE software. It works on Windows, Linux, and Mac OS X.| Random Nerd Tutorials
Learn how to get started with MicroPython firmware on the ESP32 and ESP8266. After completing this guide, you'll have your first LED blinking using MicroPython.| Random Nerd Tutorials
In this post we’re going to do a comparison: ESP32 vs ESP8266. The ESP32 is much more powerful than the ESP8266, contains more GPIOs, faster Wi-Fi, and also supports Bluetooth.| Maker Advisor