Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Combining userTracking with motor control #12

Open
michael5486 opened this issue Mar 28, 2017 · 4 comments
Open

Combining userTracking with motor control #12

michael5486 opened this issue Mar 28, 2017 · 4 comments
Assignees
Milestone

Comments

@michael5486
Copy link
Contributor

Working on testing DC motor control with the current userID project. Will have two motors, one for left and one for right to signify when the robot must turn left and right. Will start to test my reactive control mechanism

@michael5486 michael5486 self-assigned this Mar 28, 2017
@michael5486 michael5486 added this to the Final Demo milestone Mar 28, 2017
@michael5486
Copy link
Contributor Author

Created and tested the Arduino side that will receive commands from the Windows host. It parses each received byte, and each of these bytes contains the speeds to rotate each motor set with.

@michael5486
Copy link
Contributor Author

Finishing up the Windows Visual C++ side that sends instructions via serial communications to the Arduino

@michael5486
Copy link
Contributor Author

C++ side almost done, need to combine it with userIdRevised next

@michael5486
Copy link
Contributor Author

both parts merged, just need to switch out LEDs for real motors on the completed bot and it should follow a user

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant