Hi. I am looking to pursue a new hardware project I have. I am not sure if arduino would be the best tool for it, but maybe you can help point me in the direction of things I have not heard about.
What I want to do is build a simple voice recorder that is wireless. I know there are many out there (pen records or any of those hidden audio recorders), but I want one that has a processor so I can have programs running on it.
So I guess, where could I start? Is there an arduino that is small of enough to fit in your pocket that could power a voice recorder for a certain amount of time? Maybe some other device? What's the best audio recorder?
You'll need to add memory and a digital-to-analog converter, and a microphone preamp, and some sort of user-interface. (The Arduino has a 10-bit analog-to-digital converter, which is probably good enough for voice.)
Is there an arduino that is small of enough to fit in your pocket...?
It's not easy to make things small "at home". You'd probably need to make a custom surface-mount PCB and figure-out how to get the small high-density parts soldered on. By the time you design, breadboard, protototype, and debug your device, you'll probably spend a at least a few months and as much money as you'd spend buying a digital recorder.
I know there are many out there, but I want one that has a processor so I can have programs running on it.
How about a smart phone with a memo/recording app? (Or a "modern" iPod that runs iOS applications.) There are applications, interfaces, and good quality [u]microphones[/u] for the iPhone. (The iPhone has a standardized interface, so if you want to add an any hardware such as a microphone or audio interface, I'd go with the Apple product.)
What's the best audio recorder?
The "best" portable recorder is going to cost you a few thousand dollars, and won't fit in your pocket. [u]Here[/u] are several digital portable-pocket recorders starting around $100 USD.
hah ya. I bought a voice recorder, and I love how simple it is to use (Call me lazy, but it's nice to just pick it up and speak into it rather than unlocking the phone, opening the record app, hitting start recording and then stop. For quick things I find it much easier to use the voice recorder). The only thing I want to add onto that is making it so I can analyze the audio being spoken into it. I guess similar to siri (I have not looked into making an app for siri but that would be my next plan ).