项目作者: cleverfox

项目描述 :
Joystick for gimbal speaking Futaba S.Bus
高级语言: C
项目地址: git://github.com/cleverfox/sbus_joystick.git
创建时间: 2018-08-30T21:59:37Z
项目社区:https://github.com/cleverfox/sbus_joystick

开源协议:

下载


stm8s103k3 based joystick with S.Bus interface

This is firmware to custom joystick, which I made for Beholder DS-1 gimbal.
I need S.Bus joystick because I use wireless remote controlles speaking
S.Bus sometimes, so I don’t want to reconfigure gimbal each time.

UART output must be inverted for S.Bus, I use NPN transistor for it.

  1. ----{4.7k}----> VCC 3.3 or 5V
  2. /
  3. *-----------> S.Bus output
  4. |
  5. | /
  6. TX--{ 20k }---|<
  7. | _\|
  8. \
  9. |
  10. __|__
  11. ``

To compile it use SDCC for stm8.
This fw supports 5 channels, but it can be extended easily.