Thank you so much! The most clear instructions in the Internet so far. Couldn't flash my ESP, struggled for several days until you helped, now it works
@@BINARYUPDATES Hey, I really need your help. I need to send data from Arduino Uno to ESP-01 through serial monitor. However, in the internet I only found a way to send data from ESP to Arduino, but not in opposite direction. I want to make a telegram bot on ESP. Arduino Uno, in turn, should obtain data from sensors and send them to ESP, that's why I need this connection. Then ESP should process obtained data and send it via telegram to the user. I really, really need this to make somehow, please help. Thanks in advance!
MUCHISIMAS GRACIAS SOS EL MEJOR SOY DE ARGENTINA. ME CANSE DE VER TUTORIALES QUE EXPLICAN A MEDIA. LA VERDAD QUE VOY A RECOMENDAR TU CANAL. YA QUE A PESAR DE ESTAR EN INGLES , SE ENTIENDE Y HACES TODO PASO A PASO. NUEVAMENTE MUCHAS GRACIAS . GENIO
The ESP-01 has 0.5 MByte flash (= 4MBit, flash IC: 25F04) The ESP-01s has 1 MByte flash (=8 MBit, flash IC: 25F08). Some ESP-01 have 1 MByte too. There are also ESP-01s with 4MByte flash (=32 MBit, flash IC 25F32).
Thnaks friend, Im not sure why after flash the modules the default mode is AP :( so... was impossible to search for AP, with your great explanation i was able to put the modules on AP+STA mode :)
It worked for me to send the AT commands, however I'm using a diferent usb adapter it has only the places needed to plug the esp 01 to it, should I use jumpers in every pin instead?
Hi KaraSub, sure you can use jumper wire instead or switch to soldered on ESP-01 module adapter. It will be bit tricky though. Good luck and best wishes!
Hi Sarathi, thank you so much! I'll be making more video in next month to connect ESP-01 module to different cloud platforms. I think those video series may be interesting for you. Thank you for your input and suggestions. I'll soon create those tutorial lessons. Have a beautiful day!
Yes, you can check the GitHub link in the video description. I have provided latest ESP-01 firmware with necessary software to download for this ESP-01 Module tutorial. Wish you good luck and best wishes!
This means your ESP-01S Module is running ESP-01 firmware which uses 9600 baud rate. In my opinion, you can reflash new firmware or carry on using module with 9600 baud. It doesn't make much difference for application development as long as we don't modify firmware or bootloader in ESP microcontroller. I hope this may help you. Good luck and best wishes!
Hi Roger, the webserver in station mode running on ESP-01 Module is on the list. it'll be released soon. If its urgent you can use my NodeMCU ESP8266 webserver code (on my channel). And upload in ESP-01 Module and it will work. The program is absolutely same. I hope this will help you quickly otherwise I'm anyways making video in next week. Thanks for your patience
I want to ask, I have 2 esp01 last year I try to connect to wifi can connect, but this year I try to connect and wifi scan can't connect, I use wifi example on arduino ide. Can upgrade firmware can fix this problem?
Hey. Since I try to modify the baud rate of the esp01 using Arduino using AT command on Arduino. And I can’t succeed. Please what other options do I have to achieve this?
HI i wanna configure one esp01 as hotspot and another one as its client through stm32 discovery board with IAR! how can I do that and how could I test the AT COMMANDS ON IAR
Hi Azza You can configure one ESP-01 Module as a webserver and communicate STM32 Discovery board as a client via another ESP-01. You can write embedded c program in IAR to communicate ESP-01 and STM32 over Serial UART. I mean by using serial communication you can fire AT commands from ESP-01 to make STM32 as a client. I hope this can help. Good luck and best wishes!
Hi, please try to use other micro USB cable and make sure the cable will be of good quality which support data transfer as well as power. usually, this happen because of usb cable couldn't not support data as they only means for powering or charging. I hope this may resolve your issue. Good luck and best wishes!
Bro thank you very much...... bcz i bought a new ESP-01 and got its basic firmware deleted and i am unable to do anything its just showing error i thought its gone , literally there were very very less video on "ESP- 01" ... So thanks for this video it literally helped me a lot
I successfully upgraded the firmware and tested the AT commands. Now I'm connecting it to Arduino Uno R3 with this setting: vcc - 3.3v gnd - ground tx - tx(1) rx - rx(0) with voltage divider 1k & 2k reset - 3.3v (with 10k resistor) en(ch_pd) - 3.3v (using the same 10k resistor from reset) I upload empty sketch to Arduino and able to execute AT command through Serial Monitor. In the future, I'm going to do a project using Arduino and ESP8266(esp-01) Should I keep the same wiring configuration? Should I cross wire the TX & RX like tx to rx and rx to tx?
Great, I suggest using Software Serial Library and use any pin as Tx, Rx on Arduino Uno R3 to connect with ESP-01 Module. You'll find plenty of online blogs and videos online on this. Good luck and best wishes!
Hi, if you want to try latest version of ESP-01 firmware then it will be found on official website of Espressif systems. I am not sure if they still update firmware regularly. In my opinion since this ESP-01 module is very old need to check from Espressif. I hope this may help. Thanks and best wishes!
Digging through lots info at various forums, I was able to get the esptool to work on my Mac. However all the instructions required me to flash multiple files. Flashing was fine but the ESP01 didn't respond to AT commands properly after flash. Then I found your video and there was only one file to flash. Heck, I have nothing to lose, why not trying...voila, the flashing completed and it responded to AT commands properly. Thanks.
Hi Eliasdomingues, please make sure first your ESP-01S is running latest Firmware. If so then confirm baud rate settings. And also test with other modules in case you feel something is unusual. Often, cheaper modules or adaptor may have board defects of missing component or soldering defects etc. but in rare circumstances. I hope this may help you. Good luck and best wishes!
@@BINARYUPDATES well ive tried, and it works by the moment. I havent tried wifi function yet, but blink is estable. Im not shure if it was a firmware or a power supply problem. But thanks, I hope this firmware works, even though is the only one i found compatible with 1MB flash memory.
Hi, I'm happy to know your ESP-01 module is working. I remember feelings when I tried for first time. I'll be publishing more video in future around ESP-01S or ESP8266 Microcontroller. Good luck and best wishes!
VERY USEFUL,well presented thank you so much man also i upload this firmware using arduino when you upload using arduino after upload make sure to disconnet gpi0 from gnd and reset the esp like in this video and start using at commands thanks
Hi Aditya, I'm happy to know your ESP-01 is working now. I'll be publish webserver on ESP-01 lesson in next few weeks. Sorry for delay, as I was very busy last months. But soon you'll find lot many videos published around programming ESP-01 microcontroller. Thanks for support. Good luck and best wishes!
i get this error in the logs when i try to flash the binary on my ESP01 Exception in thread Thread-1: Traceback (most recent call last): File "threading.pyo", line 810, in __bootstrap_inner File "esp8266_flasher.py", line 19, in run File "downloader.pyo", line 54, in __init__ File "serial\serialwin32.pyo", line 38, in __init__ File "serial\serialutil.pyo", line 282, in __init__ File "serial\serialwin32.pyo", line 82, in open File "serial\serialwin32.pyo", line 202, in _reconfigurePort ValueError: Cannot configure port, some setting was wrong. Original message: WindowsError(31, 'A device attached to the system is not functioning.') what am i doing wrong? i am following your directions, please help!
HiNaifjan, Looks like ESP-01 is not getting into programming mode so it failed to upload firmware. Just make sure the sequence to short pins before updating firmware process. Its clear from your input that issue is with programming ESp-01 Module. Also make sure connection is stable during the process. Good luck and best wishes!
Привет, уже долго пробую и ничего не выходит. Прошивка успешно загружается. Появляется WiFi точка, но на AT команды не реагирует. Также не реагирует на скечи с кодом. Что делать? Hi, I've been trying for a long time and nothing comes out. The firmware is loading successfully. A WiFi hotspot appears, but does not respond to AT commands. It also does not respond to code snippets. What to do?
Hi, as shown in this video lesson, use AT commands with ESP-01 firmware. The AT commands will let you connect ESP-01 Module to connect to WiFi router at home. there are command to configure wifi on esp-01. Good luck and best wishes!
Hi, I used AT+CIPSERVER command to set the TCP Server and Port on ESP-01 Module. I think you can try that first and then if it create webserver and access then investigate further. Good luck and best wishes!
it was great.. thank you for detailed step by step guide and sharing the files used... I couldn't find the next part for web app, please help me with share the link...
Hi, thank you so much! I will be making Webserver on ESP-01 Module video in this month. Will update the description and also let you know as it publish. Thanks for your patience. Have a good day!
You are best, i have been searching for so long time what serial terminal to use, what firmware is good and a firmware installer, You explained everything. Thankyou, you're videos are best
Hi Maxim, thank you so much for such a nice words. I'll me making more videos on ESP-01 module programming. I'm planning to covers topics like controlling devices, monitoring sensors, running webserver and MQTT etc. I hope you'd love to watch them in future. Thanks and have a wonderful day!
@@BINARYUPDATES Nice, I look forward to see them. If possible can you cover in some video how to connect esp01 through websockets to something lite grbl or regular Arduino board. Or how to connect to esp-01 from another network if possible. Best regards Maxim
@maximperederii838, sure there will be video coming where I'll connect Arduino to wifi using ESP-01 module. I'll be covering range of topics like HTTP webserver, websocket and MQTT server connection using ESP-01
HARİKA anlatıyorsunuz.Emeklerin için çok teşekkür ederim
Thank you so much! The most clear instructions in the Internet so far. Couldn't flash my ESP, struggled for several days until you helped, now it works
Hi Anis
Glad it helped!
Best wishes!
@@BINARYUPDATES Hey, I really need your help. I need to send data from Arduino Uno to ESP-01 through serial monitor. However, in the internet I only found a way to send data from ESP to Arduino, but not in opposite direction. I want to make a telegram bot on ESP. Arduino Uno, in turn, should obtain data from sensors and send them to ESP, that's why I need this connection. Then ESP should process obtained data and send it via telegram to the user. I really, really need this to make somehow, please help. Thanks in advance!
Clear? you gotta be kidding
Brilliant. Well presented and just what I was looking for. Thanks!
Hi Csakip, Glad it was helpful!
MUCHISIMAS GRACIAS SOS EL MEJOR SOY DE ARGENTINA. ME CANSE DE VER TUTORIALES QUE EXPLICAN A MEDIA. LA VERDAD QUE VOY A RECOMENDAR TU CANAL. YA QUE A PESAR DE ESTAR EN INGLES , SE ENTIENDE Y HACES TODO PASO A PASO. NUEVAMENTE MUCHAS GRACIAS . GENIO
The ESP-01 has 0.5 MByte flash (= 4MBit, flash IC: 25F04)
The ESP-01s has 1 MByte flash (=8 MBit, flash IC: 25F08). Some ESP-01 have 1 MByte too.
There are also ESP-01s with 4MByte flash (=32 MBit, flash IC 25F32).
Thnaks friend, Im not sure why after flash the modules the default mode is AP :( so... was impossible to search for AP, with your great explanation i was able to put the modules on AP+STA mode :)
It worked for me to send the AT commands, however I'm using a diferent usb adapter it has only the places needed to plug the esp 01 to it, should I use jumpers in every pin instead?
Hi KaraSub, sure you can use jumper wire instead or switch to soldered on ESP-01 module adapter. It will be bit tricky though. Good luck and best wishes!
Thanks. Can you please share how to connect this to some of the free app like Magic Home, Smart Life, Cadio etc. ?
Hi Sarathi, thank you so much! I'll be making more video in next month to connect ESP-01 module to different cloud platforms. I think those video series may be interesting for you. Thank you for your input and suggestions. I'll soon create those tutorial lessons. Have a beautiful day!
@@BINARYUPDATES Thanks ! It will great if you please share a video to connect to Smart Life app.
Thnx , subbed
Hi HakkiOgrt, thanks for the sub!
Thank you Very much Sir
Your explanation helped alott
Hi Omkar, I'm glad to know this ESP-01 video lesson helped you!
Good luck and best wishes!
Do we have the latest firmware release?
Yes, you can check the GitHub link in the video description. I have provided latest ESP-01 firmware with necessary software to download for this ESP-01 Module tutorial. Wish you good luck and best wishes!
Hii, when i let baudrate 115200 the system cannot ready but system ready when baudrate 9600 can i know why
This means your ESP-01S Module is running ESP-01 firmware which uses 9600 baud rate. In my opinion, you can reflash new firmware or carry on using module with 9600 baud. It doesn't make much difference for application development as long as we don't modify firmware or bootloader in ESP microcontroller. I hope this may help you. Good luck and best wishes!
Broo you is hero. very thanks 💖💖💖💖💖💖
Thank you so much!
Best wishes!
Is the next video (building the web server) available yet? if so, link please. I am terrible navigating through Utube.
Hi Roger, the webserver in station mode running on ESP-01 Module is on the list. it'll be released soon. If its urgent you can use my NodeMCU ESP8266 webserver code (on my channel). And upload in ESP-01 Module and it will work. The program is absolutely same. I hope this will help you quickly otherwise I'm anyways making video in next week. Thanks for your patience
Thank you so much
You're most welcome! I hope you've enjoyed this ESP-01 firmware update video. Thanks!
@@BINARYUPDATES if ill done to do this can this esp-01s can connect to my project system to database?
Can you help me know where to learn isp programming, wish to use it for personal home and office area safety devices.
Can we add more then one wifi login details with logic?
I want to ask, I have 2 esp01 last year I try to connect to wifi can connect, but this year I try to connect and wifi scan can't connect, I use wifi example on arduino ide. Can upgrade firmware can fix this problem?
Hey Wahyu, Yes consider update the firmware on ESP-01 Module. It'll fix issue. Good luck and best wishes!
Hey. Since I try to modify the baud rate of the esp01 using Arduino using AT command on Arduino. And I can’t succeed. Please what other options do I have to achieve this?
HI i wanna configure one esp01 as hotspot and another one as its client through stm32 discovery board with IAR! how can I do that and how could I test the AT COMMANDS ON IAR
Hi Azza
You can configure one ESP-01 Module as a webserver and communicate STM32 Discovery board as a client via another ESP-01. You can write embedded c program in IAR to communicate ESP-01 and STM32 over Serial UART. I mean by using serial communication you can fire AT commands from ESP-01 to make STM32 as a client. I hope this can help.
Good luck and best wishes!
Excellent presentation.
Hi Planker, thanks for watching! I hope it answers most of question related to ESP-01 Module. Have a good day!
my MCU is NodeMCU 1.0 when i tried to flash it said fail to connect... you have some idea about this ?
Hi, please try to use other micro USB cable and make sure the cable will be of good quality which support data transfer as well as power. usually, this happen because of usb cable couldn't not support data as they only means for powering or charging. I hope this may resolve your issue. Good luck and best wishes!
Looks like I can't use ArduinoIDE to send AT commands, but works well with CoolTerm.
Awesome video, thanks a ton!
I'm Glad it helped with your ESP-01 WiFi module. Thanks!
Thank you for the tutorial :)
Welcome!
BRO thanks i tried every thing only u had the gold
Thanks
Thanks Bro! I'm happy you found this ESP-01 Module video useful. Good luck and best wishes!
Omg, this video it’s so cool, they rescued me.
Thank you so much
Hi Sebastian
I'm so glad to know you found ESP-01 Module Firmware video useful
Good luck and best wishes
this was so helpful, thank you
Glad ESP-01 lesson was helpful for you!
Thanks
Hi! I followed everything correctly but it says failed to connect
Did you ever figure this out? I'm also getting the same thing.
Bro thank you very much......
bcz i bought a new ESP-01 and got its basic firmware deleted and i am unable to do anything its just showing error i thought its gone , literally there were very very less video on "ESP- 01" ...
So thanks for this video
it literally helped me a lot
Hi Ravi
Glad I could help with your ESP-01 Module
Best wishes!
Thank you for this video, worked like a charm.
Hi MrDontCare, you're welcome!
I'm happy your ESP-01 module is working...Enjoy friend!
I successfully upgraded the firmware and tested the AT commands.
Now I'm connecting it to Arduino Uno R3 with this setting:
vcc - 3.3v
gnd - ground
tx - tx(1)
rx - rx(0) with voltage divider 1k & 2k
reset - 3.3v (with 10k resistor)
en(ch_pd) - 3.3v (using the same 10k resistor from reset)
I upload empty sketch to Arduino and able to execute AT command through Serial Monitor.
In the future, I'm going to do a project using Arduino and ESP8266(esp-01)
Should I keep the same wiring configuration?
Should I cross wire the TX & RX like tx to rx and rx to tx?
Great, I suggest using Software Serial Library and use any pin as Tx, Rx on Arduino Uno R3 to connect with ESP-01 Module. You'll find plenty of online blogs and videos online on this. Good luck and best wishes!
Is there any way to update the firmware version? The one on the github is from 2016
This version seems to be lacking of lots of commands, for example AT+CMD? wich should give a list of all AT commands availabe
Hi, if you want to try latest version of ESP-01 firmware then it will be found on official website of Espressif systems. I am not sure if they still update firmware regularly. In my opinion since this ESP-01 module is very old need to check from Espressif. I hope this may help. Thanks and best wishes!
Digging through lots info at various forums, I was able to get the esptool to work on my Mac. However all the instructions required me to flash multiple files. Flashing was fine but the ESP01 didn't respond to AT commands properly after flash. Then I found your video and there was only one file to flash. Heck, I have nothing to lose, why not trying...voila, the flashing completed and it responded to AT commands properly. Thanks.
Great, I'm happy to know your ESP-01 is responding to AT commands.
Thanks and best wishes!
i use esp01s with usb adaptador ch340 and this msg
AT
ERROR
why???
Hi Eliasdomingues, please make sure first your ESP-01S is running latest Firmware. If so then confirm baud rate settings. And also test with other modules in case you feel something is unusual. Often, cheaper modules or adaptor may have board defects of missing component or soldering defects etc. but in rare circumstances. I hope this may help you. Good luck and best wishes!
do you know if this bin can work for esp-07?
Hi Andres, sorry
I've not yet tried ESP-07
@@BINARYUPDATES well ive tried, and it works by the moment. I havent tried wifi function yet, but blink is estable. Im not shure if it was a firmware or a power supply problem. But thanks, I hope this firmware works, even though is the only one i found compatible with 1MB flash memory.
@@BINARYUPDATES WIFI WORKS!!!! in STA and AP modes!!!! I LOVE U jajaja
Thank you. finally I got it after a couple of days of stretches , take a bow
Hi, I'm happy to know your ESP-01 module is working. I remember feelings when I tried for first time. I'll be publishing more video in future around ESP-01S or ESP8266 Microcontroller.
Good luck and best wishes!
VERY USEFUL,well presented thank you so much man
also i upload this firmware using arduino when you upload using arduino after upload make sure to disconnet gpi0 from gnd and reset the esp like in this video and start using at commands
thanks
It's not coming back to normal mode.
Great video finally abled to flash the firmware and make the at commands run. Still waiting on the webserver video tho, is it out by any chance?
Hi Aditya, I'm happy to know your ESP-01 is working now. I'll be publish webserver on ESP-01 lesson in next few weeks. Sorry for delay, as I was very busy last months. But soon you'll find lot many videos published around programming ESP-01 microcontroller. Thanks for support. Good luck and best wishes!
i get this error in the logs when i try to flash the binary on my ESP01
Exception in thread Thread-1:
Traceback (most recent call last):
File "threading.pyo", line 810, in __bootstrap_inner
File "esp8266_flasher.py", line 19, in run
File "downloader.pyo", line 54, in __init__
File "serial\serialwin32.pyo", line 38, in __init__
File "serial\serialutil.pyo", line 282, in __init__
File "serial\serialwin32.pyo", line 82, in open
File "serial\serialwin32.pyo", line 202, in _reconfigurePort
ValueError: Cannot configure port, some setting was wrong. Original message: WindowsError(31, 'A device attached to the system is not functioning.')
what am i doing wrong? i am following your directions, please help!
HiNaifjan, Looks like ESP-01 is not getting into programming mode so it failed to upload firmware. Just make sure the sequence to short pins before updating firmware process. Its clear from your input that issue is with programming ESp-01 Module. Also make sure connection is stable during the process. Good luck and best wishes!
Привет, уже долго пробую и ничего не выходит. Прошивка успешно загружается. Появляется WiFi точка, но на AT команды не реагирует. Также не реагирует на скечи с кодом. Что делать?
Hi, I've been trying for a long time and nothing comes out. The firmware is loading successfully. A WiFi hotspot appears, but does not respond to AT commands. It also does not respond to code snippets. What to do?
Чип esp8266EX
Can i know how connect esp 01 to wifi
Hi, as shown in this video lesson, use AT commands with ESP-01 firmware. The AT commands will let you connect ESP-01 Module to connect to WiFi router at home. there are command to configure wifi on esp-01. Good luck and best wishes!
why when I enter AT+WEBSERVER=1,80,25 , I get error.?
Hi, I used AT+CIPSERVER command to set the TCP Server and Port on ESP-01 Module. I think you can try that first and then if it create webserver and access then investigate further. Good luck and best wishes!
it was great.. thank you for detailed step by step guide and sharing the files used... I couldn't find the next part for web app, please help me with share the link...
Hi, thank you so much! I will be making Webserver on ESP-01 Module video in this month. Will update the description and also let you know as it publish. Thanks for your patience. Have a good day!
connecting ....
Failed to connect
Did you ever figure this out? I'm getting the same thing.
You are best, i have been searching for so long time what serial terminal to use, what firmware is good and a firmware installer, You explained everything. Thankyou, you're videos are best
Hi Maxim, thank you so much for such a nice words. I'll me making more videos on ESP-01 module programming. I'm planning to covers topics like controlling devices, monitoring sensors, running webserver and MQTT etc. I hope you'd love to watch them in future. Thanks and have a wonderful day!
@@BINARYUPDATES Nice, I look forward to see them. If possible can you cover in some video how to connect esp01 through websockets to something lite grbl or regular Arduino board. Or how to connect to esp-01 from another network if possible. Best regards Maxim
@maximperederii838, sure there will be video coming where I'll connect Arduino to wifi using ESP-01 module. I'll be covering range of topics like HTTP webserver, websocket and MQTT server connection using ESP-01
HOW MUCH DO YOU GET PAID TO FLATTER THIS GUY
como controlo os pinos de GPIO do esp-01 com os comandos AT?
This is old firmware 😢
First comment
IF ONLY YOU SPOKE CLEARLY AND SLOWER I COULD FOLLOW YOU