micropython-ppm-decoder
PPM decoder
Decodes R/C receiver PPM frame signal to extract usable data
Utility for decoding an R/C receiver PPM frame signal.
11 stars
4 watching
2 forks
Language: Python
last commit: over 8 years ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
redoxcode/micropython-ppm_reader | A Python library to decode PPM signals from RC receivers | 11 |
miketeachman/micropython-rotary | A MicroPython module to read rotary encoder values in real-time | 284 |
peterhinch/micropython-radio | Enables bidirectional communication between two devices using radio frequency signals. | 54 |
peterhinch/micropython-msgpack | MicroPython MessagePack implementation | 28 |
dsiggi/micropython-dcf77 | A Micropython module to decode DCF77 time telegrams from an receiver module | 2 |
peterhinch/micropython-vs1053 | Drivers for a digital audio player chip | 24 |
peterhinch/micropython-filters | Digital filter implementation in MicroPython for real-time and non-realtime applications | 64 |
remixer-dec/mpy-img-decoder | Decodes and renders PNG and JPEG images in pure Micropython | 33 |
peterhinch/micropython_remote | A library that captures and replays 433MHz remote control codes to control devices | 70 |
peterhinch/micropython-samples | An assortment of code examples and technical resources for MicroPython development on various platforms. | 464 |
marksbench/mb_psram_64mb_spi | A MicroPython module for interacting with 64Mbit PSRAM devices | 12 |
jposada202020/micropython_ags02ma | Provides a MicroPython driver for the AGS02MA TVOC sensor | 0 |
peterhinch/micropython-monitor | A tool to monitor and analyze the behavior of real-time systems written in Python | 30 |
jposada202020/micropython_pca9685 | A MicroPython driver for controlling PWM signals from the PCA9685 IC. | 4 |
mampersat/micropython-morsecode | This project enables a microcontroller to send Morse code sequences based on user input, such as device IP addresses. | 7 |