Show Posts
|
|
Pages: 1 2 3 [4] 5
|
|
48
|
Using Arduino / General Electronics / best & strongest way to connect arduino for a permanent exhibition
|
on: March 14, 2011, 03:28:16 pm
|
|
hello, working on a permanent exhibition and including arduino UNO boards inside, I'd need to know what would be the best (permanent) connectors or what would be the best way to connect permanently long wires to the board.
I thought about crimp connectors or other ones but I'd probably have to glue them no?
About wires, we'd use long wires and I guess shielded wires would be the best way.
any ideas/experiencies/links would be appreciate.
all the best,
|
|
|
|
|
54
|
Using Arduino / Audio / Re: Designing an open-source synth and looking for the best architecture
|
on: February 23, 2011, 04:28:12 am
|
|
hello all, and I have firstly to thank you a lot for this debate which is very interesting and instructive for me. I'm at the very beginning of the project, and I cand choose the right route before prototyping anything else.
8 bits wouldn't be a problem for me I won't make an hifi hardware It would be consiously cheap & raw. I love the arduino idea because it is a module I could have for cheap price. I can also rebuild it on an only one PCB (I have those skills) but I'm not sure it will be the right ratio between time spent / cheapness / reliability (soldering smd is difficult for me) etc.
I'll look at the propeller right now!
About memory, I planned to add memory to this system.
So if I consider 8bits is ok, memory is added, the "only" problem would be the speed. At the maximum consumption of job time for the processor, there would be: - MIDI listening (notes come from the computer, the keayboard) - one waveform playing (monophonic) - one LFO modulating 1 or 2 parameters - distorsion fx (hardware probably I guess!) - delay fx (hardware too ; but it is an option and not sure yet about that)
The sequencer could be only an array read for playing notes... I guess it wouldn't be cpu killing.
Do you think arduino could process that? The next step would be prototyping it on my ... arduino. I have one.But no DACs, no buffers yet.
|
|
|
|
|
55
|
Using Arduino / Audio / Re: Designing an open-source synth and looking for the best architecture
|
on: February 22, 2011, 10:54:16 am
|
|
hello WilliamK, thanks a lot for your answer.
I planned to make a shield, bigger than arduino itself, where I'll put every other components (filter, DAC, buffers, pots, muxer/demuxer etc) What would be the platform you'd advice me ?
some people adviced me to build my own. I could. But really, I love the idea of modularity and I'd prefer to use the arduino as-it-is.
any advices?
|
|
|
|
|
58
|
Using Arduino / Audio / audio buffers ?
|
on: February 21, 2011, 05:15:31 pm
|
|
hello, very new to arduino / audio circuits (I'm more in interfacing and protocols til today :p), I'd like to figure out the process from outputs pins to speaker.
is it: arduino pins output ====> DAC ====> buffer ====> speaker ?
I 'd like to understand why these buffers are required and if I'd need a kind of anti-aliasing filter or not?
all the best,
|
|
|
|
|
60
|
Using Arduino / Audio / Re: Audio Input
|
on: February 21, 2011, 03:54:25 pm
|
interested too. my project of open-source synth would involve an additional audio input that could be process by the little fx unit 
|
|
|
|
|