Skip to content

Update the camera board to use ESP32-S3 microcontroller #8218

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

Merged
merged 17 commits into from
Jul 31, 2023

Conversation

jepler
Copy link

@jepler jepler commented Jul 26, 2023

Supersedes #8216

The new board uses the "4MB-1ota" partition scheme, which is the same as in tinyuf2.

the camera is detected and the basic pycam application starts up, though it doesn't yet have full functionality.

camera detection/initialization takes a loooonnnng time, it'd be nice to find out why.

the display is not yet initialized (no board DISPLAY object)

ladyada and others added 12 commits July 18, 2023 01:02
.. and gate audiomixer based on audiocore (should be no net change)

.. and get rid of now-redundant enables in the espressif mpconfigport
and make corresponding simplifications in shared-bindings-matrix,
but directly using the final defines from CFLAGS instead of the
status quo.

The net changes are to disable audiocore & audiomixer on some espressif
devices that have no audio output at all. Other than that, the
shared-bindings-matrix seems to be identical.
This is needed on the camera board, because we have a lot of code.
this gives us a comfortable few hundred kB flash space left for the app

1398912 bytes used,  763776 bytes free in flash firmware space out of 2162688 bytes (2112.0kB).
.. which irritated our partition table parser in build_memory_info, so
make it work again.
@jepler
Copy link
Author

jepler commented Jul 26, 2023

@ladyada if you want to test, the artifacts are ready

@ladyada ladyada self-requested a review July 26, 2023 17:12
ladyada
ladyada previously approved these changes Jul 26, 2023
Copy link
Member

@ladyada ladyada left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

reviewed! camera, tft, gpio expander and sd card are all workin :)
img0002

@jepler
Copy link
Author

jepler commented Jul 26, 2023

This depends on https://github.com/adafruit/esp32-camera/pull/5/files which also needs to be reviewed.

@jepler jepler requested a review from dhalbert July 31, 2023 14:51
Copy link
Collaborator

@dhalbert dhalbert left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice way of doing any and all!

@jepler jepler merged commit 272a2dc into adafruit:main Jul 31, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants