... | ... | @@ -3,6 +3,15 @@ |
|
|
Here are a few examples that demonstrate how to run code on the respective targets on Flocklab.
|
|
|
<br />
|
|
|
|
|
|
## nRF5: Hello World
|
|
|
|
|
|
A basic sample application for the nRF5 platform is available [here](https://gitlab.ethz.ch/tec/public/flocklab/wiki/-/wikis/uploads/e74881a3143ca642fa7054c54cfc8d6d/hello_world_nrf5.tar.gz).
|
|
|
The application periodically toggles all tracing pins and prints `hello world`.
|
|
|
You can open and compile the project with [Segger Embedded Studio](https://www.segger.com/products/development-tools/embedded-studio/). We recommend to use the example without MBR (`examples/hello_world/pca10059/no_mbr`).
|
|
|
Note that you will also need to download the [nRF5 SDK](https://www.nordicsemi.com/Software-and-tools/Software/nRF5-SDK) and copy it into the folder `nrf-sdk` in order to compile the project.
|
|
|
|
|
|
<br />
|
|
|
|
|
|
## DPP: Hello World
|
|
|
|
|
|
To run a basic 'Hello World' example on our Dual Processor Platform, follow these steps (tested on a Linux machine):
|
... | ... | |