Closed eminarcissus closed 6 years ago
Hi @eminarcissus
This repo is legacy; the ESP32 port of MP is now part of mainline MP.
BLE support is currently broken. Also the IDF has progressed quite a bit, and there's a new BLE branch to support that, but I haven't had a lot of extra time to work on that: https://github.com/MrSurly/micropython/tree/dev-bluetooth-esp32
Hi @MrSurly
I've noticed the close reason because the IDF change so I merged back bt libs back in 2017 Aug since the remove of osi_arch file. So I guess the bt API part is remained as unchanged. Just curious if there are any way to debug the booting process to see if any error I can resolve so I can get a quick demo on BLE part. Will look into the new branch as well, thanks very much :)
I'm now trying to build the image with some basic BLE supports(pull request #86), it does finished compiling but after flashing it to the chip, it won't boots up.
here's the booting message I catched when it is booting.
from flash read err, 1000 I guess it is a bootloader error? But how could I trace down why it did crashed here?