Address
304 North Cardinal
St. Dorchester Center, MA 02124
Work Hours
Monday to Friday: 7AM - 7PM
Weekend: 10AM - 5PM
Address
304 North Cardinal
St. Dorchester Center, MA 02124
Work Hours
Monday to Friday: 7AM - 7PM
Weekend: 10AM - 5PM
Original price was: ₹799.00.₹450.00Current price is: ₹450.00.
Arduino IDE ( programmable software for Arduino boards )
You can download the software from this link : https://www.arduino.cc/en/Main/Software
ESP8266-12E
ESP8266EX offers a complete and self-contained Wi-Fi networking solution; it can be used to host the application or to offload Wi-Fi networking functions from another application processor. When ESP8266EX hosts the application, it boots up directly from an external flash. In has integrated cache to improve the performance of the system in such applications.
STEP- 1 Installing Arduino Core for NodeMCU ESP-12E Using Arduino Boards Manager
As shown in the image, Copy the .json link with latest stable release of NodeMCU package from Github page here.
The link should look something like this-
http://arduino.esp8266.com/stable/package_esp8266com_index.json
Step 2: Insert Link for .json NodeMCU Package Files into Arduino IDE
Paste the copied link and insert it in Arduino IDE using following sequence-
File –> menu –> Preferences
Paste copied link into the area shown in black box in above image.
Close and restart the Arduino IDE.
Step 4: Tools – Boards Manager
Tools –> Boards manager and search for ESP8266 and install the libraries/files given under heading ESP8266 by ESP community.
Restart the Arduino IDE once again.
Step 4: Selecting NodeMCU Board in Arduino IDE
Go to Tools –> Boards (scroll down the list of boards) –> Select NodeMCU 1.0 ( ESP-12EModule).
Select the Port number at which you have connected nodeMCU. Rest of the settings can be left to default values.
We will be connecting external LED directly to GPIO16 or D0 pin of NodeMCU (no need of external current limiting resistor). This is the pin number for onboard LED or BUILTIN_LED
Go to File –> Examples –> ESP8266 à Blink
Upload the sketch to ESP and the On-board LED blue and external LED red starts blinking alternately at every second.
Note- In case, if Arduino IDE version 1.6.7 fails to work for you, try to go back to arduino 1.6.5 or backwards. (some NodeMCU boards have issues with latest versions of Arduino IDEs and going to earlier versions of Arduino IDE solves the problems).
Reviews
There are no reviews yet.