Offline
Full Member
Karma: 0
Posts: 128
|
 |
« on: June 03, 2012, 10:28:06 am » |
Hi all
I suggest that the next UNO will contain the following:
1> A way to burn the boot loader on a blank ATMega . 2> Several seven segments on board for experimenting and debugging . 3> all needed for shield connections. 4> Zif socket . 5> Several mini potentiometers for analog inputs .
The board will be in the right length and width for all this .
Thanks Elico
|
|
|
|
|
Logged
|
|
|
|
|
nr Bundaberg, Australia
Offline
Tesla Member
Karma: 71
Posts: 6837
Scattered showers my arse -- Noah, 2348BC.
|
 |
« Reply #1 on: June 03, 2012, 07:43:19 pm » |
I can't see this in the next official Uno but as an extended development board I can see potential in something like this. There is a shield from RuggedCircuits ( http://ruggedcircuits.com/html/gadget_shield.html) that does similar. ______ Rob
|
|
|
|
|
Logged
|
|
|
|
|
Johannesburg UTC+2
Offline
Edison Member
Karma: 34
Posts: 1705
|
 |
« Reply #2 on: June 03, 2012, 10:00:51 pm » |
Hmmm, now that does look interesting....
Jim
|
|
|
|
|
Logged
|
IT Crowd: Roy... "Have you tried turning it off and on again?" Moss.. "Have you tried forcing an unexpected reboot?"
|
|
|
|
0
Offline
Sr. Member
Karma: 19
Posts: 423
Always making something...
|
 |
« Reply #3 on: June 04, 2012, 07:05:26 am » |
Adding a ZIF socket, 7 segment displays (and presumably driver circuitry), and trimmer or small thumbwheel pots would significantly increase the Uno's price.
|
|
|
|
|
Logged
|
|
|
|
|
Offline
Full Member
Karma: 0
Posts: 128
|
 |
« Reply #4 on: June 04, 2012, 07:12:48 am » |
And avoid many shields ..
|
|
|
|
|
Logged
|
|
|
|
|
South Texas
Offline
God Member
Karma: 8
Posts: 976
|
 |
« Reply #5 on: June 04, 2012, 10:36:59 am » |
Most of those would require more boad space and probably interfere with the use of I/O pins. Better to be put on a shield as not all designs need them. Keep the Arduino clean and simple to interface with. And a ZIF socket is just TOO BIG. Those functions can go on a simple shield, and would be a good first project for and Arduino noob. I would suggest that tim7's Arduino Self ISP - http://arduino.cc/forum/index.php/topic,101690.0.html - be added. Now that would be an improvement - Little added cost and a Standalone ISP with every Arduino.
|
|
|
|
|
Logged
|
|
|
|
|
Austin, TX
Offline
Faraday Member
Karma: 41
Posts: 5171
CMiYC
|
 |
« Reply #6 on: June 04, 2012, 05:09:13 pm » |
I'm sorry but with the exception of #1 I don't see these suggestions adding significant value. Nor would I expect them be integrated into a board intended to appeal to a large audience. 1> A way to burn the boot loader on a blank ATMega . This would be interesting if the on-board 16u2 could be jumpered or something. However, I'm not sure the added complexity is worth it. 2> Several seven segments on board for experimenting and debugging . I don't think this would appeal to a wide audience. Serial prints are far more effective and add no parts cost to the board. 7-segments aren't cheap in terms of cost or hardware resources. How would they be connected? Lots of trade odds for a feature few people have requested. 3> all needed for shield connections. All what? 4> Zif socket I think the size and cost of a ZIF socket isn't worth it. In the 3+ years I've been working on Arduino projects, I've only changed the chip a couple of times. Depending on volume, I have seen ZIF sockets that cost more than the current Uno. It isn't a small up charge. 5> Several mini potentiometers for analog inputs . Again, this adds cost and complexity while only appealing to a small number of users.
|
|
|
|
|
Logged
|
|
|
|
|
nr Bundaberg, Australia
Offline
Tesla Member
Karma: 71
Posts: 6837
Scattered showers my arse -- Noah, 2348BC.
|
 |
« Reply #7 on: June 04, 2012, 06:38:50 pm » |
I think what elico is suggesting is similar to the many processor evaluation boards around and as such I like the idea (maybe with provision for a bread board as well).
That said, every time I look at EVBs I find that they have too many things I don't want and not enough of what I do want, so it's probably near impossible to get the right mix of features.
______ Rob
|
|
|
|
|
Logged
|
|
|
|
|
Global Moderator
Melbourne, Australia
Offline
Shannon Member
Karma: 219
Posts: 13896
Lua rocks!
|
 |
« Reply #8 on: June 04, 2012, 07:04:30 pm » |
After watching the video about the making of Arduino, it seemed to me that the developers were trying to make something that could be used in schools/universities, which was cheaper than the other evaluation boards around (which were around $100). Remember if you have to buy 100 of them to outfit a classroom, the difference between $100 each and $30 each becomes quite large. It might be the difference between having your proposal to teach microprocessors rejected, rather than accepted.
Also, in practice, whatever you put on the board, either probably won't be needed, or there won't be enough of them. Put on one potentiometer? Someone will need two. Put on a 4-digit LED? Someone will need 6. Or none.
The idea of making a pretty "bare" board with provision for shields to plug in, seems to me to allow for expansion in all sorts of directions. Plus you can just run patch cables to a breadboard if you don't have the right shield to hand.
|
|
|
|
|
Logged
|
|
|
|
|
Offline
Full Member
Karma: 0
Posts: 128
|
 |
« Reply #9 on: June 05, 2012, 01:08:31 am » |
Also some miniature switches will be well come .. Elico
|
|
|
|
|
Logged
|
|
|
|
|
Global Moderator
Boston area, metrowest
Offline
Brattain Member
Karma: 249
Posts: 16544
Available for Design & Build services
|
 |
« Reply #10 on: June 05, 2012, 02:32:34 pm » |
elico, Come up with some better requirements: What size 7-segment displays, (such as 0.56"), What size buttons (such as 6mm x 6mm), What size pots (such as ...) How many of each? Are the pins for those to be dedicated? Selected with user installed jumpers, or perhaps a DIP switch? USB interface needed? Does it need maintain Arduino shield compatibility?
"> A way to burn the boot loader on a blank ATMega" under an external PC control?
What you want is generally not difficult to do. The bootloader has to be loaded on something (such as flash in a second smaller uC that can act as an external PC) by someone (such as the "factory") to be available for downloading into a part (blank or otherwise) by driving the SPI/reset lines when a jumper/switch is selected at reset or similar.
|
|
|
|
|
Logged
|
|
|
|
|
Anacortes, WA
Offline
Jr. Member
Karma: 0
Posts: 91
|
 |
« Reply #11 on: June 06, 2012, 01:48:57 am » |
No no nononono.. The uno is simple, its elegant. I love it that we can decide what -we- want by adding shields. Or not adding shields.
But I would like to loose the gigantic USB port for something smaller and more common.
-jim lee
|
|
|
|
|
Logged
|
|
|
|
|
Offline
Full Member
Karma: 0
Posts: 128
|
 |
« Reply #12 on: June 06, 2012, 02:03:24 am » |
Shanon
I came with the concept . The exact details are to be chosen by the experts that are capable to give life to my idea .
Elico
|
|
|
|
|
Logged
|
|
|
|
|
Offline
Full Member
Karma: 0
Posts: 128
|
 |
« Reply #13 on: June 06, 2012, 02:45:57 am » |
If I may suggest a further change.
I would suggest a header pins version , meaning that the UNO will have down beneath header pins for connecting to outer world components in a bread board or some vero board instead of the cable pins that are good for shields but not so good for integrating in a project that needs further components connected to the UNO .
Elico
|
|
|
|
|
Logged
|
|
|
|
|
Johannesburg UTC+2
Offline
Edison Member
Karma: 34
Posts: 1705
|
 |
« Reply #14 on: June 06, 2012, 03:00:44 am » |
But I would like to loose the gigantic USB port for something smaller and more common.
-jim lee
A la the Leonardo, yep that would be nice....
|
|
|
|
|
Logged
|
IT Crowd: Roy... "Have you tried turning it off and on again?" Moss.. "Have you tried forcing an unexpected reboot?"
|
|
|
|
|