Yahoo Groups archive

AVR-Chat

Index last updated: 2026-04-28 22:41 UTC

Message

Re: [AVR-Chat] Re: futaba S3003 servo

2004-06-19 by David VanHorn

>
>Interesting, which servos did you see this in?  I know that futaba, 
>gws and several others use 1-2 mS.  I thought it was a standard.

;For Futaba Servos
.equ    Futaba_Min      = 1000  ;Microseconds for minimum position
.equ    Futaba_Max      = 2000  ;Microseconds for maximum position
.equ    Futaba_Range    = (Futaba_Max - Futaba_Min)

;For Cirrus Servos
.equ    Cirrus_Min      = 400   ;Microseconds for minimum position
.equ    Cirrus_Max      = 2000  ;Microseconds for maximum position
.equ    Cirrus_Range    = (Cirrus_Max - Cirrus_Min)

;For JR Servos
.equ    JR_Min          = 1000  ;Microseconds for minimum position
.equ    JR_Max          = 2000  ;Microseconds for maximum position
.equ    JR_Range        = (JR_Max - JR_Min)

Pulled from my GSV5 code that does eight mix-and-match servos with 8 bit control

Attachments

Move to quarantaine

This moves the raw source file on disk only. The archive index is not changed automatically, so you still need to run a manual refresh afterward.