RemoteXY Configurations
Go to RemoteXY Website
https://remotexy.com/en/
https://remotexy.com/en/
Go to RemoteXY Website
Navigate to the Editor
https://remotexy.com/en/
Go to RemoteXY Website
Navigate to the Editor
Elements to Drag and Drop
Up to 5
Password
for Robot
Rx: pin 3
Tx: pin 2
Change Background Color and Orientation of Phone
https://remotexy.com/en/
Go to RemoteXY Website
Navigate to the Editor
Analog stick:
example variables:
joystick_1_x (-100 to 100)
joystick_1_y (-100 to 100)
Starting Position
SLIDER
When you're done, you can check the source code.
Go to RemoteXY Website
Navigate to the Editor
Example Controller GUI
Develop a Password for your Robot
Each Interface Design comes with its own Remote
Elements give variables to use
joystick_1
slider_1
slider_2
pushSwitch_1
Robot Design
We're going to design a robot that uses the controls we have here in our example. Our robot will have:
- Two motors that drive the wheels.
- A swinging saw blade that rotates horizontally
- A hammer that swings up and down
Top
Side (Left)
- From the top view we can see:
- We have 2 motors that will drive the robot. M1 and M3
- A right arm rotating left and right using servo S2.
- Attached is saw blade run by M2.
- From the side view we can see:
- A left arm hammer driven by a servo, S1.
M1
M3
M2
S1
S2
Linking inputs and outputs
Input Variable:
- joystick_1_x and joystick_1_y
- slider_1
- slider_2
- pushSwitch_1
Output Variable:
- motor1 and motor3
- servo_1
- servo_2
- sawblade
Let's do some coding!!!
Open up Arduino
Please download file:
Balance_Drive_Slider_Button.ino
Change your password to protect your bot
cool examples: "poggo" , "1234" , "1337g4m3R"
Inside the void loop
Index of Other Examples:
Tank_Drive_Slider.ino