Is there a way to use like 2 mouseX and two mouseY? I am making an application and I need to use two joysticks. Now this works great if I use only one joystick at a time but if I want to use both at the same time I cant because I dont have "2 mousesX" and "2 mousesY". Any suggestions?
I am trying to control a robot over the internet. This is how I want it to work: I go to a website, send commands from there and I have a live video feed from/to an android phone and the android phone sends those commands via bluetooth to a arduino. These are the commands:
So I have to send a value between 0-255 to control throttle, then another value to control Roll, another for yaw, etc. The problem is I have no idea how to do this! I read a few tutorials but havent found anything related to my problem.
The bottom line: I need the android phone to act as a link between arduino and website while also sending a live video feed.