SODAQ SARA SFF
View Doxygen Documentation View this board's documentation as generated by Doxygen.
View on GitHub View this board's source code on GitHub.
Support for the SODAQ SARA SFF boards
General information
General information about this board can be found on the SODAQ support website. Schematic can be found here
Flash the board
Use BOARD=sodaq-one with the make command.
Example with hello-world application:
make BOARD=sodaq-one -C examples/basic/hello-world flashNote: If the application crashes, automatic reflashing via USB, as explained above won’t be possible. In this case, the board must be set in bootloader mode by double tapping the reset button before running the flash command.
Accessing STDIO via UART
STDIO of RIOT is directly available over the USB port.