Show Posts
|
|
Pages: 1 2 [3] 4 5 ... 14
|
|
31
|
Using Arduino / Project Guidance / Re: AV transmitter 720p h.264
|
on: February 05, 2013, 02:35:14 pm
|
|
Not by a long-shot. In pieces of equipment I've pulled to bits, I've often seen "arduino"-spec microcontrollers doing things like driving LCD/LED/VFD displays and reading pushbuttons, knobs and encoders (of the rotary kind), but for all the actual work, they use whopping great ICs designed especially for the purpose in mind... and they're rarely prototype-friendly.
|
|
|
|
|
32
|
Using Arduino / Project Guidance / Re: AV transmitter 720p h.264
|
on: February 05, 2013, 12:34:24 pm
|
|
In a word, no. Unless the arduino's only role is processing user control input, like buttons and knobs or whatever, and passing them on to something else. If you want it to do any of the video stuff you're talking about, you're out of luck.
|
|
|
|
|
37
|
Using Arduino / Audio / Re: Synthesizer with Arduino
|
on: January 25, 2013, 01:39:22 pm
|
This could get very complicated very quickly  Why not try starting off with a block diagram of all the elements in your system, and the audio/control signal flow between them, then flesh that out into schematics for each element, building and testing each one separately to see how things work. If you want nice filters, you're probably going to have to actually build those rather than doing it in software. Maybe some of the more senior coders here with vastly more talent than I have will disagree, but I can't see that working out too well in software on an Uno.
|
|
|
|
|
38
|
Using Arduino / Project Guidance / Bare minimum investment for playing with OpenCV?
|
on: January 23, 2013, 02:42:40 pm
|
I was asked about this by a friend and thought I'd re-ask it here as I didn't know  If someone wanted to play with computer vision for the purposes of optically tracking a moving target, what sort of kit would he need to buy as a bare minimum for learning the basic principles? The brief is for an airsoft/paintball smart sentry gun that should only react to something that looks like a person, and follow it once within it's field of view... as far as I'm aware time and money are no object but the initial outlay should be as low as possible in case of a "waaah it's too hard" meltdown 
|
|
|
|
|
40
|
Using Arduino / General Electronics / Re: Capacitor side
|
on: January 22, 2013, 05:15:50 pm
|
|
There's a problem with your attachment, could you re-upload it? Perhaps it's non-polarised... polarities are normally marked pretty clearly with a bold stripe or something similar.
|
|
|
|
|
43
|
Using Arduino / General Electronics / Re: Best Capacitors
|
on: January 21, 2013, 02:52:21 pm
|
Any of the big-name retailers really... Farnell, RS, DigiKey etc. Or, if I just wanted a cheapo bumper pack of different values I might order from one of eBay's HK-based sellers. You may be able to pick up something like this https://www.sparkfun.com/products/10003 but bigger, for a lot less money, if you don't mind waiting a few weeks for it to arrive.
|
|
|
|
|
45
|
Using Arduino / General Electronics / Re: Best Capacitors
|
on: January 21, 2013, 02:30:40 pm
|
|
Your capacitor selection depends entirely on it's role in the circuit. Different ones are best for different applications, that's why there's so many! I'm sure one of the senior members here would elaborate further on which types are most used for what. What circuit are you using them in?
|
|
|
|
|