mrossen Active Member Licensed User Longtime User Mar 28, 2018 #1 Hi, I uploaded the source code from "Support for ESP8266 board" to a ESP8266 01 Wifi module. Everything seems to go fine but the program will not start after flash. See picture. Any know what I am doing wrong? Mogens
Hi, I uploaded the source code from "Support for ESP8266 board" to a ESP8266 01 Wifi module. Everything seems to go fine but the program will not start after flash. See picture. Any know what I am doing wrong? Mogens
tigrot Well-Known Member Licensed User Longtime User Mar 28, 2018 #2 It's quite hard to diagnose the app without seeing it... Upvote 0
mrossen Active Member Licensed User Longtime User Mar 28, 2018 #3 Hi, You are right. But I dont think it is the app there is the problem. But here it is. Attachments ESP8266.zip 1.1 KB · Views: 310 Upvote 0
tigrot Well-Known Member Licensed User Longtime User Mar 28, 2018 #4 Seen your code. It seems a hardware issue. First time to send a program to the device? Upvote 0
mrossen Active Member Licensed User Longtime User Mar 28, 2018 #5 Thank you for your time, I figured it out. The upload baud rate has to be "115200" (Default) but the baud rate has to be "74880" not "115200" on this module. After the flash it need at reset. So now I get response in the log Mogens Upvote 0
Thank you for your time, I figured it out. The upload baud rate has to be "115200" (Default) but the baud rate has to be "74880" not "115200" on this module. After the flash it need at reset. So now I get response in the log Mogens
mrossen Active Member Licensed User Longtime User Mar 29, 2018 #6 Hi again, See here is you want to know why to use 74880 baud rate : https://stackoverflow.com/questions/37224942/no-response-from-esp8266-wifi-module Upvote 0
Hi again, See here is you want to know why to use 74880 baud rate : https://stackoverflow.com/questions/37224942/no-response-from-esp8266-wifi-module
tigrot Well-Known Member Licensed User Longtime User Mar 29, 2018 #7 74880 baud? Almost impossible to set! Upvote 0
mrossen Active Member Licensed User Longtime User Mar 29, 2018 #8 Yes, But you can do it in B4R. Erel has made it Upvote 0