Hello All,
I want to run AT command from NodeMCU from Arduino Serial Monitor.
I have updated all the library as per the post from Erel.
https://www.b4x.com/android/forum/threads/esp8266-getting-started.68740/
I performed he below activities
1. Connected 3.3 pin from Arduino UNO to NodeCU 3.3V
2. GND from Arduino UNO to GND of NodeMCU
3. RX of Arduino UNO[Pin0] to TX of NodeMCU
4. TX of Arduino UNO[Pin1] to RX of NodeMCU.
5. Connect Arduino Board to the Computer with USB cable
6. Select the Port and Start the serial Monitor on COM port 8. [From Arduino IDE]
7. Run AT
But nothing is coming. Also for the NodeMCU is not blinking its blue light.
Am I missing something? Do I need to update the NodeMCU firmware for AT commands?
Please advice.....