nr Bundaberg, Australia
Online
Tesla Member
Karma: 71
Posts: 6837
Scattered showers my arse -- Noah, 2348BC.
|
 |
« Reply #15 on: October 28, 2012, 10:40:41 am » |
True, if you use SMD connectors you have all the edge to work with as long as you're happy to have the board at the top of a stack.
_____ Rob
|
|
|
|
|
Logged
|
|
|
|
|
Offline
Newbie
Karma: 0
Posts: 2
|
 |
« Reply #16 on: November 27, 2012, 04:23:03 pm » |
I hate to bump a thread, but does the team have any comments on this? I do understand that mega compatibility > RAM/ethernet support, but for Arduino users who need the extra memory, is the only solution for the foreseeable future (6+ months) to either a) roll your own board or b) use the Atmel evaluation kit?
|
|
|
|
|
Logged
|
|
|
|
|
SF Bay Area (USA)
Offline
Faraday Member
Karma: 78
Posts: 5454
Strongly opinionated, but not official!
|
 |
« Reply #17 on: November 28, 2012, 03:43:57 am » |
is the only solution I think so. Officially, none of the Arduino platforms has ever supported add-on RAM (the add-on boards for the MEGA are all from third parties...)
|
|
|
|
|
Logged
|
|
|
|
|
nr Bundaberg, Australia
Online
Tesla Member
Karma: 71
Posts: 6837
Scattered showers my arse -- Noah, 2348BC.
|
 |
« Reply #18 on: November 28, 2012, 04:04:27 am » |
Officially, none of the Arduino platforms has ever supported add-on RAM (the add-on boards for the MEGA are all from third parties...) At least it was possible with the Mega, the Due doesn't bring out one of the address lines (A6?) so you're screwed. ______ Rob
|
|
|
|
|
Logged
|
|
|
|
|
Offline
Newbie
Karma: 0
Posts: 7
|
 |
« Reply #19 on: December 04, 2012, 06:41:57 pm » |
So I've been looking into the SMC as well for an LCD and for what I can gather, since I don't use the ADDRESS pins for address, it seems I could still use the SMC to write to my LCD. It's using 8-bits. I do need ONE address line to tell it which memory internally to work with. Although I am not 100% sure. Still porting code from a Mega2560 project.
|
|
|
|
|
Logged
|
|
|
|
|
nr Bundaberg, Australia
Online
Tesla Member
Karma: 71
Posts: 6837
Scattered showers my arse -- Noah, 2348BC.
|
 |
« Reply #20 on: December 04, 2012, 09:19:19 pm » |
I think you'll be right there, the SMC has almost all the pins brought out for 8-bit access it's just that one address line so should be right.
If you do this let us know how it goes.
Of course one might wonder why you need to use the SMC for an LCD, LCDs are normally as slow as a wet week so memory-mapping one wouldn't help I think.
_____ Rob
|
|
|
|
|
Logged
|
|
|
|
|
Tacoma, WA
Offline
Full Member
Karma: 3
Posts: 179
Arduino rocks
|
 |
« Reply #21 on: December 04, 2012, 09:39:12 pm » |
Looks like a good opportunity for a third party vendor to create a board using the Due's chip, but wired up for the hardcore extreme user. Rather than cloning the Due, it'd be an innovative evolution.
|
|
|
|
|
Logged
|
Brian from Tacoma, WA Arduino evangelist - since Dec, 2010.
|
|
|
|
nr Bundaberg, Australia
Online
Tesla Member
Karma: 71
Posts: 6837
Scattered showers my arse -- Noah, 2348BC.
|
 |
« Reply #22 on: December 04, 2012, 10:28:33 pm » |
Looks like a good opportunity for a third party vendor to create a board using the Due's chip, but wired up for the hardcore extreme user. Rather than cloning the Due, it'd be an innovative evolution. I actually did just that when they first announced the Due, had the PCB laid out and everything. But I used the 3U because that's what they said they were using. Then they changed to a 3X and I didn't have the energy to re do it  I brought out ALL the signals (IIRC) with a form factor that allowed a lot of the board edge for user connectors and various modes that allowed addressing on the backplane etc. It also used the great power control ability the SAM has to shut down the board and save power. Plus it could control about 6A of external power. Here's a render of the finished PCB  So yes, I think there is an opportunity for a bright young lad to make a "pro" version. ______ Rob
|
|
|
|
|
Logged
|
|
|
|
|
Peoples Republic of Cantabrigia
Offline
God Member
Karma: 6
Posts: 634
Arduino happiness
|
 |
« Reply #23 on: December 05, 2012, 10:33:08 pm » |
Rob, that is not only beautiful but impressive as it gets.
|
|
|
|
|
Logged
|
|
|
|
|
nr Bundaberg, Australia
Online
Tesla Member
Karma: 71
Posts: 6837
Scattered showers my arse -- Noah, 2348BC.
|
 |
« Reply #24 on: December 05, 2012, 11:24:29 pm » |
Thanks, it was pretty packed, 2.2" sq, 4 layers with almost as many components on the other side IIRC. Shame to wast all that time, maybe I should re-jig it to use the 3X...I feel exhausted just thinking about it  ______ Rob
|
|
|
|
|
Logged
|
|
|
|
|
Tacoma, WA
Offline
Full Member
Karma: 3
Posts: 179
Arduino rocks
|
 |
« Reply #25 on: December 06, 2012, 02:55:41 pm » |
If you do re-do it, should toss in the ethernet jack while you're in there. How different is the pinout between the 3X and the 3U?
|
|
|
|
|
Logged
|
Brian from Tacoma, WA Arduino evangelist - since Dec, 2010.
|
|
|
|
SF Bay Area (USA)
Offline
Faraday Member
Karma: 78
Posts: 5454
Strongly opinionated, but not official!
|
 |
« Reply #26 on: December 06, 2012, 07:39:27 pm » |
should toss in the ethernet jack A problem with this is that it's not just the ethernet jack. You also need an ethernet PHY chip, which usually has its own crystal, and a relatively "serious" interconnect to the main CPU...
|
|
|
|
|
Logged
|
|
|
|
|
nr Bundaberg, Australia
Online
Tesla Member
Karma: 71
Posts: 6837
Scattered showers my arse -- Noah, 2348BC.
|
 |
« Reply #27 on: December 06, 2012, 07:49:25 pm » |
Yes I think Ethernet wouldn't fit, maybe I could squeeze in 1 or 2 more resistors  @UnaClocker I remember it was enough to force a complete redo of the PCB, but I'll have another look. _______ Rob
|
|
|
|
|
Logged
|
|
|
|
|
nr Bundaberg, Australia
Online
Tesla Member
Karma: 71
Posts: 6837
Scattered showers my arse -- Noah, 2348BC.
|
 |
« Reply #28 on: December 07, 2012, 04:19:44 am » |
The 3U and 3X are totally different pinout wise so it's a complete redesign of both PCB and partial redesign of the schematic because the 3X has at least one extra feature (the DACs). So unless there's some real interest (unlikely) that's all folks  ______ Rob
|
|
|
|
|
Logged
|
|
|
|
|
|