Home › Forums › Everything about everything else › Servo Mapping
- This topic has 6 replies, 3 voices, and was last updated 1 year, 1 month ago by
CharlesFPV.
-
AuthorPosts
-
7 December, 2019 at 18:41 #64457
CharlesFPV
ParticipantHow do you what pins can be remapped to a servo?
Can you always remap Motor4 to a servo?Or does it need to be another pin.
I’m trying to build a Tricopter and the wiring of the servo is the only thing keeping me grounded.
8 December, 2019 at 16:31 #64458jihlein
ParticipantThe remapping of a resource for servo use is highly dependent on how the hardware designer laid out the board wrt to the timer resources. In most cases you can not simply remap Motor4, in many cases Motor4 shares timer resources with Motor3, therefore they must use the same output protocol. For example, DShot on Motor3, means Dshot on Motor4, which the servo can’t tolerate. 330 Hz PWM on Motor4, means your Motor3 protocol is limited to 330 Hz PWM.
Unfortunately it takes some not so straightforward research to figure this out. What flight controller are you using?
10 December, 2019 at 15:34 #64475CharlesFPV
ParticipantI have a OminbusF4 and a Foxeer 405 lying around currently
12 December, 2019 at 05:18 #64489jihlein
ParticipantI’ve not any direct experience with either of those boards, so here’s my best guess…..
The Foxeer won’t work with iNav, but might with BetaFlight with some remapping. Servo would be on S1, motors on S3 thru S5.
The OmniBusF4 has a lot of variants, but appears motors on S1-S3 and servo on S5 should work, both in BetaFlight and iNav.
To determine this, you need to look at the target files for the specific board, and find pins on separate timers that support servo outputs.
15 December, 2019 at 00:04 #64515CharlesFPV
ParticipantCan you recommend a board with known working pin outs?
15 December, 2019 at 06:38 #64519yumemi5k
ParticipantKakuteF4V2 and Matek F405 CTR and STD are known to work.
I had a look at omnibus F4 target.c file, assuming you have a V3, S5 should work for servo out of the box.20 December, 2019 at 04:25 #64556CharlesFPV
Participant -
AuthorPosts
- The forum ‘Everything about everything else’ is closed to new topics and replies.