Search found 2 matches

by j0shmillar
Tue Jun 11, 2024 10:50 am
Forum: Hardware
Topic: ESP32s3 "PowerFeather" with OV5640 camera breakout
Replies: 0
Views: 456

ESP32s3 "PowerFeather" with OV5640 camera breakout

I'm trying to use an OV5640 camera breakout with the ESP32s3-based PowerFeather , modifying this example. I can’t get the board to recognise the OV5640 (sccb init err) so I’m assuming there’s a problem with my configuration - could anyone suggest an appropriate pin configuration / set up for the OV5...
by j0shmillar
Sun Jun 09, 2024 12:33 pm
Forum: ESP-IDF
Topic: Streaming I2S mic audio from ESP32 (PowerFeather)
Replies: 0
Views: 490

Streaming I2S mic audio from ESP32 (PowerFeather)

Hi! Firstly, I'm completely new to embedded development so apologies in advance if this is obvious! I'm trying to stream I2S mic audio from my ESP32 (I'm using the PowerFeather board and INMP441 mic). I receive audio at my server (currently just as .raw, playing using audacity), but it's not continu...