From the course: Machine Learning Foundations: Prototyping with Edge Impulse
Unlock this course with a free trial
Join today to access over 24,700 courses taught by industry experts.
Run a ML demo - Arduino Tutorial
From the course: Machine Learning Foundations: Prototyping with Edge Impulse
Run a ML demo
- [Instructor] It's always a good idea to verify hardware works on a known example before you start working on something new. That way you don't spend hours debugging code when the problem is actually your hardware setup. Included with the course exercise files is a program that responds to voice commands, red, blue, and yellow, by changing the color of the development board's RGB LED. So let's go to the desktop to try that example and make sure it works. Before we get started, make sure you've downloaded the exercise files. And if you open up and look in the exercise files, you can see under Chapter 3 the VoiceRBY_inferencing zip file is included. That's our sample application. So let's open up the IDE. To add that example, go to Sketch, Include Library, Add Zip Library. And then navigate to the exercise files and select the Voice_inferencing zip file. Once the library's installed, you can go to File, Examples, and then you can see that your library's added here in VoiceRBY. This is…
Practice while you learn with exercise files
Download the files the instructor uses to teach the course. Follow along and learn by watching, listening and practicing.