Author Topic: 50$ Robot's Microcontroller  (Read 2292 times)

0 Members and 1 Guest are viewing this topic.

Offline sotuTopic starter

  • Supreme Robot
  • *****
  • Posts: 350
  • Helpful? 0
  • ïBB - Eye Biped Bot
    • Easy Built Biped Bot
50$ Robot's Microcontroller
« on: August 19, 2008, 06:45:32 AM »
If you wish to advance the 50$ robot microcontroller, lets say to get more I/O pins. Can you simply put more pins on the board and solder them on differently, or do you need to resolder every part on the board then, to make them adjust to the need modification? And does numbers of I/O pins have to do anything about what ATmega you choose? - So you need a more powerfull ATmega for more I/O pins?
How to build a biped bot:

Offline MarkBrown

  • Full Member
  • ***
  • Posts: 77
  • Helpful? 0
    • Mark's Projects
Re: 50$ Robot's Microcontroller
« Reply #1 on: August 19, 2008, 10:30:39 AM »
Each ATMega has a specific amount of I/O available to them.  As far as adding more I can't help you yet.  But to find out how many are available and of which kind, the Amtel website will show you the number of available ports for each chip.

http://www.atmel.com/dyn/products/devices.asp?family_id=607#760

Mark
It is human nature to confuse genious with insanity

http://marksproject.blogspot.com/

Offline pomprocker

  • Supreme Robot
  • *****
  • Posts: 1,431
  • Helpful? 16
  • Sorry miss, I was giving myself an oil-job.
    • Nerdcore - Programming, Electronics, Mechanics
Re: 50$ Robot's Microcontroller
« Reply #2 on: August 19, 2008, 12:19:14 PM »
on the atmega8/168, on the $50 robot board, you can break out PB0, PD5, 6, 7, PB6, 7 safely.

You can also breakout PC6/reset and the programming pins, but with those you really have to know what you're doing or you could screw up the chip.

« Last Edit: August 19, 2008, 12:23:15 PM by pomprocker »