Category Archives: Servo

NETMF Servo classes (PWM and Software versions)

Just posting some servo classes.  One for hardware PWM control and one for software PWM using OutputCompare. Never know when you may need. using System; using GHIElectronics.NETMF.FEZ; using GHIElectronics.NETMF.Hardware; namespace MicroFezRobot { public class ServoHardPWM : IServo { readonly PWM … Continue reading

Posted in .Net Micro Framework, C#, FEZ, Motors, Servo | Tagged , , , | Comments Off on NETMF Servo classes (PWM and Software versions)

Simple servo control from FEZ

If you just need the easiest possible way to hook up a servo to FEZ, it does not get easier then this.  No breadboards, mosfets, or resistors.  Just hook the servo wires into the fez and control.  If your servo … Continue reading

Posted in .Net Micro Framework, C#, FEZ, Robotics, Servo | Tagged , , , , | Comments Off on Simple servo control from FEZ

Roll Your Own Servo Tester

So you want to test the range of your servos.  Who needs a servo tester/driver?  If you have a MCU, a POT and some wire, you can make one. Servo Tester Recipe: Fez MCU (code written for NETMF) POT or … Continue reading

Posted in .Net Micro Framework, C#, FEZ, Motors, Servo | Tagged , , , | 4 Comments