An example firmware for the ST IoT Discovery Kit showing how to use the Edge Impulse Data Forwarder to capture data from the IMU sensor at 104Hz and send it to Edge Impulse.
-
Install the Edge Impulse CLI.
-
Clone this repository:
$ mbed import https://github.com/edgeimpulse/example-dataforwarder-mbed
-
Build and flash this application:
$ cd example-dataforwarder-mbed $ mbed compile -t GCC_ARM -m DISCO_L475VG_IOT01A -f
-
Run the data forwarder (use
--clean
to set a new project):$ edge-impulse-data-forwarder
-
Your device is now connected in Edge Impulse, and you can sample data!