i follow all the process but im still getting “error” and “fail”. what to do?
@alperendagistan28469 ай бұрын
Hi, Thanks for video but how can i read a data from server with AT commands on terminal? It can be also read data that i write? BUT How?
@Elite_Engineer3 жыл бұрын
Sir when I type AT in serial monitor nothing shows up. What to do
@peter15362 жыл бұрын
mera bhi nhio ho rha bhai
@thanismurugathas2929 Жыл бұрын
change baud rate to 9600 baud
@GURU_854 жыл бұрын
AT command not responding i have uploaded blank sketch to arduino uno Am getting No output , also do we need to select esp-01 module as we need AT commands for Esp-01 board
@terrencebarrett43433 жыл бұрын
i realize I am kinda off topic but does anyone know of a good place to watch new series online ?
@dorianjeffrey72943 жыл бұрын
@Terrence Barrett i use FlixZone. You can find it on google =)
@richardduke3923 жыл бұрын
@Dorian Jeffrey yup, have been watching on FlixZone for since march myself :)
@terrencebarrett43433 жыл бұрын
@Dorian Jeffrey thank you, signed up and it seems like a nice service :) I appreciate it!
@dorianjeffrey72943 жыл бұрын
@Terrence Barrett no problem :D
@edisonpaulmunozvega1942 жыл бұрын
I have a cuestion, why if disconnect and after connect the esp8266 not run server port, maybe some solutions? Please help me
@thanismurugathas2929 Жыл бұрын
Help for anyone who does: AT+CWJAP="ssid","password" then gets WIFI CONNECTED +CWJAP:1 FAIL WIFI DISCONNECT Fix this by: Run line AT+CWLAP again And then run line AT+CWJAP="ssid","password" This should make the wifi remain connected to the esp-8266/esp01
@anllerys3 жыл бұрын
Thank you Michael for the tutorial. Is there some extra code to control the GPI/O from serial AT+command and trough the web server???
@pjmelect5 жыл бұрын
I can’t get it working either, I can connect to my ESP8266 with my computer but when I do ipconfig/all it shows the default gateway as being blank. What am I doing wrong?
@michaelssimarmata17734 жыл бұрын
AT command is working or not? Working , try esp to mode 3 sir command AT+CWMODE = 3 , mode 3 = to make esp mode station and mode AP AT command esp at the end of this video kzbin.info/www/bejne/ZmLHoWaklLeNkKM
@pjmelect4 жыл бұрын
I couldn’t get it working on my Windows 10 laptop because the default gateway was blank. I then tried with a Windows 7 computer and this time it worked in that I could connect and get data from the laptop. I then tried to send data from the ESP8266 to the laptop and I got an error from the AT+SIPSEND=0,16 command. I tried many times resetting and reissuing the commands, and eventually for no reason that I could determine it worked. I think that the whole thing is a bit flaky and unreliable, but I will keep on trying.
@lp2045 Жыл бұрын
can you send sensor data using this?
@conradstanley10273 жыл бұрын
This is so maddening. I am sure I connected all the wires as shown but I can't use serial monitor to send commands. Please help. I love the video but like the other hundred or so I am still stuck.
@thanismurugathas2929 Жыл бұрын
did you set the serial monitor to 9600 baud rate? if not then have you fully updated arduino ide?
@karlramboz52738 ай бұрын
The intrusive music makes me want to die.
@silvanopratama7833 жыл бұрын
How to fix AT+CIPCLOSE Fail?
@quockhanhdang5983 жыл бұрын
I type AT+CIPSEND=0,30 is error, what should I do?
@SamanQaydi4 жыл бұрын
How can I send AT commands through my code?
@ugoprogeny26134 жыл бұрын
The Wifi model is connected to the Arduinos serial. So to send an AT command, simply type: Serial.Writeln("AT")
@MrStranG-MrStranG3 жыл бұрын
Tq so much for this procedure
@ayrinanwar97384 жыл бұрын
We don't have to install the generic esp8266 board?please help
@michaelssimarmata17734 жыл бұрын
No sir, just testing at command successfully from pc the esp8266
@Kii_00243 жыл бұрын
Sir, when I'm trying AT, it doesn't respond on arduino. How i'm doing now??
@Kii_00243 жыл бұрын
I mean in serial monitor
@Drakanx3 жыл бұрын
you need to update or write firmware, into esp-01
@haziqu72684 жыл бұрын
When i type AT,nothing happens
@michaelssimarmata17734 жыл бұрын
Something wrong sir, firmware or connection
@mf_faqih3 жыл бұрын
@@michaelssimarmata1773 me too, i just follow all ur step one by one
@GameOn-po4bi3 жыл бұрын
@@mf_faqih Maybe your tx rx pin bro, try to recheck and re place it
@haziqu72684 жыл бұрын
Hi bro,i follow all your steps but it says Load ox4010f000, len 1384, room 16 Tail 8
@michaelssimarmata17734 жыл бұрын
Cek the connection sir, or next step Trying update firmware sir, available in other video
@livelife93535 жыл бұрын
bro it is not working :(
@michaelssimarmata17735 жыл бұрын
if you may know which part sir?
@livelife93535 жыл бұрын
@@michaelssimarmata1773 when i write AT command then press it doesn't show OK reply
@michaelssimarmata17735 жыл бұрын
That's the problem with the arduino connection to the esp After the connection is correct, Arduino is reset first