Why cant I display the text of a string made with toString?
got this from the AP-Sync library. building a string that will be sent to Ardu when enter is pressed. Works great, great library. However, I want to also display that string on the java, so I can see...
View Articlesending multiple values from processing to arduino
I have managed to send one value from processing to arduino. (which maps mouseX and lights the respective LED on an LED strip of Neopixels) I went through a lot of forums and tried to send MOuse...
View Articleno Graph with data from Arduino?
tried a simple example to draw a Graph from arduino data. No graph visible? Running on Windows 10 import processing.serial.*; Serial myPort; // The serial port int xPos = 0; // horizontal position of...
View Articlehow to show multiple data from arduino
how to read the value from arduino and then i want to displaying that on processing window. This is my arduino code: #include <TimerOne.h> #include <PZEM004T.h> #include...
View ArticleProcessing (image display) via Arduino ultrasonic sensor
Hi, I am just starting to explore posibilities to make something work in processing via arduino (sensors). On school exhibition I want to make a picture display that shows one image at the time on the...
View ArticleSerial
Is it possible to use the serial p5.serialcontrol and a local server to broadcast the data acquired by an Arduino?
View ArticleConstantly reading from text file
Hello, I'm trying to get my arduino to constantly read data from a text file. So far I managed to get it to read the text file upon a mouse click every time, using the "mousePressed()" function....
View Articleusing websocket to transmit the video frame
hi every one I've plan to send the frame of big image from processing on my laptop to couple of ESP node through my home wifi-modem , each ESP has couple LED strip attached to it and processing slice...
View ArticleExported Application Troubles
I have my code working well enough, but not I'm having troubles... implementing it. I can manually start my .exe by double-clicking it, but I can't open it through the command prompt or Windows Task...
View ArticleHow ro record audio?
Is there a way to record audio output from a sketch? I have code and library to record video that is images, but I am playing back audio and would like to record that as well. My apologies if this...
View ArticleUsing Serial Library
I have created a GUI using processing and I want to serial read and serial write and display in the text area.Can anyone suggest me what to do?
View ArticleCollision detection between 2 objects with an ultrasonic sensor (Arduino)
So I'm working from the code in Step 6 (I will attach below) of this tutorial: http://www.instructables.com/id/How-to-control-a-simple-Processing-game-with-Ardui/ I am using an HR-SR04 ultrasonic...
View ArticleCreating random number generator
This is my first time ever using any programming language. I'm trying to create a small button attached to an arduino board that generates a random number from 0-100 on my computer screen while...
View ArticlePitch, Roll, Yaw using rotateX/Y/Z query
I am trying to represent the orientation of my phone being held upright. I'm using a simple rectangle for starters. I am sending messages over OSC. Each of my 3 values; pitch, roll and yaw (Azimuth)...
View Articletwo arduinos changing coloured circles on processing
Hi, I'm a student new to coding and am trying to get two arduinos, (connected via serial port) to change the colour of two different ellipses on processing. Both arduinos have a simple push button. One...
View ArticleNeed advice for an HD video with 7.1 sound project
Hi, I'm into a project in which I need to play an HD video file with 7.1 sound. I'm struggling to find answers for some of my questions so I'll make them here: I need to keep the audio and video in...
View ArticleGame Control Plus
Hello! I am new to processing and to this forum so hi everybody! I am trying to make a code that will post 1,2 or 3 on the serial interface of a arduino. It should send the numbers when i pres some...
View ArticleHow To Display Data
I am trying to display some live data from multiple Arduinos that will be sending data via Zigbee to a coordinator, and one of the jobs of the coordinator is to send data into Processing to display in...
View ArticleHow can I get an indoor location with Arduino?
Hi. How can I localize Arduino in a room with low budget?
View ArticleComunicacion loadstring http
Hola. Estoy intentando comunicar de forma bidireccional arduino a traves del modulo esp8266 con android usando http, el esquema seria el siguiente. Android==>ESP8266==>Arduino arduino responda a...
View Article