Offline
Edison Member
Karma: 15
Posts: 1009
Arduino rocks
|
 |
« Reply #15 on: January 30, 2012, 02:05:16 am » |
I find that the pins on the ICSP header (on the right) are useful for grabbing an extra +5/Gnd combination if I need to power other devices (or for hooking up a multimeter or logic analyzer).
I generally use the giant USB socket for a gnd to connect my multimeter to.
|
|
|
|
|
Logged
|
|
|
|
|
Offline
Newbie
Karma: 0
Posts: 28
|
 |
« Reply #16 on: February 05, 2012, 04:11:22 pm » |
Hey thanks alot for sharing, this is really useful.
(cool, and I am the 1970th person to view this)
|
|
|
|
« Last Edit: February 06, 2012, 04:26:52 am by opal_1970 »
|
Logged
|
|
|
|
|
0
Offline
Edison Member
Karma: 15
Posts: 1889
Have you mooed today?
|
 |
« Reply #17 on: February 16, 2012, 09:38:48 am » |
Have you already share this in the playground? It's very useful!
|
|
|
|
|
Logged
|
|
|
|
|
Colorado, USA
Offline
Newbie
Karma: 0
Posts: 35
|
 |
« Reply #18 on: March 06, 2012, 02:22:50 pm » |
Please pardon the somewhat off topic post....
I just bought an R3 Uno and it has the DIP processor.
Are the surface mount versions out yet, and are there any advantages to the surface mount types?
|
|
|
|
|
Logged
|
|
|
|
|
Global Moderator
Boston area, metrowest
Offline
Brattain Member
Karma: 249
Posts: 16544
Available for Design & Build services
|
 |
« Reply #19 on: March 06, 2012, 03:14:24 pm » |
Surface mount was used on Unos when DIPs where in short supply for a while. Same die within each package. Surface mount does allow access to two analog-input only pins, but they are not connected to any header pins on the Uno. So really just a disadvantage when you smoke the chip by accident and need to replace it.
|
|
|
|
|
Logged
|
|
|
|
|
Global Moderator
Melbourne, Australia
Offline
Shannon Member
Karma: 219
Posts: 13896
Lua rocks!
|
 |
« Reply #20 on: March 06, 2012, 03:30:13 pm » |
I like the removable ones. After all, if you test new sketches every day (as I do) then you will wear it out eventually. Rather than buying a new board for $30 I can replace the processor for $5. Similarly if I do something silly and burn out an output pin.
When you are ready to go you can buy one of the surface-mounted "tiny" versions that will be physically smaller and do the same things.
|
|
|
|
|
Logged
|
|
|
|
|
Offline
Edison Member
Karma: 26
Posts: 1339
You do some programming to solve a problem, and some to solve it in a particular language. (CC2)
|
 |
« Reply #21 on: March 06, 2012, 03:36:44 pm » |
Thanks Nick, that photo is useful. A very good page on your site, too.
|
|
|
|
|
Logged
|
|
|
|
|
ਪੰਜਾਬ
Offline
Edison Member
Karma: 4
Posts: 1224
WANTED! A Girl with LOVE for me and Arduino!
|
 |
« Reply #22 on: March 13, 2012, 11:06:21 pm » |
JP 2 is for?
|
|
|
|
|
Logged
|
"Real Men can Accomplish Anything" - Website - skype : nishants5 ਫ਼ਤੇਹ ਕਰੂਂ !
|
|
|
|
Global Moderator
Melbourne, Australia
Offline
Shannon Member
Karma: 219
Posts: 13896
Lua rocks!
|
 |
« Reply #23 on: March 13, 2012, 11:21:55 pm » |
I wondered that when I was doing the picture. See this: http://arduino.cc/forum/index.php?topic=83829.0
|
|
|
|
|
Logged
|
|
|
|
|
Canada
Offline
Sr. Member
Karma: 3
Posts: 391
|
 |
« Reply #24 on: March 26, 2012, 07:42:13 pm » |
Thanks for the pictorial doc.
BTW, what is the scoop on why they the second access to A4 and A5 (SCL & SDA). Why would they be needed twice?
|
|
|
|
|
Logged
|
|
|
|
|
Global Moderator
Melbourne, Australia
Offline
Shannon Member
Karma: 219
Posts: 13896
Lua rocks!
|
 |
« Reply #25 on: March 26, 2012, 08:00:37 pm » |
On the Mega SDA and SCL are in different spots. I am guessing they wanted to make it so shields could be compatible with both the Mega and the Uno if they use I2C.
|
|
|
|
|
Logged
|
|
|
|
|
Global Moderator
Boston area, metrowest
Offline
Brattain Member
Karma: 249
Posts: 16544
Available for Design & Build services
|
 |
« Reply #26 on: March 26, 2012, 08:18:58 pm » |
paraphrasing Blazing Saddles: "You said I2C twice." "I like I2C."
|
|
|
|
« Last Edit: March 26, 2012, 08:20:55 pm by CrossRoads »
|
Logged
|
|
|
|
|
Dallas, TX USA
Offline
Edison Member
Karma: 25
Posts: 1617
|
 |
« Reply #27 on: March 27, 2012, 02:23:10 pm » |
I actually prefer what Seeeduino and iTeeduino did for i2c on their boards by providing a separate 4 pin header. That way everything you need is there with a simple 4 pin connector/cable and you can still use it even when a shield is being used.
--- bill
|
|
|
|
|
Logged
|
|
|
|
|
Offline
Newbie
Karma: 0
Posts: 24
|
 |
« Reply #28 on: April 12, 2012, 10:11:24 am » |
Below is a modified photo of the Uno Rev3 board, with annotations about the extra meanings of some pins (not printed on the board): Earlier boards are similar except that they don't have the ICSP header for programming the USB interface chip, and the extra SDA/SCL sockets for use with I2C.
Are the I2C pins on the D8-D13 header the same as the ones on A4 and A5? If so, are these in the same place as on a Mega because the A4 and A5 pins moved to D20 and D21 on the Mega and that's a pain for building a shield. Thanks
|
|
|
|
|
Logged
|
|
|
|
|
Global Moderator
Boston area, metrowest
Offline
Brattain Member
Karma: 249
Posts: 16544
Available for Design & Build services
|
 |
« Reply #29 on: April 12, 2012, 08:03:53 pm » |
"Are the I2C pins on the D8-D13 header the same as the ones on A4 and A5?" On Uno, Yes.
"are these in the same place as on a Mega because the A4 and A5 pins moved to D20 and D21" No. Mega has seperate functions pins for I2C, are not on A4/A5.
|
|
|
|
|
Logged
|
|
|
|
|
|