i want to use xbee in my project along with processing tool???
i have made ultrasonic rader using arduino uno and processing tool. now i have to make it wireless with the help of xbee. i am not geting how to make it.as i have never work on xbee.plz help me its...
View ArticleKinect-Processing-Arduino Serial Communication problem.
Hi! For my master finals I am planning to make some kind of interactive sculptures. One of them is supposed to work with the kinect sensor using the body movements to manipulate the sculpture. I have...
View ArticleKinect processing serial to arduino problem firmmata
Hi , im doing a project using kinect and arduino and i use firmmata. My problem is the arduino suddenly stop working . i think because of synching issue. This is my code import SimpleOpenNI.*; >...
View ArticleQuestion about sending strings to firmata from processing
Hey guys, Doing a school project and got stuck on using both serial.write to send a string value while using firmata at the same time. Is there any way to send a string value using firmata without...
View ArticleMotor not running
I am using controlP5 on processing to make a GUI that runs a dc motor on Arduino. The GUI asks for the velocity, time for the motor to run, and the direction and stores them in variables. When the...
View ArticleProcessing and Arduino connection - whats wrong?
Hello! i use my Arduino to send over serial - messages like "Fail=1." "Fail=2." or "Otvet=1" etc. i use code ` void serialEvent(Serial port) { String input = port.readStringUntil('.'); if (input !=...
View ArticleSend Data from Arduino to Processing over serial // help please
I am trying to send data from an Arduino Uno to Processing. Video of situation: I made a simple sketch which does this no problem. It is only when I try to have the Arduino send data to Procesing in an...
View ArticleArduino serial comms weirdness
I don't know if this is an arduino issue or processing issue, so I'm starting in this forum. You can think of my project as a weather station. It's not a weather station, but you can still visualize it...
View ArticleNPE(NullPointerException)
in processing 2.2.1: import com.temboo.core.*; import com.temboo.Library.Yahoo.Weather.*; import processing.serial.*; Serial port; int temperature; // Create a session using your Temboo account...
View ArticleHow to Attach two more Servo motors to Kinect Skeleton?
Hi! I am trying to solve this little problem with an example from the book "Making things see" where with the use of Kinect Processing and Arduino you can control two servo motors by moving your left...
View ArticleProblem with data processing.
Hello! Guys, please help me! I'm in desperation! I have a problem with data processing in Processing and vibration feedback in my prototype. From the beginning: I made a simple device using a Mega326p...
View Articlephotosensor triggers sound, how do I stop the sound from looping?
Hello! I'm writing a code for a Lilypad and one of the inputs I'm hoping to use is a photosensor, which should trigger a sound when the sensor is covered. That bit is all working fine, but the sound is...
View ArticleCreating a Class with Firmata for Arduino
I'm creating a radar simulation, and want to send data from Processing to an Arduino to control 4 small stepper motors to display range and bearing on 4 dials. Firmata seems like a good solution for...
View ArticleUSB (com port list)
Hi all, I'm working on a project with arduino and lately i got interested in processing too looks as a nice interface programming software which I'd like to use, so let's get to the main question. I'm...
View Articledata of books
Howdy, I do have a considerable measure of preparing books, however arrive any handling books on 3D Visualization? I don't see numerous books/instructional exercises separated from 'Imagining...
View ArticleHelp with serials and strings
Hi Processing Forum, I am in the process of hacking a rotary phone, using Arduino and Processing to convert the phone into a recording and playback device. It is a really interesting project and I have...
View Articledegree symbol
I have an arduino webserver and a processing client. I want arduino to send a degree celsius or just the degree symbol. I have tried client.println("\u0b00"); I do get a degree symbol. but there is Á...
View ArticlePlease Help.. Basic template of RADAR..
Hello guys.. i am new to processing IDE. I have a code of a basic Radar spotting template. when using Arduino IDE i can see the values coming back from sensor using serial print. But in processing this...
View ArticleProblems with Split
Hi: I'm trying to communicate arduino and processing using serial, but when i send a string and then i try to split it in processing is doesn't works. I want to split this string:...
View ArticleHow to light up 8 led with a TLC5940NT and the arduino ?
Hello everyone, I am bussy with a project for myself. I want to make wings on my back and on the wings will come much leds. I have bought a TLC5940NT because I was thinking I need that to light up so...
View Article