Skip to content

Commit

Permalink
Update tutorialStm32TTN.md
Browse files Browse the repository at this point in the history
  • Loading branch information
dcalvoalonso committed Jan 30, 2019
1 parent 8f1fae9 commit cb8cad7
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions docs/tutorialStm32TTN.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,9 @@ git clone https://github.com/Atos-Research-and-Innovation/IoTagent-LoRaWAN.git

![SW4STM32 setup](https://github.com/Atos-Research-and-Innovation/IoTagent-LoRaWAN/blob/master/docs/img/stm32_ttn_tutorial/eclipse_setup.gif)

- Open the file *Commissioning.h* within `Projects/B-L072Z-LRWAN1/Applications/LoRa/End_Node/LoRaWAN/App/inc/` path (in the Project Explorer, check last folder within `Includes`). Replace the value of `LORAWAN_JOIN_EUI` with the one copied from `TTN console`:
- *mlm32l07x01* shall be used for *B-L072Z-LRWAN1*. *sx1272mb2das* must be used for *P-NUCLEO-LRWAN1* board.

- Open the file *Commissioning.h* within `Includes` and `Projects/B-L072Z-LRWAN1/Applications/LoRa/End_Node/LoRaWAN/App/inc/` path (in the Project Explorer, check last folder within `Includes`). Replace the value of `LORAWAN_JOIN_EUI` with the one copied from `TTN console`:

![Commissioning device](https://github.com/Atos-Research-and-Innovation/IoTagent-LoRaWAN/blob/master/docs/img/stm32_ttn_tutorial/stm32_ttn_commissioning.png)

Expand Down Expand Up @@ -416,4 +418,4 @@ https://superuser.com/questions/683034/oracle-virtualbox-connecting-usb-device
### Temperature value in the `FIWARE Context Broker` is zero

- The end-node sends periodically the temperature data. In order to force it, reset the board using the button with the label `RESET`.
- Follow the steps of the previous point.
- Follow the steps of the previous point.

0 comments on commit cb8cad7

Please sign in to comment.