-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
7 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,9 @@ | ||
# balancing_robot_vehicle | ||
Balancing Robot Vehicle | ||
|
||
I used this guy's YABR (Yet Another Balancing Robot) project as my guide: www.brokking.net/yabr_main.html | ||
|
||
I used his code with some slight modifications: | ||
- uses NRF24L01 radios instead of bluetooth to Nunchuk | ||
- uses the pin mappings of my CNC shield whereas he directly wired to his DRV8825 drivers | ||
- added incr/decr buttons for P and I and D to help to tune the PID variables. |