Skip to content

Hip-Monsters/robot_freedom_motion_control

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

RobotFreedom Motion Control

Welcome to the official robotic control library maintained by HipMonsters.com. This is the Arduino code base for the Robot Freedom robots.

Pull Requests Welcome first-timers-only Friendly Discord

Table of Contents

What's New

This library is still in the development stage.

Getting Started

First, install the Arduino IDE on your preferred development OS. Linux, OXS and windows is supported. You can get the code here.

Next, download the required library and copy them to your development folder.

Launch the Arduino IDE and from the menu bar select: Sketch>Include Library>Add Zip Library...

The point to one of the zip file you have downloaded. Repeat for each required library.

Loading the Sketch

Double click on the movement_controller.ino file and the Arduino IDE should automatically launch. If it does not launch you can load the sketch by selecting File>Open then navigate to your project file.

Deploying

First choose a board type. When you connect your Arduino board it should be auto-detected by the IDE. For some brands you may have to manual select it from the combo box. For off-brand Arduino we recommend searching forums for the best match. Many specify incorrect boards in their descriptions.

Next select >Sketch>Verify Compile. At the bottom of the IDE a console will appear and provide a detailed log. If you missed any libraries your will receive an error message. Loading any required libraries and try again.

Once the code is compiled select sketch>upload to deploy your code.

Components

Wiring

The layout is shown below.

Testing

To test select Tools>Serial Monitor from the main menu. At the bottom of the IDE a new tab titled "Serial Monitor" will appear. From this console you can directly communicate with the Arduino.

In the console window type "5". You should see a response from the Arduino in the console and if the LED is connected to the Arduino it should turn white and flash in a circular pattern.

About

The Arduino code from the robot_freedom robots

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages