B4R Question Load default jpegs to ESP32

RJB

Active Member
Licensed User
Longtime User
Hi,
currently I load default jpeg images to the ESP32 by putting them in programme memory and copying them to littleFS on first run.
This means there is a delay on first run, but worse than that a large chunk of programme memory is used by the jpeg files.
Is there a better way?
Thanks
 

Cableguy

Expert
Licensed User
Longtime User
Why not use a SDCard breakout board?
Should be easy enough to implement
 
Upvote 0

RJB

Active Member
Licensed User
Longtime User
Hi,
Thanks, yes I use an SD card for loading other images (for the premium version) but that's additional cost (and production step) so not justified for the base version.
The PCB is my own design so adding a micro SD socket is insignificant (25 pence/ cents) but the SD card/ programming is significant.
Thanks
 
Upvote 0

Cableguy

Expert
Licensed User
Longtime User
Then consider adding an external eeprom chip
 
Reactions: RJB
Upvote 0

RJB

Active Member
Licensed User
Longtime User
Thanks, I hadn't thought of that. Still additional programming time and cost but well worth a look.
 
Upvote 0
Cookies are required to use this site. You must accept them to continue using the site. Learn more…