Skip to content

edgeimpulse/example-dataforwarder-mbed

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Data Forwarder example (Mbed OS)

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.

How to build

  1. Install the Edge Impulse CLI.

  2. Clone this repository:

    $ mbed import https://github.com/edgeimpulse/example-dataforwarder-mbed
    
  3. Build and flash this application:

    $ cd example-dataforwarder-mbed
    $ mbed compile -t GCC_ARM -m DISCO_L475VG_IOT01A -f
    
  4. Run the data forwarder (use --clean to set a new project):

    $ edge-impulse-data-forwarder
    
  5. Your device is now connected in Edge Impulse, and you can sample data!

    Data collected

About

Mbed OS example for the Data Forwarder

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published