Search found 6 matches
- Wed Feb 10, 2021 6:05 pm
- Forum: General Discussion
- Topic: Rom loader only works up to 2Mb?
- Replies: 8
- Views: 6983
Re: Rom loader only works up to 2Mb?
Using serial-flasher wasn't really an option aa I don't like using libraries and it would have made integrating all the other things the code does much more difficult than if I just wrote the serial protocol from scratch. Plus I had already made it so far there was no way I was going to lose all tha...
- Mon Feb 08, 2021 3:05 pm
- Forum: General Discussion
- Topic: Rom loader only works up to 2Mb?
- Replies: 8
- Views: 6983
Re: Rom loader only works up to 2Mb?
Well if I configure spi, it does accept the command but no other commands work after that. I used the values in the serial-flasher source code. It appears they have the ID set to 0. I've tried that as well as the actual chip ID and get the same results. Nothing works after it takes that command but ...
- Mon Feb 08, 2021 3:24 am
- Forum: General Discussion
- Topic: Rom loader only works up to 2Mb?
- Replies: 8
- Views: 6983
Re: Rom loader only works up to 2Mb?
No, i wasn't really sure what values to send but I guess that would make sense, huh?
- Mon Feb 08, 2021 1:11 am
- Forum: General Discussion
- Topic: Update Via UART
- Replies: 5
- Views: 10595
Re: Update Via UART
https://github.com/espressif/esptool/wiki/Serial-Protocol will give you what you need to know, but beware that it's a little confusing and not all that straightforward. You'll also need to look at the serial flasher source code for some things, especially to see how they do the CRC because it's not ...
- Sun Feb 07, 2021 11:19 pm
- Forum: General Discussion
- Topic: Rom loader only works up to 2Mb?
- Replies: 8
- Views: 6983
Rom loader only works up to 2Mb?
I'm able to erase and flash a 4Mb ESP32 over UART from another mcu using the serial protocol found here https://github.com/espressif/esptool/wiki/Serial-Protocol. The problem is, anything written past 2Mb with command 0x03 isn't actually written. It responds that it's been written, but if you read t...
- Mon Dec 21, 2020 9:41 pm
- Forum: Hardware
- Topic: Bluetooth connection status pin?
- Replies: 1
- Views: 2579
Bluetooth connection status pin?
I want to use the ESP32s in it's default AT command mode, but I need a pin to go high or low when a bluetooth connection is made, e.g. an led light up when connected. I want the firmware to work as intended but I really need a status pin and preferably have it do this by default, even after a reset....