Files
micromelon-website/content/resources/how-to-remote-control-the-rover.mdx
Tim Hadwen ae3ae18585 Major site overhaul: resources hub, content migration, new blog posts, forms
- Redesign /resources as sectioned hub with category pages
- Migrate 645 Squarespace CDN images to local /images/content/
- Create 9 new news/blog posts with event photos
- Fix blog post slugs (rename gibberish filenames)
- Rename Design Blog to Design Blogs across site
- Remove education page, replace with Platform in nav
- Redesign rover repair request form with dynamic rover entries
- Add school search combobox to contact, store, and repair forms
- Extract shared KNOWN_SCHOOLS data
- Make /rover-expansion-3d-printing dynamically pull from MDX
- Add related resources sections to product pages
- Fix homepage broken /quote links to /store
- Store page: sample kit cards, inline quote builder, mailing list opt-in
2026-03-01 17:14:05 +10:00

37 lines
2.2 KiB
Plaintext
Raw Permalink Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
---
title: "How to Remote Control the Rover"
date: "2024-12-12"
categories: ["Advanced Guides"]
tags: []
excerpt: "Sometimes it can be useful to be able to remote control your Micromelon Rover through difficult terrain or obstacles in order to see what the sensors see. This can help students design algorithms and programs that better use the different sensors the"
featuredImage: "/images/resources/how-to-remote-control-the-rover.jpg"
---
Sometimes it can be useful to be able to remote control your Micromelon Rover through difficult terrain or obstacles in order to see what the sensors see. This can help students design algorithms and programs that better use the different sensors the rover has.
In this guide, well be going through how to use the Rover View on the Micromelon Code Editor to allow you to remote control your rover, and get back useful sensor information from it.
To access the Rover View, first connect the rover to the computer via the Code Editor, then click the button ROVER with the rover icon next to the robot name:
![](/images/content/bb2397-complete-rover-view-access.jpg)
When clicked, this view should appear, showing you all the incoming information from the rover:
![](/images/content/9028bc-sensor-view-main.jpg)
## Keyboard Controls
Shown below is the keyboard layout of how the rover can be controlled.
When the servos are being controlled, Decrease reduces the respective servo by 5 degrees. Repeatedly pressing Decrease for a while will be the equivalent of setting the servo to -90 degrees in the code editor. When the rover view is initially opened, both servos are set to 90 degrees, but will only move to it once one of the servo buttons have been pressed.
![](/images/content/71f24c-keyboard-layout.jpg)
## Sensors
The Rover View shows a display called Sensor View when opened. This gives live information from all of the rover sensors which can be very useful for debugging and testing out how each sensor works. Shown below is a guide to the groups of sensor data:
![](/images/content/889f4a-sensor-view-labelled.jpg)
To learn how each of the sensors work and what the values mean, head to the rover sensor information page through the link below![Rover Sensors](/rover-sensors)