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
- Host: GitHub
- URL: https://github.com/bcdevices/ly11-ble-fw
- Owner: bcdevices
- License: apache-2.0
- Created: 2021-11-19T12:22:19.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2023-11-30T04:57:13.000Z (over 2 years ago)
- Last Synced: 2025-06-13T20:04:36.453Z (about 1 year ago)
- Topics: ble, bluetooth-low-energy, testing-tools
- Language: Makefile
- Homepage:
- Size: 1.4 MB
- Stars: 1
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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/`