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 [...]

Arduino Bluetooth Control LED

Arduino Bluetooth Control LEDArduino Project which you want to control LED  via Bluetooth.Hardware1. Arduino UNO Board or compatible Board2. Serial Bluetooth Module. ( HC-06 )3. LED with Resistor 300 - 1K ohm x 8Wiring DiagramOutput LED 1 to Pin 2 ( Arduino Board )Output LED 2 to Pin 3Output LED 3 to Pin 4Output LED 4 to Pin 5Output LED 5 to Pin 6Output LED 6 to Pin 7Output LED 7 to Pin 8Output LED 8 to Pin 9Bluetooth Module Tx to  Pin [...]