You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 26, 2024. It is now read-only.
arjo129 edited this page Dec 26, 2012
·
4 revisions
Recording and microphone hardware
Most microphones with pre-amps should work as long as the hardware is plugged into the analog ports of your microcontroller. If you are looking for a reference schematic I advice you to take a look at this stack exchange question. It shows all the necessary components.
Microcontroller
All arduino-compatible controllers should work independent of microcontroller architecture. I've been working with an arduino UNO. If you wish to port to a new platform, the platform MUST have 300 bytes of RAM and an analog to digital converter.