Skip to content

Commit

Permalink
add new section for frameworks
Browse files Browse the repository at this point in the history
  • Loading branch information
matteocrippa committed Sep 25, 2024
1 parent a6b3a33 commit 2257d73
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ A collaborative list of Awesome Bluetooth Low Energy resources by [🔴 intent](
- [Android](#android)
- [Documentation](#documentation)
- [Flutter](#flutter)
- [Framework](#framework)
- [iOS](#ios)
- [KMM](#kmm)
- [Library](#library)
Expand All @@ -34,6 +35,13 @@ _Official specifications, standards, and technical documentation about the Bluet
- [RN4870/71 Bluetooth Low Energy Module User's Guide](https://www.microchip.com/wwwproducts/en/RN4870) - User's guide for the RN4870/71 Bluetooth Low Energy module by Microchip.
- [Wikipedia Bluetooth Low Energy](https://en.wikipedia.org/wiki/Bluetooth_Low_Energy) - The wiki page for Bluetooth Low Energy (BLE).

## Framework

_Framework useful to develop your BLE peripherals._

- [Matter](https://github.com/project-chip/connectedhomeip) - Matter
- [ESP-IDF](https://github.com/espressif/esp-idf) - Espressif IoT Development Framework

## Library

_Software libraries and frameworks for integrating Bluetooth Low Energy (BLE) functionality into various platforms, including mobile, embedded systems, and IoT devices._
Expand Down

0 comments on commit 2257d73

Please sign in to comment.