From the course: Machine Learning Foundations: Prototyping on the Edge

Unlock the full course today

Join today to access over 24,900 courses taught by industry experts.

Adding keyboard functionality

Adding keyboard functionality

- [Instructor] Okay. Everything is finally in place to complete our SHIELDUP prototype. All we need to do is add keyboard functionality to our sketch and test it out. So, let's go back to the Arduino IDE and see how that's done. I'm going to open up the Arduino IDE. And since we were just working on the Voice Commander LED sketch, for me that opens up. If that's not the case for you, you can come up here to File, Sketchbook, and open up the Voice Commander LED. Make this full screen. And now what I'm going to do is save this 'cause this is our starting point. I'll save it as another name. And instead of LED, we'll call this Voice Commander Keyboard. Now we still have the custom code for LED in here, so let's get rid of that to begin with. And let's add Sketch, Add File. Come back to our exercise files, Chapter 6, 02 customCodeKeyboard.ino. Open that up. Now, it's been added to our sketch. So we…

Contents