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

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectMCP serverAboutHow we rankPress
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
alankrantas avatar

alankrantas/micropython-TTP229-BSFArchived

0
View on GitHub↗
18 stars·7 forks·Python·GPL-3.0·13 views

Micropython TTP229 BSF

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.

Features

  • Hardware Drivers - Driver for TTP229-BSF 16-key capacitive keypad.

Star history

Star history chart for alankrantas/micropython-ttp229-bsfStar history chart for alankrantas/micropython-ttp229-bsf

AI search

Explore more awesome repositories

Describe what you need in plain English — the AI ranks thousands of curated open-source projects by relevance.

Start searching with AI

Open-source alternatives to Micropython TTP229 BSF

Similar open-source projects, ranked by how many features they share with Micropython TTP229 BSF.
  • rust-embedded/embedded-halrust-embedded avatar

    rust-embedded/embedded-hal

    2,600View on 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
    View on GitHub↗2,600
  • almindor/max7219almindor avatar

    almindor/max7219

    17View on GitHub↗

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

    Rust
    View on GitHub↗17
  • antirez/micropython-ft6x06antirez avatar

    antirez/micropython-ft6x06

    10View on 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
    View on GitHub↗10
  • alankrantas/micropython-tea5767alankrantas avatar

    alankrantas/micropython-TEA5767

    52View on 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
    View on GitHub↗52
See all 30 alternatives to Micropython TTP229 BSF→

Frequently asked questions

What does alankrantas/micropython-ttp229-bsf do?

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.

What are the main features of alankrantas/micropython-ttp229-bsf?

The main features of alankrantas/micropython-ttp229-bsf are: Hardware Drivers.

What are some open-source alternatives to alankrantas/micropython-ttp229-bsf?

Open-source alternatives to alankrantas/micropython-ttp229-bsf include: rust-embedded/embedded-hal — Embedded-hal is a hardware abstraction layer for embedded microcontrollers that defines common traits allowing… almindor/max7219 — A platform agnostic driver to interface with the MAX7219 (LED display driver). antirez/micropython-ft6x06 — This is a MicroPython driver for the FT6x06 touch chip used by many touch displays. The chip uses i2c to communicate… arksine/canboot — Bootloader for ARM Cortex-M MCUs. armink/sfud — SFUD 是一款开源的串行 SPI Flash 通用驱动库。由于现有市面的串行 Flash 种类居多,各个 Flash 的规格及命令存在差异, SFUD 就是为了解决这些 Flash… alankrantas/micropython-tea5767 — TEA5767 is a cheap but functional FM radio module, which allow you to build DIY FM radios. It comes with an antenna…