kamilsss655 / ESPRI

ESPRI (ESP Radio Interface) project providing extended functionalities to ham radios
Apache License 2.0
81 stars 3 forks source link

[FEATURE] Test flash upgrade to 16MB #27

Closed kamilsss655 closed 4 weeks ago

kamilsss655 commented 2 months ago

Is your feature request related to a problem? Please describe.

The project currently doesn't require more space than provided 4MB, however with new audio file storage features it might be useful for some users to have ability to extend flash size to 16MB.

That would require to desolder the flash chip and replace it with a bigger one.

Once we establish it works, I could enable new build process for the 16MB chip. There would be no overhead from the development perspective to support 2 chip versions.

Describe the solution you'd like

Test if this approach works: https://www.youtube.com/watch?v=Zs71FwOyvFg

kamilsss655 commented 2 months ago

Also it seems that ESP32 can run SD cards directly so it might be an option to add a SD card reader on the bottom side of the ESPRI board.

Some references: https://alexlubbock.com/micro-sd-adapter-esp8266-esp32

kamilsss655 commented 2 months ago

https://www.youtube.com/watch?v=e1xOgZsnAuw

kamilsss655 commented 4 weeks ago

V2 board support uSD cards and is a more elegant solution.