[Help] Arduino..Robotics - Printable Version
+- SA-MP Forums Archive (
https://sampforum.blast.hk)
+-- Forum: Other (
https://sampforum.blast.hk/forumdisplay.php?fid=7)
+--- Forum: Everything and Nothing (
https://sampforum.blast.hk/forumdisplay.php?fid=23)
+--- Thread: [Help] Arduino..Robotics (
/showthread.php?tid=263612)
[Help] Arduino..Robotics -
BlackG - 22.06.2011
Hey Guys
i Work on Robotics..And I've Been working on A micro controller called Arduino..And I Use its program
And It may work on C++...can you tell me Can i program Arduino with C#?...
I am waiting..I hope any one works on stuff like this
Re: [Help] Arduino..Robotics -
Joe Staff - 22.06.2011
I imagine a simple translator (like those that allow C++ programing for samp) could easily be made
Re: [Help] Arduino..Robotics -
Krx17 - 22.06.2011
C# is similar to Java, and there is a robot controller that you can program with Java. It's called Lejos. Give it a shot.
Re: [Help] Arduino..Robotics -
KingJ - 22.06.2011
Quote:
Originally Posted by Krx17
C# is similar to Java, and there is a robot controller that you can program with Java. It's called Lejos. Give it a shot.
|
LeJOS is for LEGO NXT based robots. The Arduino is a programmable microcontroller, which BlackG is using for robotics.
While you could get a language translator I wouldn't recommend it. If you're familiar with one language, picking up another is generally fairly easy - just have a poke around the Arduino site to find some basic examples to see how thing are done in the Arduino's programming language rather than ones you are familiar with.