Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rouming/virtflight
PWM, PPM, IBUS RC to USB Interface
https://github.com/rouming/virtflight
bluepill ibus joystick liftoff ppm pwm stm32 stm32f103 usb
Last synced: 14 days ago
JSON representation
PWM, PPM, IBUS RC to USB Interface
- Host: GitHub
- URL: https://github.com/rouming/virtflight
- Owner: rouming
- Created: 2020-03-28T20:32:49.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2020-04-27T09:05:04.000Z (over 4 years ago)
- Last Synced: 2024-11-09T12:49:45.215Z (2 months ago)
- Topics: bluepill, ibus, joystick, liftoff, ppm, pwm, stm32, stm32f103, usb
- Language: C
- Homepage:
- Size: 12.8 MB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# VirtFlight
VirtFlight is a PWM,PPM,IBUS to USB converter firmware for STM32F103 BluePill
board. Firmware implements USB HID for two devices: joystick and keyboard.## Support
* 10 axis joystick
* PWM - if detected makes 1 long blink in a second with a green status led
* PPM - if detected makes 2 short blinks in a second with a green status led
* iBUS - if detected makes 3 short blinks in a second with a green status led## Pinout
![Alt text](https://i.imgur.com/ucgJGEs.jpg)
* 6 PWM channels can be connected to A0-A5 pins of the BluePill board.
* PPM can be connected to the A0 pin of the BluePill board,
full 10 channels are supported.
* iBUS can be connected to the B7 pin of the BluePill board,
full 10 channels are supported.