Skip to content
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

Support for ESP32-CAM #218

Open
4 tasks
floitsch opened this issue Dec 29, 2021 · 4 comments
Open
4 tasks

Support for ESP32-CAM #218

floitsch opened this issue Dec 29, 2021 · 4 comments
Labels
enhancement New feature or request

Comments

@floitsch
Copy link
Member

Support the ESP32-CAM.

  • Taking pictures and constantly uploading them
  • Taking pictures and saving them locally in the microSD card, to be queried and downloaded remotely
  • Videos
  • Image processing (C bridge?)
@floitsch floitsch added the enhancement New feature or request label Dec 29, 2021
@floitsch floitsch mentioned this issue Dec 29, 2021
4 tasks
@kasperl kasperl changed the title ESP32-CAM Support ESP32-CAM Feb 19, 2022
@kasperl kasperl changed the title Support ESP32-CAM Support for ESP32-CAM Feb 19, 2022
@dumblob
Copy link

dumblob commented Jun 27, 2023

On a similar note, I am looking for support for two non-MEMS microphones (yep, I need the traditional analogue signal to be "ADCed") being mixed into one stereo-signal which I can then both in real-time transfer over network as well as save the very same stream to a flash memory.

Any plans to support such use-cases?

@floitsch
Copy link
Member Author

@mikkeldamsgaard do you know what is already possible and what would need to happen for audio signals?

@mikkeldamsgaard
Copy link
Contributor

@floitsch @dumblob The ESP32 has two ADC's that are supported by toit already and the flash is also supported. The issue will be to get a constant sample rate, as the ADC's are not currently supported in toit on the I2S.

The specification for the ADC's in the esp32 are not optimal for audio sampling anyway (12-bit and very bad SNR), so if you want good quality digital recordings, I would recommend adding a dedicated audio codec/adc to the system and interface that to the ESP32 via I2S.

@dumblob
Copy link

dumblob commented Jun 30, 2023

The specification for the ADC's in the esp32 are not optimal for audio sampling anyway (12-bit and very bad SNR)

Oh, thanks for the nudge! I would not have thought of this myself.

@bpmct bpmct mentioned this issue May 25, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Development

No branches or pull requests

3 participants