View Single Post
Old 02-05-2011, 03:41 PM   #4314 (permalink)
DJBecker
EcoModding Apprentice
 
Join Date: Nov 2010
Location: Annapolis
Posts: 159
Thanks: 0
Thanked 32 Times in 27 Posts
Quote:
Originally Posted by shortcircuit View Post
I've been looking/working with the OSMC (open source motor controller) for my mothers mobility scooter.... and I need a controller circuit that will take the analog signals and convert to PWM that OSMC will understand.
You'll likely find the Arduino hardware easier to start with.

The Arduino boards use the Atmel ATMega AVR processor family, the same type as the Cougar. You won't need most of the hardware on the Cougar board, and the Cougar firmware will run on any of the Arduino boards with only a few minor changes.

The bonus is that there are many plug-in "shield" and "module" boards for Arduino cards, so you can often do projects just plugging them in rather than doing modules.
  Reply With Quote