An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

README

          

# Detecting Flute Notes with CircuitPython, FFT, and a Low-Cost Microphone

[![Click to watch the project in action](https://img.youtube.com/vi/u4khjD6jiP0/0.jpg)](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/