awesome-repositories.com
Blog
MCP
awesome-repositories.com

Découvrez les meilleurs dépôts open-source grâce à notre recherche par IA.

ExplorerRecherches sélectionnéesAlternatives open sourceLogiciels auto-hébergésBlogPlan du site
ProjetServeur MCPÀ proposNotre méthodologiePresse
Mentions légalesConfidentialitéConditions d'utilisation
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
Back to dastultz/micropython-ppm-decoder

Open-source alternatives to Micropython Ppm Decoder

30 open-source projects similar to dastultz/micropython-ppm-decoder, ranked by how many features they have in common. Compare stars, activity and what each one does to find the best Micropython Ppm Decoder alternative.

  • rust-embedded/embedded-halAvatar de rust-embedded

    rust-embedded/embedded-hal

    2,600Voir sur GitHub↗

    Embedded-hal is a hardware abstraction layer for embedded microcontrollers that defines common traits allowing peripheral drivers to remain entirely independent of specific hardware platforms. The library provides platform-agnostic interfaces that decouple driver logic from microcontroller architectures, utilizing zero-cost trait abstractions that compile down to direct hardware register manipulations without runtime overhead or memory allocation. The project features asynchronous execution support and synchronous-to-asynchronous adaptation, enabling non-blocking peripheral operations and coo

    Rust
    Voir sur GitHub↗2,600
  • alankrantas/micropython-ttp229-bsfAvatar de alankrantas

    alankrantas/micropython-TTP229-BSF

    18Voir sur GitHub↗

    This MicroPython driver is for TTP229-BSF capacitive keypad on ESP8266/ESP32. Tested on both ESP8266 (WeMos D1 mini) and ESP32 (BPI:bit) with v1.11 firmware.

    Python
    Voir sur GitHub↗18
  • byronwasti/ls010b7dh01Avatar de byronwasti

    byronwasti/ls010b7dh01

    7Voir sur GitHub↗

    Driver for the LS010B7DH01 Memory LCD Module

    Rust
    Voir sur GitHub↗7
  • antirez/micropython-ft6x06Avatar de antirez

    antirez/micropython-ft6x06

    10Voir sur GitHub↗

    This is a MicroPython driver for the FT6x06 touch chip used by many touch displays. The chip uses i2c to communicate with the host, with an interrupt to signal when touch data is available. This driver can be used both via a callback triggered by an interrupt and using just data polling,…

    Python
    Voir sur GitHub↗10

Recherche par IA

Explorez plus de dépôts awesome

Décrivez vos besoins en langage naturel — l'IA classe des milliers de projets open source sélectionnés par pertinence.

Find more with AI search
  • arksine/canbootAvatar de Arksine

    Arksine/CanBoot

    652Voir sur GitHub↗

    Bootloader for ARM Cortex-M MCUs

    C
    Voir sur GitHub↗652
  • armink/sfudAvatar de armink

    armink/SFUD

    1,678Voir sur GitHub↗

    SFUD 是一款开源的串行 SPI Flash 通用驱动库。由于现有市面的串行 Flash 种类居多,各个 Flash 的规格及命令存在差异, SFUD 就是为了解决这些 Flash 的差异现状而设计,让我们的产品能够支持不同品牌及规格的 Flash,提高了涉及到 Flash 功能的软件的可重用性及可扩展性,同时也可以规避 Flash 缺货或停产给产品所带来的风险。

    C
    Voir sur GitHub↗1,678
  • aschhoff/esp32-433mhz-receiver-and-toolsAvatar de Aschhoff

    Aschhoff/ESP32-433Mhz-Receiver-and-Tools

    11Voir sur GitHub↗

    ESP32 433Mhz Receiver written in micropython and Tools for Windows

    Python
    Voir sur GitHub↗11
  • aschhoff/esp32-433mhz-transmitterAvatar de Aschhoff

    Aschhoff/ESP32-433Mhz-Transmitter

    12Voir sur GitHub↗

    A pure microPython Transmitter. You can create and add your own encoder

    Python
    Voir sur GitHub↗12
  • astuff/pacmod3Avatar de astuff

    astuff/pacmod3

    30Voir sur GitHub↗

    PACMod Board Rev 3 Driver

    C++
    Voir sur GitHub↗30
  • ayoy/micropython-waveshare-epdAvatar de ayoy

    ayoy/micropython-waveshare-epd

    59Voir sur GitHub↗

    Waveshare E-Paper Display driver for devices running Pycom-flavored MicroPython

    Python
    Voir sur GitHub↗59
  • basler/pylon-ros-cameraAvatar de basler

    basler/pylon-ros-camera

    189Voir sur GitHub↗

    The official pylon ROS driver for Basler GigE Vision and USB3 Vision cameras:

    C++
    Voir sur GitHub↗189
  • blackbirdhq/ublox-cellular-rsAvatar de BlackbirdHQ

    BlackbirdHQ/ublox-cellular-rs

    24Voir sur GitHub↗

    A driver crate for the entire u-blox cellular family in Rust

    Rust
    Voir sur GitHub↗24
  • blickfeld/blickfeld-scanner-libAvatar de Blickfeld

    Blickfeld/blickfeld-scanner-lib

    22Voir sur GitHub↗

    Cross-platform library to communicate with LiDAR devices of the Blickfeld GmbH.

    C++
    Voir sur GitHub↗22
  • brainelectronics/micropython-ds1307Avatar de brainelectronics

    brainelectronics/micropython-ds1307

    8Voir sur GitHub↗

    MicroPython driver for DS1307 RTC

    Python
    Voir sur GitHub↗8
  • almindor/max7219Avatar de almindor

    almindor/max7219

    17Voir sur GitHub↗

    A platform agnostic driver to interface with the MAX7219 (LED display driver)

    Rust
    Voir sur GitHub↗17
  • cbrand/eiscp-micropythonAvatar de cbrand

    cbrand/eiscp-micropython

    3Voir sur GitHub↗

    This is an implementation of the Onkyo EISCP protocol for running on Microcontrollers utilizing MicroPython.

    Python
    Voir sur GitHub↗3
  • chevdor/einkAvatar de chevdor

    chevdor/eink

    21Voir sur GitHub↗

    E-Ink, E-Paper display driver for Micropython and ESP32

    Python
    Voir sur GitHub↗21
  • chocol4te/vesc-commAvatar de chocol4te

    chocol4te/vesc-comm

    2Voir sur GitHub↗

    Rust VESC communication library

    Rust
    Voir sur GitHub↗2
  • clydemcqueen/flock2Avatar de clydemcqueen

    clydemcqueen/flock2

    72Voir sur GitHub↗

    flock2 can fly a swarm of DJI Tello drones. flock2 is built on top of ROS2, fiducialvlam, and telloros.

    C++
    Voir sur GitHub↗72
  • coffiot/tmag5273-rsAvatar de coffiot

    coffiot/tmag5273-rs

    0Voir sur GitHub↗

    Platform-agnostic no_std Rust driver for the TI TMAG5273 3-axis Hall-effect sensor

    Rust
    Voir sur GitHub↗0
  • cs2dsb/max31855.rsAvatar de cs2dsb

    cs2dsb/max31855.rs

    4Voir sur GitHub↗

    Driver for MAX31855 SPI thermocouple converter

    Rust
    Voir sur GitHub↗4
  • daneslattery/hx711Avatar de DaneSlattery

    DaneSlattery/hx711

    9Voir sur GitHub↗

    A no-std rust library for the ESP32

    Rust
    Voir sur GitHub↗9
  • david-sawatzke/hub75-rsAvatar de david-sawatzke

    david-sawatzke/hub75-rs

    27Voir sur GitHub↗

    A rust driver for hub75 rgb matrix displays

    Rust
    Voir sur GitHub↗27
  • dbrgn/rn2xx3-rsAvatar de dbrgn

    dbrgn/rn2xx3-rs

    5Voir sur GitHub↗

    Rust Driver for RN2483 / RN2903 LoRaWAN modules, WIP.

    Rust
    Voir sur GitHub↗5
  • dbrgn/sht2x-rsAvatar de dbrgn

    dbrgn/sht2x-rs

    2Voir sur GitHub↗

    WIP Platform agnostic Rust driver for the Sensirion SHT2x temperature/humidity sensors.

    Rust
    Voir sur GitHub↗2
  • deltronix/ad57xxAvatar de deltronix

    deltronix/ad57xx

    1Voir sur GitHub↗

    Analog Devices AD57xx driver for embedded rust

    Rust
    Voir sur GitHub↗1
  • dhallgb/eink-micropythonAvatar de dhallgb

    dhallgb/eInk-micropython

    26Voir sur GitHub↗

    e-Ink library for Waveshare 4.3inch device on MicroPython

    Python
    Voir sur GitHub↗26
  • dotcypress/st7032iAvatar de dotcypress

    dotcypress/st7032i

    2Voir sur GitHub↗

    Platform agnostic Rust driver for the Sitronix ST7032i Dot Matrix LCD Controller.

    Rust
    Voir sur GitHub↗2
  • dysonltd/paa5100je-pwm3901Avatar de dysonltd

    dysonltd/paa5100je-pwm3901

    4Voir sur GitHub↗

    Optical Flow Sensor Library

    Rust
    Voir sur GitHub↗4
  • alankrantas/micropython-tea5767Avatar de alankrantas

    alankrantas/micropython-TEA5767

    52Voir sur GitHub↗

    TEA5767 is a cheap but functional FM radio module, which allow you to build DIY FM radios. It comes with an antenna via a 3.5mm jack but have no internal volume control.

    Python
    Voir sur GitHub↗52