-
-
Notifications
You must be signed in to change notification settings - Fork 19
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[FEATURE] ESP32-S3-BOX(-3) support #42
Comments
Do you own one so you can test the firmware? |
Sure, I can even brick it, so let's have a go. The one I got is now considered obsolete (as the -3 replaced it) but it sports: ESP32-S3-WROOM-1-N16R8, 16 MB QSPI flash, 8 MB Octal PSRAM and a touch 2.4-inch display. |
capibaraZero_0_5_0_esp32s3box.zip python3 esptool.py --chip esp32s3 --port UPLOAD_PORT --baud 460800 --before default_reset --after hard_reset write_flash -z --flash_mode dio --flash_freq 80m --flash_size auto 0x0000 bootloader.bin 0x8000 partitions.bin 0xe000 boot_app0.bin 0x10000 firmware.bin |
OK:
then:
|
Connecting via picocom to the ttyACM0 at 9600 gives me loop of:
|
capibaraZero_0_5_0_esp32s3box_test2.zip |
Different results: Now the screen flahes white - black every second and I got on the console 'Amiga Stuff - Guru Meditation:
|
there was a problem with a GUI, I removed a function that is necessary for the GUI initialization. |
Hey, no problem, no need to aplogize, just push the test firmware, as mamy as needed. Flashing tomorrow! |
nice, next time I will add navigation button support, SD card and try to fix screen rotation. In future I will add also touch support maybe, yesterday I bought a touch display so it will be supported for sure |
capibaraZero_0_5_0_esp32s3box_test4.zip
|
Thanks, will test - planning to solder SD card adapter next week... |
That gave me white screen no console... SD card not connected yet. |
I'm starting to think there's some problem with the serial. Try this one please. |
Hope I'm not frustrating you - but test5 gave me black screen, no console activiity, just some reset info when tried to flash it again. Went back to test3 firmware just to check and it worked as previously with tilted 45 screen. |
capibaraZero_0_5_0_esp32s3box_test6.zip |
Thanks, raporting back in the evening, should have the SD card, as the pins are easily exposed and I got adapter that needs no soldering. I start to like that dev-kit, not to mention your quick support on this. |
Screen and orientation is OK with test6! SD card later... |
Connected the SD, nothing is blown, no activity on console tough! |
If you have SD card, can you test the capibaraZero_0_5_0_esp32s3box_test5.zip please? Test6 doesn't have SD initialization |
OK, going back to test5 gives me, regardless if SD card is powered or not powered via 3.3V
|
Can you flash also test4, to see if serial give some debug information at least. thanks |
Hello, tested both 4 and 5, no luck: I had one partitnion on 4GB SD card - it hasn't been touched, also deleted it and no other changes happen after testing 4 or 5. Console is mute, but if I force file download - I get an ESP32 banner. So it is working presumably, just not telling me much. |
There's a product called ESP32-S3-BOX and ESP32-S3-BOX-3 which is a ready developer kit - comes with touch display and exposed PINs. Would make a good base for the project. Don't want to link to the commerial pages, you can easily look it up.
The text was updated successfully, but these errors were encountered: