Society of Robots - Robot Forum

Electronics => Electronics => Topic started by: MaltiK on November 07, 2008, 01:56:07 PM

Title: What microcontrollers are very simialer to the CERBELLUM MCU?
Post by: MaltiK on November 07, 2008, 01:56:07 PM
I want to make a robot just like Stampy, only using a smaller servo for the panning and 2 motors with an L293D, I think I will use a Picaxe 28x1, but then I would have to make my own code, which is the hardest thing for me, so is there any MCU just like the cerebellum that uses the same logic/language?
Title: Re: What microcontrollers are very simialer to the CERBELLUM MCU?
Post by: Admin on November 08, 2008, 02:29:55 AM
Well, the $50 Robot has Stampy code that you can use (see the sharp IR upgrade).

As for a microcontroller similar to the Cerebellum, I designed my Axon based off of it.

For your motor controller, use the PWM code available.
Title: Can I use the $50 Robot's Microcontroller to make my own Stampy?
Post by: MaltiK on November 08, 2008, 02:24:55 PM
Being as the Cerebellum is not sold anymore, I would like to use my $50 robot's MCU to make it, I plan on adding an L293D Motor Controller on the board for the drive motors, will this work? Will I need to alter my board in any way, (will not be using a seperate power supply for motor, like the 50 dollar robot did for servos)
Title: Re: What microcontrollers are very simialer to the CERBELLUM MCU?
Post by: Admin on November 08, 2008, 10:27:47 PM
http://www.societyofrobots.com/robot_50_robot_sharpIR.shtml

Search the forum for using PWM. Also, look at AVRlib PWM examples.