SODAQ ExpLoRer

Support for the SODAQ ExpLoRer board.

General information

General information about this board can be found on the SODAQ support website.

Flash the board

  1. Put the board in bootloader mode by double tapping the reset button. When the board is in bootloader mode, the user led (blue) oscillates smoothly.
  2. Use BOARD=sodaq-explorer with the make command. Example with hello-world application:
    1
    make BOARD=sodaq-explorer -C examples/hello-world flash
    

Accessing STDIO via UART

To access the STDIO of RIOT, a FTDI to USB converter needs to be plugged to the RX/TX pins on the board.