Sound gets distorted when runned in processing
Hello World, I have written a processing code and have implemented a sound file. When I play it on a common player, a cleat woman voice comes out. If I run my code processing is distorting her voice...
View ArticleHow to tell servo to follow a pendulum movement
I have a pendulum and arduino reading script. I was able to track simple movements, but I cannot make it follow pendulum curve and convert it into degrees. #include <Servo.h> //load servo to...
View ArticleMaze Following Robot code
So I a. Doing a project in my robotics class and my Arduino car robot has to get through the maze . So if the robot sensors sees white it will turn right if the robot sensors see black it will turn...
View ArticleControlP5 Tab Position
Hi, is any way to set position of tabs in ControlP5 library? Code: https://pastebin.com/vtL0RAqp
View ArticleHow can I get an indoor location with Arduino?
Hi. How can I localize Arduino in a room with low budget?
View ArticleHow can I scan a plant of a room with Arduino and draw it in Processing?
Hi. How can I scan a plant of a room with Arduino and draw it in Processing?
View ArticleHC-05 Serial Reading
Hello, I am using a Arduino UNO (Rev3) with an HC-05 on Pin 9 / 10. I was trying to send data from an analog input via bluetooth to processing listening on the bluetooth com port created by Windows 10....
View Articleproblemcontrol gp5 , grafica noLoop()
Hello everyone! I write from the province of Turin, Italy, as soon as I discovered arduino, I opened a passion for data acquisition on engines through an interface interfaced with processing! I'm...
View ArticleHow to take pictures in continuous mode using ArduCAM and displaying them on...
Hello, everyone. I am using an Arduino MEGA 2560 and ArduCAM OV2640 to take a JPEG picture and display it on my PC through a Processing sketch. The current Arduino and Processing sketches let me take...
View Articlehow to perform a conditional check in processing on a value from serial read...
I have a simple push button connected to pin 2 on my arduino. I can read this value and print it to the serial monitor without any trouble: ``` int pushButton = 2; void setup() { Serial.begin(9600);...
View Articletable values Arduino
Hi, I'm a processing pivot. I have a problem I have a value taken from Arduino, and I visualize it in a graph, but I would also like to be able to visualize it through a numerical table. How can I do?...
View ArticleHow to extend my Balloon Pop game in Processing by connecting it to an Arduino?
hello everyone! I am a beginner at Processing, though i know the basics, and I know absolutely nothing about Arduino. However I have an assignment that requires extending an Processing application we...
View ArticleHow to let the user select COM (serial) port within a sketch?
Hi, I have a relatively simple Processing sketch which connects to an external hardware sensor via Bluetooth (serial port) and visualizes the data. The sketch works acceptably on my computer, but since...
View ArticleNeato Lidar sensor and reading the serial data and making sense of it.
As a complete nube to arduino and processing i need some on to explain what all this means. I have the Lidar sensor off a Neato vacuum basically it a spinning laser that measures distance. This is the...
View ArticleHow to synchronize serial data with data visualization?
Hi Guys! So I am working on a serial Grapher for my diploma thesis and I stumbled over a problem. The serial data which I am receiving is beeing written in the standard serial buffer, but my data...
View ArticleCan you help me finding my fault?
Hello strangers, I tried to programm a ball running on my screen in the direction of my Joystick (connected to the Arduino). I wrote the full programm but now I got an error that says:...
View ArticleI am running Processing to interact w Arduino using code from "Exploring...
I run Listing 6-6. in the Processing IDE. But the IDE keeps reporting "Error opening serial port COM3: Port not found". I think its wants me to put the serial library into the same directory with the...
View ArticleProcessing to firebase
Hi, I am newbie in processing and all network things. Is that possible for processing get data from arduino and upload it to the firebase? Any tutorials for this section?
View Article