motorshield and fez panda or netuino

Adafruit Ethernet, Motor, Proto, Wave, Datalogger, GPS Shields - etc!

Moderators: adafruit_support_bill, adafruit

Please be positive and constructive with your questions and comments.
Locked
dafoink
 
Posts: 15
Joined: Thu Jun 26, 2008 12:03 pm

motorshield and fez panda or netuino

Post by dafoink »

I have had great success with the motorshield on the arduino. has anyone used it on a .NETMF platform?

adafruit
 
Posts: 12151
Joined: Thu Apr 06, 2006 4:21 pm

Re: motorshield and fez panda or netuino

Post by adafruit »

we think the netduino folks got it working, maybe check their forums?

chriswalker
 
Posts: 9
Joined: Wed Jul 14, 2010 6:34 pm

Re: motorshield and fez panda or netuino

Post by chriswalker »

dafoink wrote:I have had great success with the motorshield on the arduino. has anyone used it on a .NETMF platform?
Hi dafoink,

You should be able to use the Adafruit motor shield on your Netduino.

The one thing to watch out for is that the Netduino's ARM microcontroller only has 4 PWMs instead of 6 PWMs like the Arduino's AVR microcontroller. So you won't be able to use the "outermost two PWMs" or whatever they are connected to on the motor shield.

All that said, we're working on an update which will add software PWM to Netduino. Since the ARM processor is 48MHz, we're going to use some of that extra speed to do 8-bit+ PWM in the background...which should re-enable at least one of those 2 other PWMS (and let you run PWM on any pin--including the analog ones).

Chris
Secret Labs LLC

dafoink
 
Posts: 15
Joined: Thu Jun 26, 2008 12:03 pm

Re: motorshield and fez panda or netuino

Post by dafoink »

sounds good. do you know if anyone has come up with a library for the fez? I have an arduino and it works great with that. but since I am a c# programmer, developing on the fez is so much easier :)

Locked
Please be positive and constructive with your questions and comments.

Return to “Arduino Shields from Adafruit”