Do you have a question about the Arduino ESP 8266 and is the answer not in the manual?
Microcontroller | ESP8266 |
---|---|
Operating Voltage | 3.3V |
Flash Memory | 4MB |
Wi-Fi | 802.11 b/g/n |
Analog Input Pins | 1 |
Clock Speed | 80 MHz |
Add the ESP8266 board manager URL to Arduino IDE preferences for installing ESP8266 boards.
Install the ESP8266 board package via the Arduino IDE's Board Manager.
Choose the NodeMCU 0.9 (ESP-12 Module) from the Arduino IDE board selection menu.
Identify and select the correct serial port for your Arduino board in the IDE.
Set the upload speed for programming the ESP8266 board in the IDE.
Open the default Blink example sketch from the Arduino IDE's examples menu.
Analyze the Blink sketch code and verify the LED blinking behavior.
Modify the Blink sketch to create a Morse code SOS signal.
Adapt the Blink sketch to transmit your name using Morse code.
Download and install the necessary USB-UART driver for macOS users.