From the course: Machine Learning Foundations: Prototyping on the Edge
Unlock the full course today
Join today to access over 24,700 courses taught by industry experts.
Running the model - Arduino Tutorial
From the course: Machine Learning Foundations: Prototyping on the Edge
Running the model
- [Instructor] Now that you've deployed an Arduino library from Edge Impulse, it's time to install it in the Arduino environment, and run an example to see if the prototype learning model works on the development board. So the first thing I'm going to do is open up the Arduino development environment. Let's go ahead and select our board, and then let's install the library that we deployed from Edge Impulse. To do that, if you remember from when we ran the sample learning sketch at the very beginning of the course, we go here to include library, add zip library, and then we'll find that in our downloads folder actually, and this is the library right here. EI for Edge impulse voice commander Arduino zip, that says it's processing, and the library has been installed. So we can go up here now to file, examples, and right next to where the first library was installed, here's the new one. So let's go over here, and you can…
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.