openble-sdk icon indicating copy to clipboard operation
openble-sdk copied to clipboard

SDK and code generator for the OpenBLE spec

Results 4 openble-sdk issues
Sort by recently updated
recently updated
newest added

## Motivation Web Bluetooth provides enum all services and characteristics capability, I think can use Web Bluetooth build a first definition file or update the already exists **openble** definition file....

## Motivation nRF Connect App, provide [desktop](https://www.nordicsemi.com/Products/Development-tools/nrf-connect-for-desktop) and [mobile](https://www.nordicsemi.com/Products/Development-tools/nrf-connect-for-mobile) support improve developer experience, use visual tools for debugging more see https://infocenter.nordicsemi.com/pdf/nRFConnect_BLE_User_Guide_v4.0.0.pdf#page=22 ![Screenshot_20231226-134742_nRF Connect](https://github.com/openble-org/openble-sdk/assets/3842474/5f42d7f2-43f4-4814-87e1-312914a437d7)

## Motivation I think this specification need provide definitable named uuid feature. Improve code human readability ## Example Code ```yaml services: camera_information: // ... characteristics: // ... firmware_revision_string: // ......

I think this specification need provide JSON Schema and submit to SchemaStore, improve developer experience (suggest complete). belike OpenAPI (aka. Swagger) ![CleanShot 2023-12-26 at 13 00 00@2x](https://github.com/openble-org/openble-sdk/assets/3842474/dd2c3a9c-1314-4a78-b7a2-de35277545ba) see https://www.schemastore.org/json/ ------...