An open API service indexing awesome lists of open source software.

https://github.com/bcdevices/ly11-ble-fw

Firmware for BLE dongles for use with PLT-300A
https://github.com/bcdevices/ly11-ble-fw

ble bluetooth-low-energy testing-tools

Last synced: 3 months ago
JSON representation

Firmware for BLE dongles for use with PLT-300A

Awesome Lists containing this project

README

          

# ly11-ble-fw

Firmware images for BLE dongles, allowing these to be used for
[BLE Testing](https://docs.pltcloud.com/TestPlanReference/ble/)
with the [PLT-300A](https://bcdevices.com/pages/plt-300a).

## Dongle Programming

- [nRF52840-DONGLE Programming instructions](https://docs.pltcloud.com/peripheral/ble/nrf52840-dongle/)

## Docker build

### Prerequisites

- Linux hosts or Apple Mac computer running macOS
- Docker

### Instructions

- `make docker` to end up with build artifacts in `dist/`

## Local build

### Prerequisites

- Linux hosts or Apple Mac computer running macOS
- [Getting Started Guide — Zephyr Project Documentation](https://docs.zephyrproject.org/latest/getting_started/index.html)
- [nrfutil](https://github.com/NordicSemiconductor/pc-nrfutil)

### Instructions

- `make dist` to end up with build artifacts in `dist/`