https://github.com/jetsonhacks/pico-read-pwm
Read PWM signals from the Raspberry Pi Pico
https://github.com/jetsonhacks/pico-read-pwm
Last synced: 2 months ago
JSON representation
Read PWM signals from the Raspberry Pi Pico
- Host: GitHub
- URL: https://github.com/jetsonhacks/pico-read-pwm
- Owner: jetsonhacks
- License: mit
- Created: 2022-09-16T23:05:15.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-09-20T22:51:02.000Z (over 2 years ago)
- Last Synced: 2025-01-22T00:34:14.955Z (4 months ago)
- Language: Python
- Size: 8.79 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# pico-read-pwm
Read PWM signals from the Raspberry Pi PicoSome simple software sketches exploring how to read R/C Receiver PWM pulses on a Raspberry Pi Pico.
The folder named pio has a Pico PIO implementation
The folder named pwm_slice uses a Pico PWM Slice implementation.The pwm_slice_gamepad.py example outputs a USB-HID stream through the USB port. Requires MicroPython be built with USB-HID support: https://github.com/jetsonhacks/micropython/tree/usb-hid
Software was built against a Traxxas 6553B 5 channel R/C Receiver.