ESP32 connect OLED display ( SSD1306 )

ESP32 connect OLED DisplayWe have ESP32 WiFi Module and We'd like to connect to some small display.Easy way to interface with small display is OLED on I2C Bus. because of use 4 wire to connect.We choose to OLED is  0.96 inch 128x 64 OLED  and SSD1306 Library from Adafruit.and we test on Nano32 development board from Gravitech and Maker Asia.Wiring DiagramOLED SSD1306 Pin SCL  to  ESP32 GPIO 22OLED SSD1306 Pin SDA  to  ESP32 GPIO 21IDE and  LibraryWe use [...]

ESP8266 Weather Station with Color TFTLCD

ESP8266 Weather Station with TFTLCDIn this project, we'll learn how to make a weather station using an ESP8266 WiFi Module and a 2.2" TFT LCD display. ( 240 x 320 65K)This project pulls weather data using the Wunderground API. It displays the date, time, current weather conditionals, 4-day forecast and even moon phases.HardwareESP8266 WiFi Module ( ESP8266 DevKit or NodeMCU )TFT LCD 2.2 Inch  : TFT01-2.2SP from Electrofreak (SPI Bus )Wiring DiagramTFT LCD Pin VCCTFT LCD [...]

ESP8266 Sent Sensor Data to Firebase Realtime Database

ESP8266 Sent Sensor Data to Firebase Realtime DatabaseWhat is Firebase ?Firebase is a platform that helps you quickly develop high-quality apps ( Mobile and Web Apps),grow your user base, and earn more money.Firebase is made up of complementary features that you can mix-and-match to fit your needs.Show in May 2016, at the Google I/O conferenceSystem DiagramHardware1.ESP8266 WiFi Module or NodeMCU ( We use ESP8266 12E )2.Temperature and Humidity Sensor DHTxx ( we use DHT22 or AM2302 )3.OLED [...]

ESP32 develop with Arduino IDE

ESP32 Develop with Arduino IDEI've just ESP32 Development Board call Nano32 from Gravitech / MakerAsia.The new ESP32 WiFi chip from ESPressis System improve over ESP8266 WiFi Module.see the spec.http://microcontrollerkits.blogspot.com/2016/10/esp32-development-board-form-gavitech.htmlNow ( Oct10 ,2016 ) announced Arduino Core for ESP32 WiFi Chiphttps://github.com/espressif/arduino-esp32The following was the setup environment for ESP32 with Arduino IDEWindows 10Arduino IDE 1.6.12Arduino core for [...]

ESP32 Development Board form Gravitech and MakerAsia

ESP32 Development Board ( Nano32 )Nano32 is new ESP32 development board. It’s made by South East Asia based Gravitech, and combines ESP32 with an FTDI chip for USB to serial programming through the micro USB port. It also includes two buttons, and breadboard-friendly headers.NANO32 Features40MHz Crystal for CPU, 32.768KHz Crystal for RTC and low power operation4MB Flash (32Mbit)FTDI231 for USB to SerialAuto-Reset for automatic flash3.3V 0.5A Regulator (tested for working up to 1A)2.5dBi [...]

ESP8266 WiFi Module Control RGBLED

ESP8266 WiFi Module Control RGBLEDThis project we use ESP8266 WiFi Module to control RGB LED via WiFi Network.System DiagramHardware1.ESP8266 WiFi Module ( or NodeMCU )2.RGB LED ( common anode (A) ) if you to use common cathode ( K ) must edit code.3.OLED Display ( Option )Wiring Diagram ( RGB LED Common Anode + )ESP8266 Pin GPIO_14 to LED RESP8266 Pin GPIO_12 to LED GESP8266 Pin GPIO_13 to LED BOption OLED Display ESP8266 Pin GPIO_05  ( SCL )  to [...]