- posted
19 years ago
-- Don McKenzie E-mail: http://www.dontronics.com/e-mail.html Home Page: http://www.dontronics.com
-- Don McKenzie E-mail: http://www.dontronics.com/e-mail.html Home Page: http://www.dontronics.com
I can highly recommend Don's AVR dev boards. They are well priced and he gives great service. His web pages are good places to start. As you have some C programming experience, you could use (for programming AVR's); AVRGCC
For java you could look at The Javelin Stamp
For an overview on microcontrollers (if you require one), start with
If you like learning from books, look for ones by Myke Predko (a personal favourite), Claus Kuhnel,& John Morton.
Not to mention the vast amount of resources that can be found on the net.
Regards, Paul
Thanks Don and Paul for your inputs. I hope to get started very soon!
-- RBK.
Java Micor Edition is confusing collection (about on dozen) of Java subsets definition by Sun. It started out for embedded devices and no is VERY focused on mobil phones.
The restrictions of Java are two fold: The JVM (Java Virtual Machine) does not have to support all language features (e.g. no floationg point or in the Java Card definition you can even drop support for (32-bit) int). The second restriction is the reduction of the (large) class library. In standard Java the library is part of the language definition (for this 'write once, debug anywhere'), but you probaly don't need Swing support on an embedded device.
But as stated above: The definitions of Sun are not perfect for embedded devices. Best starting place would be CLDC 1.0.
Martin
---------------------------------------------- JOP - a Java Processor core for FPGAs:
ElectronDepot website is not affiliated with any of the manufacturers or service providers discussed here. All logos and trade names are the property of their respective owners.