-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Config that works on Seeed Xiao ESP32S3 #9530
Conversation
For some reason, my old USB_VID and USB_PID values does not compile a correct firmware. This one, make a USB drive available.
ports/espressif/boards/seeed_xiao_esp32_s3_sense/mpconfigboard.mk
Outdated
Show resolved
Hide resolved
ports/espressif/boards/seeed_xiao_esp32_s3_sense/mpconfigboard.h
Outdated
Show resolved
Hide resolved
ports/espressif/boards/seeed_xiao_esp32_s3_sense/mpconfigboard.mk
Outdated
Show resolved
Hide resolved
I added missing pins and made the naming of the camera and microphone pins clearer.
Added tuple with Camera Datalines as indicated in Adafruit espcamera tutorial: https://learn.adafruit.com/capturing-camera-images-with-circuitpython
White spaces...
Added objtuple to detect camera data tuple
Correcting CAM_HREF pin from 37 to 47
Correcting UART Pins too
Trying to deal with errors when creating espcamera object
Added Audiobusio to mic support?
Adding Camera Configs. Copyied from adafruit_esp32s3_camera
Okay, guys. I have now got a working version for the board. I tested the camera with the Xiao Round Display and everything works great. But I'll see about that with Seeed.
|
You can test here: https://github.com/djairjr/Seeed_Xiao_ESPS3_Sense_Circuitpython |
Remove comment in audiobusio line
Added correct VID and PID based on this response: adafruit#9507 (comment)
Updated header.
Updated header.
Updated header
Removing some comments in same line as commands.
Trying (again) to remove white spaces... Geez!
Remove White Spaces?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yup!
When will it be possible to download the firmware from the download page? What are the next steps? |
The builds are already in AWS: https://adafruit-circuit-python.s3.amazonaws.com/index.html?prefix=bin/seeed_xiao_esp32_s3_sense/. When we make make another 9.2.0-alpha release, then the circuitpython.org page will get updated. |
@djairjr Could you post more info and maybe a link about where you got the USB PID from? It looks like you got it from Seeed. We want to add the base board as well, without the camera, and it should probably have a separate PID. |
@dhalbert , i've got the USB/PID and VID in this message: #9507 (comment) The email for support team is: techsupport@seeed.io |
For some reason, my old USB_VID and USB_PID values does not compile a correct firmware. This one, make a USB drive available.