0
Offline
Newbie
Karma: 0
Posts: 17
Arduino rocks
|
 |
« on: December 31, 2009, 12:45:42 am » |
how do i know which input/output hardware/software are compatible with the arduino platform? is there documentation (i know technology changes rapidly)? are there rules/guidelines that i can use when i'm looking for hardware/software? for example, if i buy a physical part i need (let's say some sort of sensor), how do i know if there are supporting software libraries that i can use?
|
|
|
|
|
Logged
|
|
|
|
|
SE USA
Offline
Faraday Member
Karma: 35
Posts: 3650
@ssh0le
|
 |
« Reply #1 on: December 31, 2009, 01:02:45 am » |
|
|
|
|
|
Logged
|
http://arduino.cc/forum/index.php?action=unread;boards=2,3,4,5,67,6,7,8,9,10,11,66,12,13,15,14,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,86,87,89,1;ALL
|
|
|
|
0
Offline
Newbie
Karma: 0
Posts: 17
Arduino rocks
|
 |
« Reply #2 on: December 31, 2009, 06:56:01 pm » |
Are these the only components that work with the Arduino platform? or are these the ones that have been tested? i'm just asking.
thanks for this list. it's a long list, and i don't think i need anything outside of this list at the moment.
|
|
|
|
|
Logged
|
|
|
|
|
Copenhagen / Denmark
Offline
Edison Member
Karma: 5
Posts: 2346
Do it !
|
 |
« Reply #3 on: December 31, 2009, 08:35:32 pm » |
No Arduino works with a lot of parts, it's just a matter of choosing the right part for the job at hand.
The standard Arduinos run a 5V and can interface with almost any IC that runs a 5V or less.
If you have a specific part you are in doubt about, just ask, and if possible post a link to a datasheet.
|
|
|
|
|
Logged
|
|
|
|
|
Rural Arizona
Offline
Edison Member
Karma: 7
Posts: 1712
Incorrigible tinkerer
|
 |
« Reply #4 on: December 31, 2009, 09:42:16 pm » |
or are these the ones that have been tested? Those are the ones that have been tested and found to work by someone who was willing to take the time to write descriptive information and (usually) sample code that was considered "good enough" to make the cut among the folks editing that part of the site. You'll find hundreds of different chips and sensors that people have tried out and only documented on a blog, in a youtube video, or in a quick posting to one of the forums. Or not documented at all. As MikMo said, if in doubt about part "xxxx", try doing a google search for "arduino xxxx" and/or a forum search for "xxxx": you'll often find info that hasn't made it onto the "official" interfacing page. And, if all else fails, ask here. Ran
|
|
|
|
|
Logged
|
|
|
|
|
SE USA
Offline
Faraday Member
Karma: 35
Posts: 3650
@ssh0le
|
 |
« Reply #5 on: December 31, 2009, 09:46:09 pm » |
the arduino can be compatible with darn near everything... weather there is a convenient "plug n play" libarary is available is a totally different story
most hardware devices fall into a small amount of different categories, and once you learn most of the basics it will become easier and easier to interface different systems to the arduino
realistically, once you understand the limitations of the hardware you can do anything you want within those limitations, and beyond with careful hardware and software design (which just falls to experience)
|
|
|
|
|
Logged
|
http://arduino.cc/forum/index.php?action=unread;boards=2,3,4,5,67,6,7,8,9,10,11,66,12,13,15,14,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,86,87,89,1;ALL
|
|
|
|
0
Offline
Newbie
Karma: 0
Posts: 17
Arduino rocks
|
 |
« Reply #6 on: December 31, 2009, 11:06:10 pm » |
thanks guys.
|
|
|
|
|
Logged
|
|
|
|
|
|