Posts

Showing posts from April, 2023

Upload Program in ESP12E / ESP12F using Node MCU

Image
How To Program ESP12E / ESP12F  using  Node MCU or ESP8266  in a Very Easy Way  # Components Needed      1. Node MCU or ESP8266     2. ESP12E or ESP12F      3. Few jumper Cables     4. 10k Resistor 2 pcs # Circuit Diagram & Process  Step - 1 💬 I n  ESP12E / ESP12F chip,  Connect 10K resistor between EN/CH_PD and VCC  💬  In  ESP12E / ESP12F chip,  Connect 10K resistor between GPIO15 and GND Step - 2 💬 To bypass the Node MCU chip Connect EN / CH_PD  with GND in Node MCU Step - 3 💬 Connect the rest of the pins as per the Table --- Step - 4 💬 To Add the ESP8266 Library   Enter this link into Arduino IDE https://arduino.esp8266.com/stable/package_esp8266com_index.json   into the File > Preferences > Additional Boards Manager  URLs field of the Arduino IDE. You can add multiple URLs, separating them with commas . After pasting the link goto ---  # Tools > Board > Board Manager # Search ESP8266 in the search box # install ESP8266 # Select the board 1 2 3 # After Selectin