applications
applications copied to clipboard
Some useful RIOT applications
Added compile tests so that the compilation tests are triggered in the event that the submodule is updated.
This application provides a simple Bluetooth LE service (via RIOT's NimBLE port) for device configuration purposes. The included bluetooth characteristics are taken from an [application](https://github.com/HendrikVE/smarthome2/tree/master/ESP32/window_alert_riot) for a sensor node, which...
This is intended to speed-up the sniffer (I did not test if it does, just if it works ;-)). Addresses #56.
The application assists in measuring wake up delays and for measuring power consumption of different low power modes. A logic analyzer or oscilloscope is required for taking any measurements. This...
Experiments show that using ldexpf, ilogbf yields significantly faster run time performance on Cortex-M0+ without floating point hardware.
The `RIOT` submodule currently points to the almost 2 year old 2020.07 release. One of the future releases should fix this (and maybe also fix the CI / automation into...
Currently the travis configuration is broken. `flake8` does not seem to work with the Python version they install.
Sometimes when receiving many frames in a short period of time, the UART speed is too low to be able to capture every frame. The current format of the sniffer...