-->
Page 5 of 5

Re: ESP-01 won't stay turned on unless I short EN+RST

PostPosted: Mon Aug 31, 2020 7:55 pm
by davydnorris
No I just need the SD card for storage, and I can't use the HSPI as I'm already using them for I2S.

I've got the card wired up and it still boots, but haven't yet started smashing code.

Re: ESP-01 won't stay turned on unless I short EN+RST

PostPosted: Wed Sep 02, 2020 12:55 pm
by eriksl
Keep me posted ;)

EDIT: I was under the impression the ESP8266 only has a SD slave implemenation, so it can emulate an SD card (I guess with dynamic virtual values instead of real memory) but not control an actual SD card itself.

But I may be wrong of course.

Or are you using the SPI access feature of most SD cards? It seems it has a few quirks though.

Re: ESP-01 won't stay turned on unless I short EN+RST

PostPosted: Wed Sep 02, 2020 6:11 pm
by davydnorris
But you may also be right - that's the fun and excitement of working with this module. It's a constant surprise hahahaha

Not quite what you want when you're trying to build commercial systems though! :D :D :D :shock:

Re: ESP-01 won't stay turned on unless I short EN+RST

PostPosted: Thu Sep 03, 2020 1:21 pm
by eriksl
I must say the ESP8266 is very interesting, it's really packed with interesting features. But the documentation is so very bad/lacking, that it often makes me want to give up. Often it's information Espressif could easily share (not sensitive in respect to business IP or WLAN regulations) but they simply refuse to do so. Also it must be very little efford to share those informations. Something like where the stack area is and how large it is, for instance.