nr Bundaberg, Australia
Offline
Tesla Member
Karma: 71
Posts: 6815
Scattered showers my arse -- Noah, 2348BC.
|
 |
« Reply #60 on: November 15, 2012, 10:14:49 am » |
The ports and pins for the TX/RX leds should be swapped. Done. what I meant was if you plugged your own LED (and resistor) into D10 on the board, Blink will flash it when led=10 or led=77. Ok, what I've done should be enough then I think. for example digitalWrite(79,HIGH) will set both pins 70 and 71 - I don't think it's helpful to add these to the diagram though. Probably not, if there are useful anomalies I'll add them, at this point I think the diagram is bordering on information overload but there may still be a few things worth adding. Note that the PNG size is way smaller, I exported to PNG8 rather than PNG24, with the limited colour gamut being used I think that's OK but let me know if it stuffs anything up. ______ Rob
|
|
|
|
|
Logged
|
|
|
|
|
Berlin
Offline
Newbie
Karma: 0
Posts: 9
Hardware Hacks
|
 |
« Reply #61 on: November 15, 2012, 12:04:50 pm » |
Do we already know what the four solder pads/holes on the left next to the ICSP (right below the 16u2) are connected to?
|
|
|
|
|
Logged
|
|
|
|
|
Online
Sr. Member
Karma: 23
Posts: 446
|
 |
« Reply #62 on: November 15, 2012, 12:27:51 pm » |
They are connected to the 16u2, Port B 4,5,6,7 (relative to the diagram, 4 is SE, 5 NE, 6 SW, 7 NW) Remember that they and the ICSP pins work at 5v logic level.
|
|
|
|
« Last Edit: November 15, 2012, 12:29:31 pm by stimmer »
|
Logged
|
|
|
|
|
Nice, France
Offline
Full Member
Karma: 10
Posts: 232
|
 |
« Reply #63 on: November 15, 2012, 02:59:23 pm » |
Note that the PNG size is way smaller, I exported to PNG8 rather than PNG24, with the limited colour gamut being used I think that's OK but let me know if it stuffs anything up.
That is the correct thing to do; even with antialiasing there will still be enough colors. (I'm one of the authors of the PNG format).Continuing on graphic formats, both Adobe Illustrator (CS5) and Inkscape (0.48) choke on the Corel Draw file. Would it be possible to export to SVG? Or an earlier Corel Draw version, perhaps. (I'm also one of the authors of SVG).
|
|
|
|
|
Logged
|
|
|
|
|
Offline
Newbie
Karma: 0
Posts: 14
|
 |
« Reply #64 on: November 15, 2012, 04:12:21 pm » |
Would it be possible to export to SVG?
Another vote from my side. 
|
|
|
|
|
Logged
|
|
|
|
|
Offline
Newbie
Karma: 0
Posts: 7
|
 |
« Reply #65 on: November 15, 2012, 04:57:54 pm » |
Hi Rob, I've just gone through it again, and may I kindly ask for some other updates: - port A.9 is also high current - mark the little grey square close to ICSP with "mega16U2" - would it make sense to add as well the erase button? - the contour of the DUE board is good visible on the screen, but not really when you print. Can you make the contour darker or with more contract? - add "TX0" on the board for port A.9 and "RX0" for A.8 - on the actual DUE itself, there are marks with long lines across the pins, like COMMUNICATIONS same for PWM and ANALOG IN Do you think it makes sense to add those as well? I think your pinout approaches perfection  thanks -Dan
|
|
|
|
|
Logged
|
|
|
|
|
nr Bundaberg, Australia
Offline
Tesla Member
Karma: 71
Posts: 6815
Scattered showers my arse -- Noah, 2348BC.
|
 |
« Reply #66 on: November 15, 2012, 06:41:55 pm » |
Do we already know what the four solder pads/holes on the left next to the ICSP (right below the 16u2) are connected to? Stimmer is right about what that are connected to. Why they are connected is a mystery as those pins don't really have any special functions. When I design a board I often have a couple of spare pins broken out like that to allow pulse debugging with a logic analyser, maybe that's why they have done it. Would it be possible to export to SVG? Should be, I'll try that next update. @Nantonos, I won't try to tell you about graphics formats then  EDIT: Just created an SVG, it had two issues but I uploaded anyway. It looks like crap in a browser, can you guys try in a graphics program. - port A.9 is also high current Done - mark the little grey square close to ICSP with "mega16U2" Done - would it make sense to add as well the erase button? Done - the contour of the DUE board is good visible on the screen, but not really when you print.Can you make the contour darker or with more contract? Done - add "TX0" on the board for port A.9 and "RX0" for A.8 Done - on the actual DUE itself, there are marks with long lines across the pins, like COMMUNICATIONS same for PWM and ANALOG IN Do you think it makes sense to add those as well? I did think of that but felt that things are getting a bit crowded to add them. I'll try it out though and see how it looks. Looks OK I think, we'll leave it there for the time being. See what people think. ______ Rob
|
|
|
|
|
Logged
|
|
|
|
|
Offline
Newbie
Karma: 0
Posts: 14
|
 |
« Reply #67 on: November 16, 2012, 01:30:43 am » |
EDIT: Just created an SVG, it had two issues but I uploaded anyway. It looks like crap in a browser, can you guys try in a graphics program.
Looks great in Inkscape! Thanks for the good work.
|
|
|
|
|
Logged
|
|
|
|
|
Germany
Offline
Full Member
Karma: 10
Posts: 180
|
 |
« Reply #68 on: November 16, 2012, 02:44:35 am » |
Like D10 & D77, D87 works on D4 too comes from the bonded pins, and D86 works on Pin D52 it is SS2 the 3rd SPI select. Btw. did some one know where are the ADCs 8 and 9 are they missing?
|
|
|
|
|
Logged
|
|
|
|
|
nr Bundaberg, Australia
Offline
Tesla Member
Karma: 71
Posts: 6815
Scattered showers my arse -- Noah, 2348BC.
|
 |
« Reply #69 on: November 16, 2012, 04:58:50 am » |
did some one know where are the ADCs 8 and 9 are they missing? Well spotted Markus ADC8 -> B.12 -> SDA ADC9 -> B.13 -> SCL So it looks like you can get two more more ADCs if you aren't using that I2C port. However those two pins are pulled up by 1k5 resistors, so you'd have to drive the ADC with a low-impedance source. D87 works on D4 D86 works on Pin D52 it is SS2 the 3rd SPI select Added. Unfortunately the 4th SPI CS pin is not connected. Will upload new version soon. ______ Rob
|
|
|
|
|
Logged
|
|
|
|
|
Germany
Offline
Full Member
Karma: 10
Posts: 180
|
 |
« Reply #70 on: November 16, 2012, 06:06:46 am » |
did some one know where are the ADCs 8 and 9 are they missing? Well spotted Markus ADC8 -> B.12 -> SDA ADC9 -> B.13 -> SCL So it looks like you can get two more more ADCs if you aren't using that I2C port. However those two pins are pulled up by 1k5 resistors, so you'd have to drive the ADC with a low-impedance source. D87 works on D4 D86 works on Pin D52 it is SS2 the 3rd SPI select Added. Unfortunately the 4th SPI CS pin is not connected. Will upload new version soon. ______ Rob You make an great job, really amazing, in my way you can wipe the Unofficial from the sheet, talk to Massimo this can or should an official Pinout!
|
|
|
|
|
Logged
|
|
|
|
|
nr Bundaberg, Australia
Offline
Tesla Member
Karma: 71
Posts: 6815
Scattered showers my arse -- Noah, 2348BC.
|
 |
« Reply #71 on: November 16, 2012, 07:11:50 am » |
 Thanks Markus you're too kind, but really I must insist, no applause, just throw money. ______ Rob
|
|
|
|
|
Logged
|
|
|
|
|
nr Bundaberg, Australia
Offline
Tesla Member
Karma: 71
Posts: 6815
Scattered showers my arse -- Noah, 2348BC.
|
 |
« Reply #72 on: November 16, 2012, 08:03:47 am » |
Just uploaded the latest version. All above added plus some good news for those into audio codecs etc, all the SSC pins are available, this means you can play with I2S. Notes to people using the vector versions.The CC BY-SA logo is no longer a bit image, so that should scale properly without pixelating. At some point I must have cut and pasted the entire drawing on top of itself. This means that there was two copies of everything, but they were in perfect register so you couldn't see any difference  I've slowly been removing duplicates but there are still many left I would think. Note about the pin mapping duplicatesIt it worth having the D10/77, D4/87 and D52/86 duplications? They do exist but is there any point in knowing this? ______ Rob
|
|
|
|
« Last Edit: November 16, 2012, 08:08:12 am by Graynomad »
|
Logged
|
|
|
|
|
Online
Sr. Member
Karma: 23
Posts: 446
|
 |
« Reply #73 on: November 16, 2012, 08:38:37 am » |
It is worth knowing about the D10/D77 and D4/D87 duplicates, because each of these duplicates actually refers to a different port and pin. Also people probably ought to know not to set D10 and D77 as output and then have one high and one low, because then there would be an effective short circuit (and similar with D4/D87). Given that the intended audience will probably be more advanced users I'd say it was worth having on the diagram. In any case it might help when we get the inevitable "Where's pin 77?" questions here on the forum.
The D52/D86 duplicate is the same port and pin, I don't know what the reasoning behind it is, maybe it could be removed.
|
|
|
|
|
Logged
|
|
|
|
|
nr Bundaberg, Australia
Offline
Tesla Member
Karma: 71
Posts: 6815
Scattered showers my arse -- Noah, 2348BC.
|
 |
« Reply #74 on: November 16, 2012, 09:01:33 am » |
Good reasoning Stimmer, I'll get rid of the D52/D86 duplicate.
______ Rob
|
|
|
|
|
Logged
|
|
|
|
|
|