https://github.com/code2k13/pipico_flute_notes
A sample CircuitPython program that demonstrates how frequency identification can be achieved on the PiPico using a basic microphone.
https://github.com/code2k13/pipico_flute_notes
Last synced: 11 months ago
JSON representation
A sample CircuitPython program that demonstrates how frequency identification can be achieved on the PiPico using a basic microphone.
- Host: GitHub
- URL: https://github.com/code2k13/pipico_flute_notes
- Owner: code2k13
- Created: 2025-02-23T07:13:30.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2025-02-23T07:26:56.000Z (11 months ago)
- Last Synced: 2025-02-23T08:24:49.220Z (11 months ago)
- Language: Python
- Size: 3.91 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# Detecting Flute Notes with CircuitPython, FFT, and a Low-Cost Microphone
[](https://www.youtube.com/watch?v=u4khjD6jiP0)
## Contents of 'lib' folder:
```bash
bitmap_font.py
adafruit_ssd1306.mpy
adafruit_framebuf.mpy
adafruit_display_text
adafruit_bus_device
adafruit_register
adafruit_ssd1305.mpy
adafruit_displayio_ssd1305.mpy
adafruit_displayio_sh1106.mpy
adafruit_display_shapes
adafruit_pixel_framebuf.mpy
```
For more details please visit: https://ashishware.com/2025/02/23/pipico_flute_notes/