https://github.com/joshbrew/bt832a_zephyr
Working repository for the BT832A test design
https://github.com/joshbrew/bt832a_zephyr
Last synced: about 1 year ago
JSON representation
Working repository for the BT832A test design
- Host: GitHub
- URL: https://github.com/joshbrew/bt832a_zephyr
- Owner: joshbrew
- License: agpl-3.0
- Created: 2021-09-10T18:42:18.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-12-23T01:07:14.000Z (over 4 years ago)
- Last Synced: 2025-01-29T12:15:16.672Z (over 1 year ago)
- Language: C++
- Size: 262 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# BT832_Zephyr
Working repository for the nRF52 Zephyr firmware, made for a [BT832A prototype (24KB)](https://github.com/moothyknight/nRF52-Biosensing-Boards/tree/main/CAD/BT832_OLD)
Instructions:
- [Install](https://nrfconnect.github.io/vscode-nrf-connect/) nRFConnect for VSCode
- Open this repo in VSCode
- In VSCode, in the nRFConnect extension under the APPLICATIONS tab, select the "Add Build Configuration" button to the right of the repo name, BT832_Zephyr. Select the correct board, nrf52840dk_nrf52840, and click Build Configuration.
- Connect the nRF52-dk via usb
- In VSCode, in the nRFConnect extension under the ACTIONS tab, select "Flash" to build and flash the code
You may need to manually install gnu-arm-embedded software.
We used the nRF52 development board which is a J-LINK device for flashing.