Gesture Control of a Self-Balancing Robot Using TensorFlow

Gesture control of a self-balancing robot using deep learning with TensorFlow Lite.

Dec 1, 2019

6205 views

2 respects

Components and supplies

1

HC-05 Bluetooth Module

1

Nano 33 BLE Sense

Project description

Code

IMU Classifier

c_cpp

This example uses the on-board IMU to start reading acceleration and gyroscope data from on-board IMU, once enough samples are read, it then uses a TensorFlow Lite (Micro) model to try to classify the movement as a known gesture. Created by Don Coleman, Sandeep Mistry modified by Rolf Kurth

Bluetooth Receiver from self balancing robot

c_cpp

IMU Classifier

c_cpp

This example uses the on-board IMU to start reading acceleration and gyroscope data from on-board IMU, once enough samples are read, it then uses a TensorFlow Lite (Micro) model to try to classify the movement as a known gesture. Created by Don Coleman, Sandeep Mistry modified by Rolf Kurth

IMU_Capture

c_cpp

This example uses the on-board IMU to start reading acceleration and gyroscope data from on-board IMU and prints it to the Serial Monitor for one second when the button is pressed. Created by Don Coleman, Sandeep Mistry modified by Rolf Kurth

Bluetooth Receiver from self balancing robot

c_cpp

Downloadable files

sbrobotv03export_CNOGijFIPd.fzz

sbrobotv03export_CNOGijFIPd.fzz

sbrobotv03export_CNOGijFIPd.fzz

sbrobotv03export_CNOGijFIPd.fzz

Comments

Only logged in users can leave comments

RolfK

0 Followers

0 Projects

Table of contents

Intro

2

0