Asked — Edited

Sdk Tutorials

Hello everyone

I was wondering if is there any kind of tutorials regarding how to use the SDK in order to make your own controls and own interface. I Know Arduino you can find tutorials and code to program your microcontroller, but I'm having a difficulty finding tutorials and information regarding the coding and programming of the EZ-B.

any information helps

Thanks guys

John


ARC Pro

Upgrade to ARC Pro

Stay on the cutting edge of robotics with ARC Pro, guaranteeing that your robot is always ahead of the game.

PRO
Synthiam
#1  

There are dozens of tutorials in the sdk package :)

You'll need to download it. Unzip it. And look within the folder for instructions. Other than that, you'll need to learn C#, which is very easy and similar to what arduino uses.

As for our development interface, we support tutorials in ARC. You can download and install ARC from selecting downloads at the top menu of this webpage. Within ARC is a complete development environment and many examples.

#2  

Thank you Dj Sures, I was complicated myself, I understand know the procedure, the code and some of the parameter you use in order to program it thanks again!

#3  

I'm having a problem when I try to run the tutorials from the SDK in my computer, I did What it was told in the READ ME text file... When I try to debug it gaves me an error, and when I try to run it with out debug it doesn't do anything.

here is an example of the error message.

An unhandled exception of type 'System.BadImageFormatException' occurred in Tutorial 29 - SDK Server.exe

Additional information: Could not load file or assembly 'EZ_B, Version=2012.10.15.0, Culture=neutral, PublicKeyToken=839146fd54f35ea1' or one of its dependencies. An attempt was made to load a program with an incorrect format.

Thanks for the help

PRO
Synthiam
#4  

Please follow the instructions in the README!.TXT file :)