Skip to content

syuwa-oisi/TinyML-FederatedLearning-existed

 
 

Repository files navigation

Federated Learning with Arduino Nano 33 BLE Sense

Final degree project for the Bachelor's Degree in Computer Science of the Universitat Politècnica de Catalunya - Facultat d'informàtica de Barcelona.

How tu use it

  1. Configure the Arduino Nano 33 BLE Sense boards like in the image. board setup
  2. Open the project with PlatformIO and flash the firmware to all the boards.
  3. Run the fl_server.py using Python3
    1. Specify the number of devices used
    2. Specify the Serial ports of each device
  4. Start training the devices using the buttons.
    • The 3 buttons on the left are used to train 3 different keywords (to be decided by you!)
    • The board will start recording when the button is pressed & RELEASED (one second).
    • The fourth button can be used to start the Federated Learning process or to only run the inference without training. It can be configured on the main loop in src/main.ino.

Authors

  • Marc Monfort
  • Nil Llisterri

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 97.4%
  • C++ 2.5%
  • Other 0.1%