Let's Make Robots!

Baby Orangutan B-48 Robot Controller

Pololu's picture

Price: 
$16.95 USD
Vendor's Description: 

The Baby Orangutan B-48 is a very compact but complete robot controller, packing a high-performance AVR microcontroller and two motor drive channels in the same 24-pin form factor as competing units that include just a microcontroller. This version includes Atmel’s ATmega48 microcontroller with 4 KB of program memory and 512 bytes of RAM.Note: This version of the Baby Orangutan is now only available for high-volume orders. Please contact us for more information, or consider the Baby Orangutan B-328 as an alternative.

Comment viewing options

Select your preferred way to display the comments and click "Save settings" to activate your changes.
iamdenteddisk's picture

anyone using these?

what kind of code does it use can we see some code samples?

iamdenteddisk@yahoo.com

 

 

I bought one of these but haven't had time to spin it up yet. The specs looked good and it's a nice small package. I'll be using BascomAVR to convince it to do what I want it to. As has been already pointed out, it's an atmel processor so there is tons of potential.
iamdenteddisk's picture

Am I correct to supose that BASCOM means basic compiler?

ifso this is great news keep us posted of any findings in the project I realy want to know more, from what I have already seen I may purchase a couple of them but I want to see how difficult the code goes first..

when you start your project post something about it and I will follow up 

iamdenteddisk@yahoo.com

 

 

You are correct. BascomAVR is a basic compiler for Atmel processors. Much like any other basic. I liked that it has built in functions for some things like 1Wire, SPI, servos and other things. There were some free basic compilers available, when I researched this, that would work but I had (have) grandiose future plans ;)
voodoobot's picture

This is a standard atmel48 chip which can use c or assembly. I'd suggest going to avrfreaks for examples of source or you could also check out the datasheet on this chip. They usually have source examples for both c and asm.

Looks to be a cool setup with the motor driver already built on.  :)