You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am able to flash the firmware (using esptool or the firmware downloader from this repository) but that's about it. The blue LED is blinking furiously, the LCD is off and the only data on the serial line is this:
So the problem is that my board is 4MB variant and the board supported by circuitpython is 16MB variant. I've found out by trying different images to see which one will work (adafruit_feather_huzzah32 worked). The difference was the info about SPI memory. The working board has
CIRCUITPY_ESP_FLASH_MODE = dio
CIRCUITPY_ESP_FLASH_FREQ = 40m
CIRCUITPY_ESP_FLASH_SIZE = 4MB
I am trying circuitpython 8.2.6 firmware but it is not working for me.
I see that support for the board has been added to circuitpython here
so it seems that someone has it working.
I am able to flash the firmware (using esptool or the firmware downloader from this repository) but that's about it. The blue LED is blinking furiously, the LCD is off and the only data on the serial line is this:
So, what am I doing wrong? Is it even supposed to work?
The text was updated successfully, but these errors were encountered: