Skip to content

Commit

Permalink
fix readme
Browse files Browse the repository at this point in the history
  • Loading branch information
matteocrippa committed May 26, 2023
1 parent 9d485e0 commit 352faf9
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 21 deletions.
10 changes: 4 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Bluetooth Low Energy (BLE): Low-power wireless communication protocol enabling e
A collaborative list of Awesome Bluetooth Low Energy resources by [🔴 intent](https://withintent.com).


![](https://img.shields.io/badge/Contents-54-green) ![](https://img.shields.io/github/last-commit/dotintent/awesome-ble/main)
![](https://img.shields.io/badge/Contents-53-green) ![](https://img.shields.io/github/last-commit/dotintent/awesome-ble/main)

## Contents

Expand All @@ -17,7 +17,6 @@ A collaborative list of Awesome Bluetooth Low Energy resources by [🔴 intent](
- [Flutter](#flutter)
- [Tools](#tools)
- [Web](#web)
- [Examples](#examples)
- [Simulators](#simulators)

## Documentation
Expand Down Expand Up @@ -64,6 +63,7 @@ _Resources and libraries for building Bluetooth Low Energy (BLE) applications us
## Android
_Android-specific libraries, tools, and resources for integrating Bluetooth Low Energy (BLE) functionality into Android applications._

- [Android BluetoothGatt Sample](https://github.com/android/connectivity-samples/tree/main/BluetoothLeGatt) - An example application demonstrating how to use BluetoothGatt API on Android.
- [android-BluetoothChat](https://github.com/googlesamples/android-BluetoothChat) - An Android Bluetooth chat application.
- [Nordic Semiconductor BLE SDK for Android](https://github.com/NordicSemiconductor/Android-BLE-Library) - Official Bluetooth Low Energy SDK provided by Nordic Semiconductor for Android development.
- [RxAndroidBle](https://github.com/dariuszseweryn/RxAndroidBle) - An Android Bluetooth Low Energy (BLE) Library with RxJava3 interface.
Expand All @@ -88,13 +88,11 @@ _Web-based resources, frameworks, and tools for building Bluetooth Low Energy (B
- [Web Bluetooth Samples](https://github.com/WebBluetoothCG/demos) - A collection of Web Bluetooth API usage examples.
- [Web Bluetooth Terminal](https://github.com/soundworx/web-bluetooth-terminal) - A simple terminal-like application using Web Bluetooth.

## Examples
_Example applications, code snippets, and projects demonstrating the usage and implementation of Bluetooth Low Energy (BLE) features._


## Simulators
_Simulators and emulators for testing, simulating, and evaluating Bluetooth Low Energy (BLE) devices and networks._

- [Bluetooth Mesh Simulator](https://github.com/ARMmbed/bluetooth-mesh-simulator) - A simulator for Bluetooth Mesh networks.
- [Bluetooth Mesh Simulator](https://github.com/ukBaz/Bluetooth-Mesh-Simulator) - A simulator for testing and evaluating Bluetooth Mesh networks.


## Contributing
Expand Down
19 changes: 4 additions & 15 deletions contents.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,11 +44,6 @@
"id": "web",
"description": "Web-based resources, frameworks, and tools for building Bluetooth Low Energy (BLE) applications using JavaScript and web technologies."
},
{
"title": "Examples",
"id": "examples",
"description": "Example applications, code snippets, and projects demonstrating the usage and implementation of Bluetooth Low Energy (BLE) features."
},
{
"title": "Simulators",
"id": "simulators",
Expand Down Expand Up @@ -290,10 +285,10 @@
},
{
"title": "Bluetooth Mesh Simulator",
"category": "simulation",
"category": "simulators",
"description": "A simulator for Bluetooth Mesh networks.",
"homepage": "https://github.com/ARMmbed/bluetooth-mesh-simulator",
"tags": ["bluetooth-mesh", "simulation"]
"tags": ["bluetooth-mesh", "simulator"]
},
{
"title": "iOS-CoreBluetooth-Example",
Expand Down Expand Up @@ -371,21 +366,15 @@
"description": "An interactive playground to explore Web Bluetooth API capabilities.",
"homepage": "https://googlechrome.github.io/samples/web-bluetooth/playground.html"
},
{
"title": "nRF52840 Examples",
"category": "example",
"description": "A collection of example applications for the nRF52840 Bluetooth SoC.",
"homepage": "https://github.com/nrfconnect/sdk-nrf/tree/master/examples/nrf52840"
},
{
"title": "Bluetooth Mesh Simulator",
"category": "simulation",
"category": "simulators",
"description": "A simulator for testing and evaluating Bluetooth Mesh networks.",
"homepage": "https://github.com/ukBaz/Bluetooth-Mesh-Simulator"
},
{
"title": "Android BluetoothGatt Sample",
"category": "example",
"category": "android",
"description": "An example application demonstrating how to use BluetoothGatt API on Android.",
"homepage": "https://github.com/android/connectivity-samples/tree/main/BluetoothLeGatt"
},
Expand Down

0 comments on commit 352faf9

Please sign in to comment.