Arduino Code

Getting Arduino working with Java

Should be simple yeah? Arduino talking to Java... For a pro yes. But I found it hard to get Arduino talking to my Java applications, unlike in processing there is no easy automatic set up you kind of have to figure it out yourself. the main problem is talking to the serial port and then getting what Arduino sends out into some sort of readable format. In the link is some code that will get you listening to an Arduino through the serial port to see it click here

Reading long numbers on the Arduino with Serial

I Need to get the Arduino to read strings and integers through serial exactly. This code will do that click here

Reading long numbers on the Arduino with Serial

I Need to get the Arduino to read strings and integers through serial exactly. This code will do that click her

Arduino code for simple servo movement

Servo motors is an essential device in physical computing, if you want to make things move precisely then servos are the way to go. To see how I use them click here