... | ... | @@ -65,10 +65,10 @@ make flocklab_xml OBSIDS="001 002 003 004 006 007 008 010" TESTDURATION=180 DESC |
|
|
|
|
|
## DPP2 LoRa: Blink LED
|
|
|
|
|
|
The DPP2 LoRa platform features an STM32L433CC MCU and the Semtech SX1262 LoRa radio. More information about the platform is available in our [DPP Wiki](https://gitlab.ethz.ch/tec/public/dpp/wikis).
|
|
|
The DPP2 LoRa platform features an STM32L433CC MCU and the Semtech SX1262 LoRa radio. More information about the platform is available in our [DPP Wiki](https://gitlab.ethz.ch/tec/public/dpp/dpp/wikis).
|
|
|
To run a simple 'Blink LED' application on the platform, follow these steps:
|
|
|
|
|
|
* Download the `blink_led` example code from our [DPP repository](https://gitlab.ethz.ch/tec/public/dpp/tree/master/software/com/stm32l4_sx1262/blink_led).
|
|
|
* Download the `blink_led` example code from our [DPP repository](https://gitlab.ethz.ch/tec/public/dpp/dpp/tree/master/software/com/stm32l4_sx1262/blink_led).
|
|
|
* To open and compile the project, you will need [Atollic TrueStudio](https://atollic.com/truestudio/).
|
|
|
* After successful compilation, you should be able to find the file `STM32L433_BlinkLED.elf` in the folder `Debug`. Encode it to base 64 and insert it into the Flocklab XML configuration file. You can use the [`embed_image.sh` script](https://gitlab.ethz.ch/tec/public/flocklab/flocklab/blob/python3/tools/scripts/embed_image.sh) for this:
|
|
|
```
|
... | ... | |