by Pev » Wed Feb 21, 2007 12:13 am
by Pev
Wed Feb 21, 2007 12:13 am
Gary,
Its always difficult to decide on the processor, I think I've tried most of the cheap ones, including basic stamps, BasicX24s and Amtel ones like the ATMega 8. What one is right can be tricky but as I only program in Basic really (I do a little C but not enough) I tend to go for something that has a language I can use.
On that front I have noticed a lot of use of the Amtel processors by the biped robotics community and have been working with the Mega 8 to develop an I/O module with pepperm on here. The Amtel processors do have one advatage for a simpleton like myself, I can program a huge range of them using BASCOM basic (they do a free download demo version at
www.mcselec.com), which compiles to machine code. Thats what I have used for the firmware on the I/O module and thats with 1000000 bps serial comms (thankfully pepperm sorted the hardware for it all). Oh and there is a free C complier too, bit beyond me though lol
It may be worth looking at the Amtel processors as they are cheap, pretty easy to program and have the ability to use hardware based I2C. With hardware I2C you could build a small network of 2 to 3 processors to get the AD input you need and then have one master processors that gathers the data and streams it to the PC. Oh and the BASCOM help file does detail the pinout and function of the different types fo processors under the Hardware/Chips section.
Hope it helps and be interested to see how you get on. (Us oldies have to stick together)
Pev
Gary,
Its always difficult to decide on the processor, I think I've tried most of the cheap ones, including basic stamps, BasicX24s and Amtel ones like the ATMega 8. What one is right can be tricky but as I only program in Basic really (I do a little C but not enough) I tend to go for something that has a language I can use.
On that front I have noticed a lot of use of the Amtel processors by the biped robotics community and have been working with the Mega 8 to develop an I/O module with pepperm on here. The Amtel processors do have one advatage for a simpleton like myself, I can program a huge range of them using BASCOM basic (they do a free download demo version at
www.mcselec.com), which compiles to machine code. Thats what I have used for the firmware on the I/O module and thats with 1000000 bps serial comms (thankfully pepperm sorted the hardware for it all). Oh and there is a free C complier too, bit beyond me though lol
It may be worth looking at the Amtel processors as they are cheap, pretty easy to program and have the ability to use hardware based I2C. With hardware I2C you could build a small network of 2 to 3 processors to get the AD input you need and then have one master processors that gathers the data and streams it to the PC. Oh and the BASCOM help file does detail the pinout and function of the different types fo processors under the Hardware/Chips section.
Hope it helps and be interested to see how you get on. (Us oldies have to stick together)
Pev