Society of Robots - Robot Forum

Electronics => Electronics => Topic started by: Lazer57 on October 15, 2008, 06:13:27 PM

Title: newbie questions regarding microcontrollers
Post by: Lazer57 on October 15, 2008, 06:13:27 PM
#1: Axon vs BASIC Atom Pro 28 with Bot Board II; whats better about the Axon and whats better about AP28/BB2? (i realize this is the home of the Axon, but i'm hoping for some straight talk)
#2: What is the best microcontroller for robotics?
#3: Can brushless motors get controlled with either microcontroller (in Q#1)? If yes, does it require a brushless motor controller?
#4: Can C# be used to program microcontrollers? (I am new to programming as well, limited C++ and AS3.0 experience, but want to learn C#)

And any other advice you can throw my way would be great.
Title: Re: newbie questions regarding microcontrollers
Post by: Razor Concepts on October 15, 2008, 06:46:41 PM
If you use the hobby-grade brushless ESCs, you can use servo outputs to run brushless.
Title: Re: newbie questions regarding microcontrollers
Post by: Lazer57 on October 15, 2008, 07:41:18 PM
how do i know if they are hobby grade? i have seen many brushless motor controllers and so far none have mentioned anything about being hobby-grade.
Title: Re: newbie questions regarding microcontrollers
Post by: Admin on October 16, 2008, 09:54:58 PM
http://www.societyofrobots.com/robot_faq.shtml#best_microcontroller

Quote
If yes, does it require a brushless motor controller?
Yeap, you need a motor driver to run any type of motor (servos have built in motor drivers).
Just a note, brushless motors and their controllers are rather expensive . . .

Quote
#4: Can C# be used to program microcontrollers? (I am new to programming as well, limited C++ and AS3.0 experience, but want to learn C#)
Yes, as long as you have a compiler that can convert from C# to machine code required by your microcontroller. I'd recommend learning C, though.