Skip to content

VoiceTurn - Voice-controlled turn lights for a safer ride

Notifications You must be signed in to change notification settings

a-g-v/VoiceTurn

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

VoiceTurn - Voice-controlled turn lights for a safer ride

Arduino library of the VoiceTurn project (Arduino Nano 33 BLE Sense required)

🏆 WINNER OF THE TENSORFLOW LITE FOR MICROCONTROLLERS CHALLENGE 🏆

TFBlog_ChallengeWinners_Hero_v_001 The winners of the TensorFlow Lite for Microcontrollers Challenge were announced on Octuber 18, 2021. This project was among the five worldwide winners and was featured in the Experiments with Google website.

Instructions:

  1. Install the Arduino IDE

  2. From the Arduino IDE, click on Tools > Board > Boards Manager... and install the Arduino Mbed OS Nano Boards package.

  3. Plug the Arduino board to one of the USB keys of the computer.

  4. Click on Tools > Board > Arduino Mbed OS Nano Boards and select Arduino Nano 33 BLE Sense.

  5. Click on Tools > Port and choose the serial port the Arduino board is connected to.

  6. Click on Sketch > Include Library > Manage Libraries... and install the Adafruit NeoPixel library.

  7. To add the VoiceTurn library to the Arduino IDE, there are two options available:

    • Click on File > Preferences to obtain the Sketchbook location path and clone the repository into $[path]/libraries/
    • Download the repository as a .zip file and add it to the Arduino IDE through Sketch > Include Library > Add .ZIP Library...
  8. Click on File > Examples > VoiceTurn_inferencing > voiceturn to open the main program.

  9. Compile and upload the program by clicking on the two buttons on the top left corner of the Arduino IDE.

  10. Open the serial monitor by clicking on the button on the top right corner of the Arduino IDE and verify the output predictions.

  11. Disconnect the Arduino board from the computer.

  12. Connect the VoiceTurn hardware to the Arduino board.

  13. Install it on a bicycle.

  14. Connect the Arduino board to the power bank.

  15. Enjoy the ride!

IMAGE ALT TEXT HERE

About

VoiceTurn - Voice-controlled turn lights for a safer ride

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages