sidoh / epaper_templates

Template-oriented driver for e-paper displays
MIT License
256 stars 27 forks source link

AP not appearing #24

Closed unicornrobot closed 4 years ago

unicornrobot commented 4 years ago

Hi I've flashed a pre-compiled binary (2.3.0) with success, but the AP is not showing up. I've tried esptool.py erase_flash and also flashing previous binaries. I have this board - https://banggood.app.link/SAFsLEogo5 Any help would be welcome! Thanks

sidoh commented 4 years ago

Heya, there's some relevant discussion over in #12.

The issue is that ESP32s have four separate regions that need to be flashed (bootloader, partition table, app loader, firmware), and the pre-compiled binaries only contain one (firmware).

I attached a one-off binary containing all four regions in this comment that you should be able to use with esptool.

unicornrobot commented 4 years ago

Thanks for your response and help. Flashed mega bin ok, but screen not updating. I've continued this over in #12 . Hope that's ok.

sidoh commented 4 years ago

Gonna close since it sounds like you've resolved this issue.

We can continue the discussion on #12, but would be best to open a new issue if there's much back and forth.