https://github.com/seeed-studio/mbed_ble
mbed SDK and mbed BLE API for nRF51822, built with gcc-arm-embedded toolchain
https://github.com/seeed-studio/mbed_ble
Last synced: 11 months ago
JSON representation
mbed SDK and mbed BLE API for nRF51822, built with gcc-arm-embedded toolchain
- Host: GitHub
- URL: https://github.com/seeed-studio/mbed_ble
- Owner: Seeed-Studio
- License: apache-2.0
- Created: 2014-08-28T03:32:35.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2015-02-12T05:37:02.000Z (over 11 years ago)
- Last Synced: 2023-03-11T21:19:17.680Z (about 3 years ago)
- Language: C
- Homepage: http://www.seeedstudio.com/depot/Seeed-Micro-BLE-Module-w-CortexM0-Based-nRF51822-SoC-p-1975.html
- Size: 1.1 MB
- Stars: 21
- Watchers: 14
- Forks: 11
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
mbed BLE
========
This repo contains mbed SDK, mbed BLE API and demos for nRF51822. The [gcc-arm-embedded][] toolchain is used.
This branch uses Nordic SoftDevice V7. If you prefer to use SoftDevice V6, just use [softdevice_v6][] branch
### How To
```
git clone https://github.com/Seeed-Studio/mbed_ble.git
cd mbed_ble/demos/ble_uart_loopback # or mbed_ble/demos/beacon
make
```
To merge softdevice hex file and application hex file, please download srecord from http://srecord.sourceforge.net/.
or if Ubuntu is used, run `sudo apt-get install srecord`. Then run:
```
make merge
```
The repo is licensed under [The Apache License](http://www.apache.org/licenses/LICENSE-2.0).
Contributing to this software is warmly welcomed. You can do this basically by
[forking](https://help.github.com/articles/fork-a-repo), committing modifications and then [pulling requests](https://help.github.com/articles/using-pull-requests) (follow the links above
for operating guide). Adding change log and your contact into file header is encouraged.
Thanks for your contribution.
Seeedstudio is an open hardware facilitation company based in Shenzhen, China.
Benefiting from local manufacture power and convenient global logistic system,
we integrate resources to serve new era of innovation. Seeedstudio also works with
global distributors and partners to push open hardware movement.
[gcc-arm-embedded]: https://launchpad.net/gcc-arm-embedded
[softdevice_v6]: https://github.com/Seeed-Studio/mbed_ble/tree/softdevice_v6
[](https://github.com/igrigorik/ga-beacon)