Skip to content

A really simple project using a NodeMCU motor shield to convert a RC car to have WiFi controls

Notifications You must be signed in to change notification settings

neskimoo/simple-wifi-controlled-rc-car-kinect

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

simple-wifi-controlled-rc-car-kinect

A really simple project using a NodeMCU motor shield to convert a RC car to have WiFi controls

Extending this project so that it can be controlled by a kinect.

Building the car

Installation

Kinect Libraries

Made use of the v1.7 libraries of Kinect for this project as I was using the XBOX 360 Kinect

Arduino

C#

If Kinect references are not picked up in your SLN file, do the following:

  • Right-click project > Add > Reference
    • Add Microsoft.Kinect.dll in /v1.7/Assemblies
    • Add Microsoft.Kinect.Toolkit in <PATH-TO-DEV-TOOLKIT-1.7>/Assemblies
    • Add Microsoft.Kinect.Toolkit.Controls in <PATH-TO-DEV-TOOLKIT-1.7>/Assemblies
    • Add Microsoft.Kinect.Toolkit.Interaction in <PATH-TO-DEV-TOOLKIT-1.7>/Assemblies

Update ipFromESP8266 with IP from Serial Console in ESP8266.

Controls:

Motion:

  • Both hands Raised in red = Forwards
  • Both hands lowered in red = Backwards
  • One Hand raised in Red and one hand lowered in red = Stopped

Turning:

  • Left hand in lower blue and right hand in upper blue = left
  • Right hand in lower blue and left hand in upper blue = right
  • Both hands in middle green = Centered

Credits

About

A really simple project using a NodeMCU motor shield to convert a RC car to have WiFi controls

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 84.3%
  • C++ 15.7%