-
Notifications
You must be signed in to change notification settings - Fork 3
Install the library
This is a step by step introduction how to install the library at your arduino development environment. We recommend the arduino IDE to use the One system library. This popular development environment supports you to build your own application for Delta-Robot One. An option is to use microsoft visual studio with the additional package visual micro.
If you don't have the arduino IDE installed on your system you have to do this first. Visit the arduino homepage navigate to downloads.
Download and install the newest version of the IDE on your system. Direckt link:
>>>https://www.arduino.cc/en/Main/Software<<<
Start the arduino IDE...
There are two options to get the One system library. We recommend to use the library manager of the arduino IDE.
Arduino IDE -> Tools -> Manage Libraries...
Search for "OneSystemLibrary" and take the install button
The Library is now installed!
If you choose this fast and easy way to install the library skip the manual option and move on with the full system demo below...
The second option is an manual installing process.
Visit the Github page for the one system library and download the ZIP file from this open source repository.
Arduino IDE -> File -> Sketch -> Include Library -> Add .ZIP Library...
Navigate to your download folder -> select one_system_library.zip -> open file
We recomend the full system demo as the fist project for your robot. With this example it is possible to find out how the robot works.
Arduino IDE -> File -> Examples -> OneSystemLibrary -> FullSystemDemo
Attention:
Please use the Powerplug of the circuit board!
Don't use the Powerplug of arduino board!
-> Connect the one circuit board to the power supply (5V/4A)
-> Connect the arduino to your pc system using the USB connector
The basic version of this robot use the Arduin/Genuino UNO board.
Arduino IDE -> Tools -> Board -> Arduino/Genuino UNO
Take the USB MODE switch into "Prog" position
Attention:
If the switch is into "Ctrl" position it is not possible to load any sketch to the system!
"Ctrl" position has to be set for external communication with other system
Choose the port of the pc to arduino connection
Arduino IDE -> Tools -> Port -> COM Arduino/Genuino UNO
The examples of the One system library include a lot of the library functions and useful information. Change to the start page of this wiki or to the repository and check the tables of the classes,functions and constants. For a lot of these are examples availible.
If you have some experience with the library examples maybe you want to write your own software for Delta-Robot One using the library. So you can start your project from scratch with only one step.
Arduino IDE -> File -> Sketch -> Include Library -> Contibuted libraries -> OneSystemLibrary
Now the library header is included...
If you have a great time with Delta-Robot One and you have own ideas, improvements, extensions, applications, etc. you are invited to become a developer at this project! The project is open source and available on Github. You can use your account (or create one) to be a part of the community.
Start new projects, share them and create the world around this robot!
The robot communicates in a very simple way. Building applications for this robot on other systems is quite easy with this protocol.
Share your experience, designs, etc. and follow us on Instagram.