An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

        

# pico-read-pwm
Read PWM signals from the Raspberry Pi Pico

Some 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.