Build Your Kit page and full Micromelon website

Complete website build including:
- Build Your Kit store page with cart system, sectioned layout
  (Hardware, Software, Attachments, Spare Parts), inline quote
  request form, and sticky sidebar summary
- 16+ pages: Education, Platform, Resources, News, About Us,
  Download, Contact, Rover, Code Editor, Robot Simulator, etc.
- 89+ MDX resource articles and 18 news posts
- Store product images scraped from micromelon.com.au
- Quote request API route with Airtable integration
- Dynamic back links and cover photos on resource pages
- Redesigned downloads page
- Fixed corrupted MDX code blocks
This commit is contained in:
Tim Hadwen
2026-02-28 19:00:42 +10:00
parent 5233233662
commit 707c49dd3f
320 changed files with 22333 additions and 107 deletions

View File

@@ -0,0 +1,40 @@
---
title: "How to Remote Control the Rover"
date: "2024-12-12"
categories: ["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:
![](https://images.squarespace-cdn.com/content/v1/60a43bf842d7b601064a8828/7334cf53-6b1c-4ab2-b402-a4a145418f8d/Complete+Rover+view+access.jpg)
When clicked, this view should appear, showing you all the incoming information from the rover:
![](https://images.squarespace-cdn.com/content/v1/60a43bf842d7b601064a8828/1734051433069-ZV3M91FO11VNR0H7JNEC/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.
![](https://images.squarespace-cdn.com/content/v1/60a43bf842d7b601064a8828/024d4345-b528-456e-8c2c-13d2e06a1df1/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:
![](https://images.squarespace-cdn.com/content/v1/60a43bf842d7b601064a8828/dec80707-9850-467a-9579-75f9687eac96/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)