ESP8266 not working
5 comments
TeachingAssistant
2 years agoBurn AT command firmware and try again.
https://www.espressif.com/en/support/download/at?keys=&field_type_tid%5B%5D=14
teo
2 years agoUnfortunately the website sends me an error when I want to edit the topic question.I will write down over here what is the chip sending at 76800 bd(given the fact that it is connected directly to CH340 converter to my pc)
:
ets Jan 8 2013,rst cause:2, boot mode:(3,7)
load 0x40100000, len 1856, room 16
tail 0
chksum 0x63
load Ox3ffe8000, len 776, room 8
tail 0
chksum 0x02
load Ox3ffe8310, len 552, room 8
tail 0
chksum 0x79
csum 0x79
2nd boot version: 1.5
SPI Speed : 40MHz
SPI Mode : QIO
SPI Flash Size & Map: 8Mbit(512KB+512KB)
jump to run user1 @1000
if cal sector: 249
[112]:00
113): 00
[114]: 01
SDK ver: 1.5.4.1(39cb9a32) compiled @Jul 1 2016 20:04:35
phy ver: 972, pp ver: 10.1
mC
teo
2 years agoHello,no,if I send AT command I am getting AT on the RX line as an echo.Whatver existing string I would send it the ESP chip would send it back the same way(instantly).I will add another image in which shows off what the ESP is sending at power-up with a baud rate of 76800.
Hello,my ESP8266 is somehow not sending back any data.I connnected it directly to the computer via TTL converter and when I power it on it sends a few random characters followed by "ready".Afterwards,it just echoes back whatever string I send it.I checked the pinout,everything looks perfectly fine.Likewise,if I change the baudrate to 76800 I am getting something readable at power-up.Down below I have attached what exactly is my terminal showing