mirror of
https://github.com/ggerganov/ggwave.git
synced 2026-02-25 00:45:07 +08:00
29 lines
802 B
Markdown
29 lines
802 B
Markdown
# rp2040-rx
|
|
|
|
This is a sample project for receiving audio data using [RP2040](https://www.espressif.com/en/products/socs/esp32) microcontroller.
|
|
The chip has a built-in 12-bit ADC which is used to process the analog audio from the external microphone module in real-time.
|
|
|
|
## Setup
|
|
|
|
- Raspberry Pi Pico (or other RP2040 board)
|
|
- Microphone, tested with the following, but others could be also supported:
|
|
- Analog:
|
|
- MAX9814
|
|
- KY-037
|
|
- KY-038
|
|
- WS Sound sensor
|
|
|
|
## Pinout
|
|
|
|
### Analog Microphone
|
|
|
|
| MCU | Mic |
|
|
| ------- | --------- |
|
|
| GND | GND |
|
|
| 3.3V | VCC / VDD |
|
|
| GPIO 26 | Out |
|
|
|
|

|
|
|
|

|