Hello !
I am trying to connect the UNO with nodemcu via software serial. When i open the serial monitor of the Nodemcu all am getting is this …
AT+CIPSTART=1,“TCP”,“192,1xx,1,1xx”,8080
I tried the Combinations of AT firmware and Blynk Lib. I tried from Blynk 0.3.3, 0.4.8, 0.5.8 and random versions in between.
“( While it seems to work with all of these versions, we observed that the AT version 1.1.0.0 works best.)”
this was given in the Blynk’s page so flashed the nodemcu with the exact same firmware and tested with the AT command AT+GMR and it returned
AT version:1.1.0.0(May 11 2016 18:09:56)
SDK version:1.5.4(baaeaebb)
Ai-Thinker Technology Co. Ltd.
Jun 13 2016 11:29:20
OK
When i remove the Tx and Rx pin and reboot the nodemcu and open the serial monitor i automatically get
ready
WIFI CONNECTED
WIFI GOT IP
And on UNO’s Serial monitor i am not getting any output [I dont really remember in which version(as i tried many version) the BIG Blynk logo and version came on the serial monitor. but did not connect to the server.] serial print and debug is present in the program but its not giving any output. Even the nodemcu is set to proper baud rate with
AT+UART_DEF=9600,8,1,0,0
as well as
AT+CIOBAUD=9600
and it returned
Ok
I have another nodemcu running on local server and its connected.
now i need this new Uno + Nodemcu to connect to the same server.
i have used
Blynk.begin(auth, wifi, "xxx", "xxxx", "192,1xx,1,1xx", 8080);
Is this the way ?
And the power is fed by an power full power supply. So no power problem…
the connection of serial communication is
UNO Pin 2 >Nodemcu RX
UNO PIn 3 > Nodemcu Tx
Gnd is Common between both device.
Right now USED
AT Firmware
AT version:1.1.0.0(May 11 2016 18:09:56) [Blynk suggested]
SDK version:1.5.4(baaeaebb)
(and also other latest few, and too old as well)
Arduino IDE
1.8.5
also tried with
1.8.3
1.8.2
1.6.4
Blynk Lib version
0.4.8 [tried 0.3.3, 0.5.8]
Tried with 5 different Nodemcu
and also purchased a new nodemcu and just Run the AT command and get the version and confirmed it worked and connected to Uno. No other sketch was uploaded.
I also tried some sketches found on the Community which worked out for other users with the same setup (but not nodemcu may be) just changed the ssid and pass and ip address.
Is there any mistake am doing in the process ? Read all the Threads on the Blynk community but did not find suitable solution for my problem.
Or is it not able to use the Nodemcu itself ? Only ESP-01 should be used ??
I surfed the community and google now every link appears to be Blue saying its already Read.
I am not understanding where am going wrong …
Can some one point me out in the right direction !!!