forked from RCMgames/RCMv2
-
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
2 changed files
with
13 additions
and
11 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
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,16 +1,18 @@ | ||
# RC Car project car software | ||
# RCMv2 | ||
https://github.com/rcmgames/RCMv2 | ||
### open in VSCode (using [PlatformIO](https://platformio.org/platformio-ide)), or use the Arduino IDE. | ||
|
||
This program is software for a remote control car | ||
### _write a description of what your robot does here:_ The main branch is just template code that doesn't control anything. | ||
|
||
## Software for the controller for this car | ||
https://github.com/PNW-AT/rc-car-controller | ||
## find more information about the Robot Control Module hardware here: [https://github.com/rcmgames](https://github.com/rcmgames?view_as=public) | ||
|
||
## Circuit board used in this car | ||
https://github.com/RCMgames/RCM-hardware-D1 | ||
### Install Driver Station App: | ||
|
||
https://github.com/rcmgames/RCMDS-new (recommended) | ||
|
||
## Acknowledgements | ||
https://github.com/rcmgames/RCMDS (advanced) | ||
|
||
This software uses the [RCMv2](https://github.com/rcmgames/RCMv2) template by RCMGames which is shared under the MIT license. | ||
|
||
Find more information about the different types of RCM hardware and software for wifi controlled robots here: [https://github.com/rcmgames](https://github.com/rcmgames?view_as=public) | ||
### Libraries used: | ||
* [JMotor](https://github.com/joshua-8/JMotor) library for motor control | ||
* [micro-ROS](https://micro.ros.org/) as optional method of communication | ||
* [ESP32_easy_wifi_data](https://github.com/joshua-8/ESP32_easy_wifi_data) as optional method of communication |