Hi everyone! I am Luigi and I have just started to use Bela. I have connected it with an analog joystick sensor. My goal is to send the values taken from the sensor in order to move an image in Processing. By now, I am just taking the voltage values (thanks to analogRead function) of the Xpin and the Ypin but i dont know how manage these values in order to make the image move. Does anybody knows how to make it or have done something similar? Thank you.

Hi Luigi, how are you planning to send the data from Bela to Processing? I assume Processing will be running on the host, so you'll probably need something like MIDI or OSC to send the data across. You could have a look at the example PureData/midi-cv-midi which does some simple forwarding of analog in data to the host via MIDI.