diff --git a/content/resources/accelerometer.mdx b/content/resources/accelerometer.mdx
index ff7d2c7..a368853 100644
--- a/content/resources/accelerometer.mdx
+++ b/content/resources/accelerometer.mdx
@@ -1,7 +1,7 @@
---
title: "The Accelerometer"
date: "2021-06-22"
-categories: ["All", "Sensor Guides"]
+categories: ["Sensor Guides"]
tags: []
excerpt: "Learn what the accelerometer is and how to code it."
featuredImage: "/images/resources/accelerometer.gif"
@@ -141,7 +141,7 @@ Let’s write a simple program to change our Rover’s LEDs depending on the val
- Change the **X Axis** dropdown to ** Z Axis**.
-The python command for reading the Z axis is **IMU.readAccel(2)**- Change the second value on the **< condition** block from ** 10 to 0**. This will check if the value is either positive or negative.
+The python command for reading the Z axis is **IMU.readAccel(2)**- Change the second value on the **`<` condition** block from ** 10 to 0**. This will check if the value is either positive or negative.
- Inside the IF/ELSE block true case, place an **Set All LEDs** block. You can find this in the ** Lights/Sound** category.
diff --git a/content/resources/activity-claw-attachment.mdx b/content/resources/activity-claw-attachment.mdx
index a3474bb..aef4345 100644
--- a/content/resources/activity-claw-attachment.mdx
+++ b/content/resources/activity-claw-attachment.mdx
@@ -1,8 +1,10 @@
---
title: "Activity: Claw Attachment"
date: "2023-07-31"
-categories: ["Activities", "All", "Simulator Activities"]
+categories: ["Activities", "Simulator Activities"]
tags: ["Colour Sensors", "Branching", "Iteration", "Algorithm Design", "Advanced"]
+codingSkills: ["Branching", "Iteration", "Algorithm Design"]
+roverConcepts: ["Colour"]
excerpt: "Use the claw to grab the Meloncube and perform delivery tasks in a warehouse scenario. Use the colour sensors on the robot to read colour codes for delivery instructions. SetupThe initial activity can be to have an indicator line on the"
featuredImage: "/images/resources/activity-claw-attachment.jpg"
---
diff --git a/content/resources/activity-digger-and-tipper-attachment.mdx b/content/resources/activity-digger-and-tipper-attachment.mdx
index c0856f6..7a0a634 100644
--- a/content/resources/activity-digger-and-tipper-attachment.mdx
+++ b/content/resources/activity-digger-and-tipper-attachment.mdx
@@ -1,8 +1,10 @@
---
title: "Activity: Digger and Tipper"
date: "2023-01-11"
-categories: ["Activities", "All", "Simulator Activities"]
+categories: ["Activities", "Simulator Activities"]
tags: ["Colour Sensors", "Branching", "Iteration", "Algorithm Design", "Advanced"]
+codingSkills: ["Branching", "Iteration", "Algorithm Design"]
+roverConcepts: ["Colour"]
excerpt: "Use the digger and tipper attachments together to make your own construction site. Put the digger to work on a pile of material like beads or seeds, and use the tipper to transport it to a new location. SetupFirst, find some grain-like"
featuredImage: "/images/resources/activity-digger-and-tipper-attachment.jpg"
---
diff --git a/content/resources/activity-forklift-attachment.mdx b/content/resources/activity-forklift-attachment.mdx
index 0d38181..5ffe29f 100644
--- a/content/resources/activity-forklift-attachment.mdx
+++ b/content/resources/activity-forklift-attachment.mdx
@@ -1,8 +1,10 @@
---
title: "Activity: Forklift Attachment"
date: "2023-09-14"
-categories: ["Activities", "All", "Simulator Activities"]
+categories: ["Activities", "Simulator Activities"]
tags: ["Colour Sensors", "Branching", "Iteration", "Algorithm Design", "Advanced"]
+codingSkills: ["Branching", "Iteration", "Algorithm Design"]
+roverConcepts: ["Colour"]
excerpt: "Use the forklift to move and stack meloncubes into increasingly taller towers. Calculate the correct times to power the servo to reach the maximum height. SetupAgainst a wall, set up a series of towers using solid materials. We generall"
featuredImage: "/images/resources/activity-forklift-attachment.jpg"
---
diff --git a/content/resources/activity-making-music-advanced.mdx b/content/resources/activity-making-music-advanced.mdx
index 535355e..30babce 100644
--- a/content/resources/activity-making-music-advanced.mdx
+++ b/content/resources/activity-making-music-advanced.mdx
@@ -1,8 +1,10 @@
---
title: "Activity: Making Music III"
date: "2024-12-31"
-categories: ["Activities", "All", "Simulator Activities"]
+categories: ["Activities", "Simulator Activities"]
tags: ["Iteration", "Buzzer", "Algorithm Design", "Variables", "Advanced"]
+codingSkills: ["Iteration", "Algorithm Design", "Variables"]
+roverConcepts: ["Buzzer"]
excerpt: "Use the Rovers speaker to make it play songs. Learn to combine the world of music and robotics by going through sheet music and coding the Rover to play each note.In the advanced code, we will make a system to allow us to write our enti"
featuredImage: "/images/resources/activity-making-music-advanced.jpg"
---
@@ -13,7 +15,7 @@ In the advanced code, we will make a system to allow us to write our entire song

-Activity Demonstration
+### Activity Demonstration
### Basics of Music:
@@ -21,10 +23,6 @@ When it comes to reading sheet music for this task, we will be using two pieces

-
-
-
-
## Code:
We will switch to the text code editor for the intermediate and advanced music activities as some of the following functions are easier to build in that editor. Unfortunately the block editor cannot be used for this code as we will be using python dictionaries which are incompatible with blocks.
diff --git a/content/resources/activity-making-music-beginner.mdx b/content/resources/activity-making-music-beginner.mdx
index c743261..ad22f2b 100644
--- a/content/resources/activity-making-music-beginner.mdx
+++ b/content/resources/activity-making-music-beginner.mdx
@@ -1,8 +1,10 @@
---
title: "Activity: Making Music I"
date: "2024-12-31"
-categories: ["Activities", "All", "Simulator Activities"]
+categories: ["Activities", "Simulator Activities"]
tags: ["Buzzer", "Beginner", "Variables"]
+codingSkills: ["Variables"]
+roverConcepts: ["Buzzer"]
excerpt: "Use the Rovers speaker to make it play songs. Learn to combine the world of music and robotics by going through sheet music and coding the Rover to play each note. Activity Demonstration Basics of Music:When it comes to reading sheet mu"
featuredImage: "/images/resources/activity-making-music-beginner.jpg"
---
@@ -11,7 +13,7 @@ Use the Rovers speaker to make it play songs. Learn to combine the world of musi

-Activity Demonstration
+### Activity Demonstration
### Basics of Music:
@@ -23,12 +25,8 @@ As the image to the right shows, a note can sit on a line or a space. You may fi
Songs can be divided into a rhythm, the constant beat the music follows. Shown in the diagram to the right, we have the note durations. One whole note (semibreve) lasts for 4 beats. Next, minums last for 2, and crotchets last for 1. We’ll only use semibreves, minums, and crotchets for basic songs.
-
-
Below is an example of ‘Mary Had a Little Lamb’ in sheet music. The letters have already been written below the notes. This is the example we will use for the guide, but feel free to find your own songs or even write your own music!
-
-
## Code:
**Constant -** A constant is a variable that never changes when the code is run. In python, we write this in all capitals with underscores between words.
diff --git a/content/resources/activity-making-music-intermediate.mdx b/content/resources/activity-making-music-intermediate.mdx
index 94db903..4ecd8f0 100644
--- a/content/resources/activity-making-music-intermediate.mdx
+++ b/content/resources/activity-making-music-intermediate.mdx
@@ -1,8 +1,10 @@
---
title: "Activity: Making Music II"
date: "2024-12-30"
-categories: ["Activities", "All", "Simulator Activities"]
+categories: ["Activities", "Simulator Activities"]
tags: ["Intermediate", "Variables", "Buzzer", "Iteration"]
+codingSkills: ["Variables", "Iteration"]
+roverConcepts: ["Buzzer"]
excerpt: "Use the Rovers speaker to make it play songs. Learn to combine the world of music and robotics by going through sheet music and coding the Rover to play each note.In the intermediate course, we will focus on making the code from the beg"
featuredImage: "/images/resources/activity-making-music-intermediate.jpg"
---
@@ -13,7 +15,7 @@ In the intermediate course, we will focus on making the code from the beginner g

-Activity Demonstration
+### Activity Demonstration
### Basics of Music:
@@ -21,10 +23,6 @@ When it comes to reading sheet music for this task, we will be using two pieces

-
-
-
-
## Code:
We will switch to the text code editor for the intermediate and advanced music activities as some of the following functions are easier to build in that editor. If you wish to see the block version of the code, paste the complete code at the bottom of this activity into the text editor and then switch to block view in the IDE.
diff --git a/content/resources/activity-ping-pong-shooter.mdx b/content/resources/activity-ping-pong-shooter.mdx
index 09ca756..807bb79 100644
--- a/content/resources/activity-ping-pong-shooter.mdx
+++ b/content/resources/activity-ping-pong-shooter.mdx
@@ -1,8 +1,10 @@
---
title: "Activity: Ping-Pong Shooter"
date: "2023-10-12"
-categories: ["Activities", "All", "Simulator Activities"]
+categories: ["Activities", "Simulator Activities"]
tags: ["Colour Sensors", "Branching", "Iteration", "Algorithm Design", "Advanced"]
+codingSkills: ["Branching", "Iteration", "Algorithm Design"]
+roverConcepts: ["Colour"]
excerpt: "Use the ping-pong shooter attachment to locate and topple towers from a distance. The ultrasonic sensor can be used to find the tower by searching in a radar motion. Once the tower is located, the distance can be used to move the rover"
featuredImage: "/images/resources/activity-ping-pong-shooter.jpg"
---
@@ -60,8 +62,6 @@ The rover will stop the motors and call the ‘*shoot*’ function to hit the to
#### Complete Code:
-
-
-**Tip:**
+**Tip:**
Our code aims to get as close as possible to the line and fire. However, another technique is to find the perfect distance from the tower to shoot from and use the ultrasonic to stop the robot.
diff --git a/content/resources/activity-rover-theremin.mdx b/content/resources/activity-rover-theremin.mdx
index b89e692..1c030eb 100644
--- a/content/resources/activity-rover-theremin.mdx
+++ b/content/resources/activity-rover-theremin.mdx
@@ -1,8 +1,10 @@
---
title: "Activity: Rover Theremin"
date: "2024-12-31"
-categories: ["Activities", "All", "Simulator Activities"]
+categories: ["Activities", "Simulator Activities"]
tags: ["Colour Sensors", "Branching", "Iteration", "Algorithm Design", "Advanced"]
+codingSkills: ["Branching", "Iteration", "Algorithm Design"]
+roverConcepts: ["Colour"]
excerpt: "Let’s convert the rover into one of the weirdest musical instruments of all time! In this activity, you will learn to code the rover to act like a Theremin and play it without touching a thing. Getting Into Music: As instruments go, the"
featuredImage: "/images/resources/activity-rover-theremin.jpg"
---
@@ -43,8 +45,6 @@ As seen in the code, if the left IR distance sees less than 6cm, the code will c
Now, all that is left is to add a large 'if/else if 'code to the inside of the volume control to control the pitch. As the code shows, the 'if' statement checks through each distance on the note scale to see which note is being triggered. The code plays the correct note depending on how far the hand is from the right IR.
-
-
#### Tips:
Try to make your own note scale and change the code to suit it. Maybe you can add two octaves of notes on your page.
diff --git a/content/resources/activity-seed-planter.mdx b/content/resources/activity-seed-planter.mdx
index 5951293..4d40a9f 100644
--- a/content/resources/activity-seed-planter.mdx
+++ b/content/resources/activity-seed-planter.mdx
@@ -1,8 +1,10 @@
---
title: "Activity: Seed Planter"
date: "2023-10-31"
-categories: ["Activities", "All", "Simulator Activities"]
+categories: ["Activities", "Simulator Activities"]
tags: ["Colour Sensors", "Branching", "Iteration", "Algorithm Design", "Advanced"]
+codingSkills: ["Branching", "Iteration", "Algorithm Design"]
+roverConcepts: ["Colour"]
excerpt: "Use the seed planter attachment to start your own little garden. Organise your garden layout and have the rover precisely deposit seeds in soft soil. Cover it up as you go, and finish with some water! SetupFor this task, you must purcha"
featuredImage: "/images/resources/activity-seed-planter.jpg"
---
diff --git a/content/resources/activity-servo-gauge.mdx b/content/resources/activity-servo-gauge.mdx
index d1e9626..c1e14cf 100644
--- a/content/resources/activity-servo-gauge.mdx
+++ b/content/resources/activity-servo-gauge.mdx
@@ -1,8 +1,10 @@
---
title: "Activity: Servo Gauge"
date: "2024-12-31"
-categories: ["Activities", "All", "Simulator Activities"]
+categories: ["Activities", "Simulator Activities"]
tags: ["Attachments", "Servo Motors", "Intermediate"]
+codingSkills: []
+roverConcepts: ["Servo Motors"]
excerpt: "Use a micro servo to make your own visual gauges. Program the gauge to react to a sensor value, motor speed, or robot tilt to visualise data in a new way. In this activity, we’ll be making a gauge to display the stability of the rover."
featuredImage: "/images/resources/activity-servo-gauge.jpg"
---
@@ -67,8 +69,6 @@ For this activity, we will use the y-axis of the accelerometer as our sensor. Th
Finally, place a ‘Move Servo’ block into the loop and put the scale function inside. Run the code and tilt the robot on its side. The gauge should move the hand the more you tilt the rover.
-
-
-**Tip:**
+**Tip:**
Try changing some of the colours on the scale and adding numbers to it. Maybe connect it to other sensors like the Ultrasonic, and use the gauge to display how close an object is to the rover.
diff --git a/content/resources/balance-bot.mdx b/content/resources/balance-bot.mdx
index 57262aa..e22a4d0 100644
--- a/content/resources/balance-bot.mdx
+++ b/content/resources/balance-bot.mdx
@@ -1,7 +1,7 @@
---
title: "Activity: Balance Bot"
date: "2021-06-04"
-categories: ["Activities", "All", "Simulator Activities"]
+categories: ["Activities", "Simulator Activities"]
tags: ["Iteration", "Algorithm Design", "Accelerometer", "Motors", "Maths", "Advanced"]
codingSkills: ["Iteration", "Algorithm Design", "Maths"]
roverConcepts: ["Accelerometer", "Motors"]
diff --git a/content/resources/balloon-battle-bots-at-trinity-college-beenleigh.mdx b/content/resources/balloon-battle-bots-at-trinity-college-beenleigh.mdx
index b397293..d48b011 100644
--- a/content/resources/balloon-battle-bots-at-trinity-college-beenleigh.mdx
+++ b/content/resources/balloon-battle-bots-at-trinity-college-beenleigh.mdx
@@ -1,7 +1,7 @@
---
title: "Balloon Battle Bots at Trinity College Beenleigh"
date: "2022-08-05"
-categories: ["Customer Stories", "All"]
+categories: ["Customer Stories"]
tags: []
excerpt: "Last year supported by ACS and the Gateway to Industry Schools ICT program Trinity College and Micromelon started their first Balloon Battle Bots Competition.Using the Micromelon Rovers students learnt to program their robots in Blocks and Python, be"
featuredImage: "/images/resources/balloon-battle-bots-at-trinity-college-beenleigh.jpeg"
diff --git a/content/resources/binary-bot.mdx b/content/resources/binary-bot.mdx
index 041a652..af12609 100644
--- a/content/resources/binary-bot.mdx
+++ b/content/resources/binary-bot.mdx
@@ -1,8 +1,10 @@
---
title: "Activity: Binary Bot"
date: "2022-05-10"
-categories: ["Activities", "All", "Simulator Activities"]
+categories: ["Activities", "Simulator Activities"]
tags: ["Iteration", "Motors", "Maths", "Intermediate"]
+codingSkills: ["Iteration", "Maths"]
+roverConcepts: ["Motors"]
excerpt: "Complete a simple exercise using only binary numbers!"
featuredImage: "/images/resources/binary-bot.png"
---
@@ -13,7 +15,7 @@ Complete the Driving Shapes exercise but using only binary numbers instead of de

-Activity Demonstration
+### Activity Demonstration
### Setup
diff --git a/content/resources/build-guide-bulldozer.mdx b/content/resources/build-guide-bulldozer.mdx
index 3f52d61..b8ee9f5 100644
--- a/content/resources/build-guide-bulldozer.mdx
+++ b/content/resources/build-guide-bulldozer.mdx
@@ -22,46 +22,38 @@ Click on the buttons below to collect the print files!
[Makerworld](https://makerworld.com/en/models/1129214#profileId-1129115)
-
## Step 1:

-
## Step 2:

-
## Step 3:

-
## Step 4:

-
## Step 5:

-
## Step 6:

-
## Complete

-
diff --git a/content/resources/build-guide-claw.mdx b/content/resources/build-guide-claw.mdx
index f37d27d..081e256 100644
--- a/content/resources/build-guide-claw.mdx
+++ b/content/resources/build-guide-claw.mdx
@@ -7,7 +7,7 @@ excerpt: "What You’ll Need: Click the buttons below to collect the print files
featuredImage: "/images/resources/build-guide-claw.jpg"
---
-
+
## What You’ll Need:
@@ -22,43 +22,36 @@ Click the buttons below to collect the print files!
[Makerworld](https://makerworld.com/en/models/147783#profileId-641414)
-
## Step 1:

-
## Step 2:

-
## Step 3:

-
## Step 4:

-
## Step 5:

-
## Complete

-
## Servo Calibration:
@@ -76,7 +69,6 @@ Once step 1 is completed, plug the servo into the right port and run the followi
Once the code has been uploaded, without rotating the servo, re-attach the servo horn, so when the servo is at 0, the servo horn is in the same orientation as the image.
-
## What’s Next?
diff --git a/content/resources/build-guide-digger.mdx b/content/resources/build-guide-digger.mdx
index 9d1900a..fe2d502 100644
--- a/content/resources/build-guide-digger.mdx
+++ b/content/resources/build-guide-digger.mdx
@@ -7,7 +7,7 @@ excerpt: "What You’ll Need: Click on the buttons below to collect the print fi
featuredImage: "/images/resources/build-guide-digger.jpg"
---
-
+
## What You’ll Need:
@@ -22,43 +22,36 @@ Click on the buttons below to collect the print files!
[Makerworld](https://makerworld.com/en/models/147792#profileId-575290)
-
## Step 1:

-
## Step 2:

-
## Step 3:

-
## Step 4:

-
## Step 5:

-
## Complete

-
## Servo Calibration:
@@ -68,8 +61,6 @@ Before attaching a servo horn to a servo, we need to make sure that the servo mo
#### Step 3:
-
-
Once step 3 is completed, plug the servo into the right port and run the following code:

@@ -80,15 +71,12 @@ Upload the code and attach the servo horn to the servo so it’s in this positio
#### Step 4:
-
-
Once step 4 is completed, plug the servo into the left port and run the following code:

Upload the code and attach the servo horn to the servo so it’s in this position when the servo is at 0.
-
## What’s Next?
diff --git a/content/resources/build-guide-forklift.mdx b/content/resources/build-guide-forklift.mdx
index 2109323..3170af7 100644
--- a/content/resources/build-guide-forklift.mdx
+++ b/content/resources/build-guide-forklift.mdx
@@ -24,43 +24,36 @@ Click on the a button below to collect the print files!
[Makerworld](https://makerworld.com/en/models/147782?from=search)
-
## Step 1:

-
## Step 2:

-
## Step 3:

-
## Step 4:

-
## Step 5:

-
## Complete

-
## What’s Next?
diff --git a/content/resources/build-guide-ping-pong-shooter.mdx b/content/resources/build-guide-ping-pong-shooter.mdx
index 21e5213..2a915b1 100644
--- a/content/resources/build-guide-ping-pong-shooter.mdx
+++ b/content/resources/build-guide-ping-pong-shooter.mdx
@@ -24,55 +24,46 @@ Click on the buttons below to collect the print files!
[Makerworld](https://makerworld.com/en/models/462433)
-
## Step 1:

-
## Step 2:

-
## Step 3:

-
## Step 4:

-
## Step 5:

-
## Step 6:

-
## Step 7:

-
## Complete:

-
## What’s Next?
diff --git a/content/resources/build-guide-planter.mdx b/content/resources/build-guide-planter.mdx
index 975717c..11c739a 100644
--- a/content/resources/build-guide-planter.mdx
+++ b/content/resources/build-guide-planter.mdx
@@ -22,55 +22,46 @@ Click on the buttons below to collect the print files!
[Makerworld](https://makerworld.com/en/models/147788)
-
## Step 1:

-
## Step 2:

-
## Step 3:

-
## Step 4:

-
## Step 5:

-
## Step 6:

-
## Step 7:

-
## Complete

-
# Servo Calibration
@@ -80,15 +71,12 @@ Before attaching a servo horn to a servo, we need to make sure that the servo mo
#### Step 6:
-
-
Once step 6 is completed, plug the servo into the left port and run the following code:

Upload the code and attach the servo horn to the servo so it’s in this position when the servo is at 0.
-
## What’s Next?
diff --git a/content/resources/build-guide-roborave-line-follow.mdx b/content/resources/build-guide-roborave-line-follow.mdx
index 5687ee9..1661544 100644
--- a/content/resources/build-guide-roborave-line-follow.mdx
+++ b/content/resources/build-guide-roborave-line-follow.mdx
@@ -22,61 +22,51 @@ Click on the buttons below to collect the print files!
[Makerworld](https://makerworld.com/en/models/147778)
-
## Step 1:

-
## Step 2:

-
## Step 3:

-
## Step 4:

-
## Step 5:

-
## Step 6:

-
## Step 7:

-
## Step 8:

-
## Complete:

-
## Servo Calibration:
@@ -86,15 +76,12 @@ Before attaching a servo horn to a servo, we need to make sure that the servo mo
#### Step 5:
-
-
Once step 5 is completed, plug the servo into the right port and run the following code

Upload the code and attach the servo horn to the servo so it’s in this position when the servo is at 0.
-
## What’s Next?
diff --git a/content/resources/build-guide-tipper.mdx b/content/resources/build-guide-tipper.mdx
index eb67e72..ef8de4f 100644
--- a/content/resources/build-guide-tipper.mdx
+++ b/content/resources/build-guide-tipper.mdx
@@ -22,67 +22,56 @@ Click on the buttons below to collect the print files!
[Makerworld](https://makerworld.com/en/models/147786#profileId-575448)
-
## Step 1:

-
## Step 2:

-
## Step 3:

-
## Step 4:

-
## Step 5:

-
## Step 6:

-
## Step 7:

-
## Step 8:

-
## Step 9:

-
## Complete:

-
### Servo Calibration:
@@ -92,15 +81,12 @@ Before attaching a servo horn to a servo, we need to make sure that the servo mo
#### Step 3:
-
-
Once step 3 is completed, plug the servo into the right port and run the following code:

Upload the code and attach the servo horn to the servo so it’s in this position when the servo is at 0.
-
## What’s Next?
diff --git a/content/resources/build-guide-whiteboard-marker-holder.mdx b/content/resources/build-guide-whiteboard-marker-holder.mdx
index f4aa9a2..a307835 100644
--- a/content/resources/build-guide-whiteboard-marker-holder.mdx
+++ b/content/resources/build-guide-whiteboard-marker-holder.mdx
@@ -22,25 +22,21 @@ Click on a button below to collect the print files!
[Makerworld](https://makerworld.com/en/models/147862#profileId-641400)
-
## Step 1:

-
## Step 2

-
## Complete

-
## Servo Calibration:
@@ -50,15 +46,12 @@ Before attaching a servo horn to a servo, we need to make sure that the servo mo
#### Step 1:
-
-
Once step 1 is completed, plug the servo into the right port and run the following code:

Upload the code and attach the servo horn to the servo so it’s in this position when the servo is at 0.
-
## What’s Next?
diff --git a/content/resources/cargo-bot.mdx b/content/resources/cargo-bot.mdx
index 8f50ff3..dbdcb9b 100644
--- a/content/resources/cargo-bot.mdx
+++ b/content/resources/cargo-bot.mdx
@@ -1,8 +1,10 @@
---
title: "Cargo Bot"
date: "2022-03-13"
-categories: ["Activities", "All"]
+categories: ["Activities"]
tags: ["Motors", "Beginner"]
+codingSkills: []
+roverConcepts: ["Motors"]
excerpt: "Don’t drop the cargo!"
featuredImage: "/images/resources/cargo-bot.png"
---
diff --git a/content/resources/colour-sensor.mdx b/content/resources/colour-sensor.mdx
index 8af7a98..0f6e94b 100644
--- a/content/resources/colour-sensor.mdx
+++ b/content/resources/colour-sensor.mdx
@@ -1,7 +1,7 @@
---
title: "The Colour Sensor"
date: "2021-06-30"
-categories: ["All", "Sensor Guides"]
+categories: ["Sensor Guides"]
tags: []
excerpt: "Learn what the colour sensor is and how to code it."
featuredImage: "/images/resources/colour-sensor.gif"
diff --git a/content/resources/colourful-sounds.mdx b/content/resources/colourful-sounds.mdx
index 641e2c6..68702b5 100644
--- a/content/resources/colourful-sounds.mdx
+++ b/content/resources/colourful-sounds.mdx
@@ -1,7 +1,7 @@
---
title: "Activity: Colourful Sounds"
date: "2021-06-03"
-categories: ["Activities", "All"]
+categories: ["Activities"]
tags: ["Colour Sensors", "Iteration", "Buzzer", "LEDs", "Maths", "Intermediate"]
codingSkills: ["Iteration", "Maths"]
roverConcepts: ["Colour", "Buzzer", "LEDs"]
@@ -14,7 +14,7 @@ Create a program that allows our robot to translate data from the colour sensors

- Activity Demonstration
+### Activity Demonstration
### Setup
diff --git a/content/resources/connections-in-3d-printing.mdx b/content/resources/connections-in-3d-printing.mdx
index d45125e..96eda0b 100644
--- a/content/resources/connections-in-3d-printing.mdx
+++ b/content/resources/connections-in-3d-printing.mdx
@@ -99,7 +99,6 @@ Show above is a print-in-place hinge by mikeprusa. As seen in the gif, the hinge
**Cons:** Difficult to design, difficult to print, joints can be breakable
-

diff --git a/content/resources/conversation-bot.mdx b/content/resources/conversation-bot.mdx
index f8f80d9..2680248 100644
--- a/content/resources/conversation-bot.mdx
+++ b/content/resources/conversation-bot.mdx
@@ -1,7 +1,7 @@
---
title: "Activity: Conversation Bot"
date: "2021-06-03"
-categories: ["Activities", "All"]
+categories: ["Activities"]
tags: ["Branching", "Iteration", "Buzzer", "LEDs", "Beginner"]
codingSkills: ["Branching", "Iteration"]
roverConcepts: ["Buzzer", "LEDs"]
diff --git a/content/resources/creating-a-maze-unit.mdx b/content/resources/creating-a-maze-unit.mdx
index cc69fce..d643ff5 100644
--- a/content/resources/creating-a-maze-unit.mdx
+++ b/content/resources/creating-a-maze-unit.mdx
@@ -1,7 +1,7 @@
---
title: "Creating A Maze Solving Unit For Your Digital Technologies Class"
date: "2021-07-10"
-categories: ["All"]
+categories: []
tags: []
excerpt: "How to do maze solving in your digital technologies classroom."
featuredImage: "/images/resources/creating-a-maze-unit.png"
@@ -17,15 +17,13 @@ Maze challenges are great cumulative activities for digital technologies classes
- How to build your student's knowledge throughout the term so they are ready to attempt maze assessments.
-
-
### **What Skill Level Are Mazes Appropriate For?**
Mazes can be a great challenge for students of all skill levels. Maze complexity can be adjusted easily with changes to layout and the optional inclusion of various challenges. As the maze becomes more complex, the algorithm students create will become more sophisticated. You can tailor a maze to meet the desired learning objectives necessary for your student’s skill level.
### Possible Maze Unit Learning Objectives
-**Branching, Iteration & Algorithm Design** To complete a maze, students will need to design an algorithm for their Rover. The algorithm will instruct the Rover how to handle path formations and maze challenges. Successful maze algorithms will require students to have a comprehensive understanding of branching and iteration. The more complex the maze, the more sophisticated the algorithm required to solve the maze will need to be. Maze algorithms will typically implement comprehensive branching logic using ** IF / Else / Else If** blocks and ** conditional operator (>, <, ==, !=)** blocks. Branching logic will often need to be repeated, this is done using a variety of** Loops**.
+**Branching, Iteration & Algorithm Design** To complete a maze, students will need to design an algorithm for their Rover. The algorithm will instruct the Rover how to handle path formations and maze challenges. Successful maze algorithms will require students to have a comprehensive understanding of branching and iteration. The more complex the maze, the more sophisticated the algorithm required to solve the maze will need to be. Maze algorithms will typically implement comprehensive branching logic using ** IF / Else / Else If** blocks and ** conditional operator (`>`, `<`, `==`, `!=`)** blocks. Branching logic will often need to be repeated, this is done using a variety of** Loops**.
**Understanding & Analysing Sensor Data** Depending on maze complexity, there are a range of sensors students can use to solve challenges and optimize their algorithm. Most common mazes will require students to utilize the Rovers ** ultrasonic**,** IR ** and** colour sensors**. The** IR and ultrasonic sensors ** will be used to detect the walls of the maze. The** colour sensors ** are used to detect changes to floor colour e.g. to detect when the rover finds the finish point or an obstacle. More complex solutions may also make use of the** gyroscope**.
@@ -219,8 +217,6 @@ Knowing the science behind how the ultrasonic & IR sensors work provides student
[Read More](/resources/ir-sensor)
-
-
Basics Of The Ultrasonic Sensor
[Read More](/resources/ultrasonic-sensor)
diff --git a/content/resources/creating-a-sumo-unit.mdx b/content/resources/creating-a-sumo-unit.mdx
index 06294b3..d9ce233 100644
--- a/content/resources/creating-a-sumo-unit.mdx
+++ b/content/resources/creating-a-sumo-unit.mdx
@@ -1,7 +1,7 @@
---
title: "Creating A Sumo Unit For Your Digital Technologies Class"
date: "2021-10-11"
-categories: ["All"]
+categories: []
tags: []
excerpt: "How to run a sumo unit in your digital technologies classroom."
featuredImage: "/images/resources/creating-a-sumo-unit.png"
@@ -29,7 +29,7 @@ Sumo is a great challenge for students of any skill levels. For a student, the d
To compete in the sumo ring, students will need to design and program a sumo algorithm that utilises branching and iteration. Sumo algorithms will typically use:
-- Branching logic using **IF / Else / Else If** and ** conditional operators (>, `<, ==, !=)**. The more complex the student's algorithm, the more sophisticated the branching logic will need to be as more conditions are introduced.
+- Branching logic using **IF / Else / Else If** and ** conditional operators (`>`, `<`, `==`, `!=`)**. The more complex the student's algorithm, the more sophisticated the branching logic will need to be as more conditions are introduced.
- Iterating their logic using a variety of **Loops**.
@@ -154,7 +154,7 @@ We recommend sticking with Free For All battles where all rovers battle on their
**How Many Rovers In The Ring**
-There’s no limit to the number of rovers you can have in the ring for a battle. It’s good to start with 1v1 as a starting point for students to start developing their algorithms. Expanding to >`2 rovers at once in the ring can be good fun once all students have finished their algorithms. We recommend you don’t associate these larger battles with any assessment item as they’re wildly chaotic and not a good way to gauge the quality of a sumo algorithm.
+There’s no limit to the number of rovers you can have in the ring for a battle. It’s good to start with 1v1 as a starting point for students to start developing their algorithms. Expanding to more than 2 rovers at once in the ring can be good fun once all students have finished their algorithms. We recommend you don’t associate these larger battles with any assessment item as they’re wildly chaotic and not a good way to gauge the quality of a sumo algorithm.
**Student vs Student or Student vs Teacher**
@@ -325,8 +325,6 @@ Knowing the science behind how the ultrasonic & IR sensors work provides student
[Read More](/resources/ir-sensor)
-
-
Basics Of The Ultrasonic Sensor
[Read More](/resources/ultrasonic-sensor)
diff --git a/content/resources/dance-dance-rover-lution.mdx b/content/resources/dance-dance-rover-lution.mdx
index e13da14..eb93345 100644
--- a/content/resources/dance-dance-rover-lution.mdx
+++ b/content/resources/dance-dance-rover-lution.mdx
@@ -1,8 +1,10 @@
---
title: "Dance Dance Rover-lution"
date: "2022-03-13"
-categories: ["Activities", "All"]
+categories: ["Activities"]
tags: ["Iteration", "Functions", "Buzzer", "Motors", "LEDs"]
+codingSkills: ["Iteration", "Functions"]
+roverConcepts: ["Buzzer", "Motors", "LEDs"]
excerpt: "Time to boogie down with some programming."
featuredImage: "/images/resources/dance-dance-rover-lution.png"
---
diff --git a/content/resources/design-blog-domino-layer.mdx b/content/resources/design-blog-domino-layer.mdx
index e962240..aa4ac66 100644
--- a/content/resources/design-blog-domino-layer.mdx
+++ b/content/resources/design-blog-domino-layer.mdx
@@ -7,7 +7,7 @@ excerpt: "My name is Binara, and I will be taking you through the entire design
featuredImage: "/images/resources/design-blog-domino-layer.jpg"
---
-
+
My name is Binara, and I will be taking you through the entire design process of how I created the domino layer attachment. The original task was to develop an attachment for the rover to store and lay dominos in patterns coded by the user.
diff --git a/content/resources/design-blog-ping-pong-shooter.mdx b/content/resources/design-blog-ping-pong-shooter.mdx
index 4ddadf1..8c96462 100644
--- a/content/resources/design-blog-ping-pong-shooter.mdx
+++ b/content/resources/design-blog-ping-pong-shooter.mdx
@@ -7,7 +7,7 @@ excerpt: "My name is Binara, and I will be taking you through the entire design
featuredImage: "/images/resources/design-blog-ping-pong-shooter.jpg"
---
-
+
My name is Binara, and I will be taking you through the entire design process of how I created the ping pong shooter attachment. The original task was to develop an attachment for the rover to store and shoot ping-pong balls with automatic reloading.
diff --git a/content/resources/driving-school-basics.mdx b/content/resources/driving-school-basics.mdx
index d4adf16..dd06bd1 100644
--- a/content/resources/driving-school-basics.mdx
+++ b/content/resources/driving-school-basics.mdx
@@ -1,8 +1,10 @@
---
title: "Driving School Basics"
date: "2022-03-13"
-categories: ["Activities", "All"]
+categories: ["Activities"]
tags: ["Colour Sensors", "Branching", "Iteration", "Algorithm Design", "Ultrasonic", "IR", "Motors", "Simulator", "Advanced"]
+codingSkills: ["Branching", "Iteration", "Algorithm Design"]
+roverConcepts: ["Colour", "Ultrasonic", "IR", "Motors"]
excerpt: "Learn the basics of rover motors and sensors while navigating Duck City."
featuredImage: "/images/resources/driving-school-basics.png"
---
@@ -15,7 +17,7 @@ In Driving School Basics we program the rovers to stay in the centre of the lane

-Activity Demonstration
+### Activity Demonstration
### Setup
diff --git a/content/resources/driving-shapes-2.mdx b/content/resources/driving-shapes-2.mdx
index 65ba8b1..4d27469 100644
--- a/content/resources/driving-shapes-2.mdx
+++ b/content/resources/driving-shapes-2.mdx
@@ -1,7 +1,7 @@
---
title: "Activity: Driving Shapes 2"
date: "2021-06-03"
-categories: ["Activities", "All"]
+categories: ["Activities"]
tags: ["Iteration", "Variables", "Motors", "Maths", "Intermediate"]
codingSkills: ["Iteration", "Variables", "Maths"]
roverConcepts: ["Motors"]
diff --git a/content/resources/driving-shapes.mdx b/content/resources/driving-shapes.mdx
index f19564e..a5a6046 100644
--- a/content/resources/driving-shapes.mdx
+++ b/content/resources/driving-shapes.mdx
@@ -1,7 +1,7 @@
---
title: "Activity: Driving Shapes"
date: "2021-06-03"
-categories: ["Activities", "All", "Simulator Activities"]
+categories: ["Activities", "Simulator Activities"]
tags: ["Iteration", "Motors", "Beginner"]
codingSkills: ["Iteration"]
roverConcepts: ["Motors"]
diff --git a/content/resources/everything-to-know-about-3d-printing.mdx b/content/resources/everything-to-know-about-3d-printing.mdx
index 9584d81..e6f02b6 100644
--- a/content/resources/everything-to-know-about-3d-printing.mdx
+++ b/content/resources/everything-to-know-about-3d-printing.mdx
@@ -1,7 +1,7 @@
---
title: "A Crash Course on 3D Printing in the Classroom"
date: "2022-08-03"
-categories: ["All"]
+categories: []
tags: ["3D Printing"]
excerpt: "Learn the fundamentals of 3D printing as a technology you can use in the classroom!"
featuredImage: "/images/resources/everything-to-know-about-3d-printing.jpeg"
@@ -163,7 +163,6 @@ Finally, 3D printers have allowed people to make entire businesses based on cust
So that is a crash course on 3D Printing. There is lots of content we purposely didn’t include in this blog post because it could honestly be a whole book. Things like which 3D Printers are best for classrooms, where I download models from, how I store my filament and how do I manage 30 or more students all wanting to print their new design at once are all great questions and ones that are best handled in a video call or meeting with some of our 3D printing experts at Micromelon. If this is you feel free to reach out via our contact form and we’ll be more than happy to support you on your 3D Printing journey.[Contact Us!](/contact)
-

diff --git a/content/resources/flip-bot.mdx b/content/resources/flip-bot.mdx
index 43493ad..115e2f9 100644
--- a/content/resources/flip-bot.mdx
+++ b/content/resources/flip-bot.mdx
@@ -1,7 +1,7 @@
---
title: "Activity: Flip Bot"
date: "2021-06-03"
-categories: ["Activities", "All"]
+categories: ["Activities"]
tags: ["Branching", "Iteration", "Accelerometer", "Motors", "Intermediate"]
codingSkills: ["Branching", "Iteration"]
roverConcepts: ["Accelerometer", "Motors"]
diff --git a/content/resources/getting-started-with-arduino.mdx b/content/resources/getting-started-with-arduino.mdx
index 3489d4b..0d59508 100644
--- a/content/resources/getting-started-with-arduino.mdx
+++ b/content/resources/getting-started-with-arduino.mdx
@@ -3,7 +3,7 @@ title: "Getting Started with Arduino and the Micromelon Rover"
date: "2024-02-07"
categories: ["Getting Started"]
tags: []
-excerpt: "The Micromelon Rover comes with an expansion header that allows for the connection of various additional devices. This guide will outline how to connect an Arduino Uno and use it to control the Rover via UART. Hardware Setup First, the R"
+excerpt: "The Micromelon Rover comes with an expansion header that allows for the connection of various additional devices. This guide will outline how to connect an Arduino Uno and use it to control the Rover via UART. Hardware Setup First, the R"
featuredImage: "/images/resources/getting-started-with-arduino.jpg"
---
diff --git a/content/resources/getting-started-with-proportional-controls.mdx b/content/resources/getting-started-with-proportional-controls.mdx
index ec657fe..f9e8eda 100644
--- a/content/resources/getting-started-with-proportional-controls.mdx
+++ b/content/resources/getting-started-with-proportional-controls.mdx
@@ -1,7 +1,7 @@
---
title: "Getting Started With Proportional Control On A Micromelon Rover"
date: "2022-11-16"
-categories: ["All", "Advanced Guides"]
+categories: ["Advanced Guides"]
tags: ["Guides"]
excerpt: "Learn about proportional control."
featuredImage: "/images/resources/getting-started-with-proportional-controls.png"
diff --git a/content/resources/getting-started-with-servo-motors.mdx b/content/resources/getting-started-with-servo-motors.mdx
index b250e5a..092bd49 100644
--- a/content/resources/getting-started-with-servo-motors.mdx
+++ b/content/resources/getting-started-with-servo-motors.mdx
@@ -1,7 +1,7 @@
---
title: "Getting Started with Servo Motors and the Micromelon Rover"
date: "2022-08-03"
-categories: ["All", "Getting Started"]
+categories: ["Getting Started"]
tags: ["Servo Motors", "Extension"]
excerpt: "Learn the basics of how to extend your rover with servo motors."
featuredImage: "/images/resources/getting-started-with-servo-motors.png"
diff --git a/content/resources/getting-started-with-the-micromelon-rover.mdx b/content/resources/getting-started-with-the-micromelon-rover.mdx
index 326eed8..d3325c0 100644
--- a/content/resources/getting-started-with-the-micromelon-rover.mdx
+++ b/content/resources/getting-started-with-the-micromelon-rover.mdx
@@ -1,7 +1,7 @@
---
title: "Getting Started With The Micromelon Rover"
date: "2021-06-09"
-categories: ["All", "Getting Started"]
+categories: ["Getting Started"]
tags: []
excerpt: "Crash course on basic rover function, how and what to program and starter activities to attempt."
featuredImage: "/images/resources/getting-started-with-the-micromelon-rover.png"
diff --git a/content/resources/getting-started-with-the-python-module.mdx b/content/resources/getting-started-with-the-python-module.mdx
index adf1437..e5a6235 100644
--- a/content/resources/getting-started-with-the-python-module.mdx
+++ b/content/resources/getting-started-with-the-python-module.mdx
@@ -1,7 +1,7 @@
---
title: "Getting Setup with the Micromelon Python Module "
date: "2022-11-16"
-categories: ["All", "Getting Started"]
+categories: ["Getting Started"]
tags: ["Python", "Guide"]
excerpt: "Learn how to start programming the Rover with Python!"
featuredImage: "/images/resources/getting-started-with-the-python-module.png"
diff --git a/content/resources/guide-how-to-design-a-rover-attachment.mdx b/content/resources/guide-how-to-design-a-rover-attachment.mdx
index c7bbe2d..80b3570 100644
--- a/content/resources/guide-how-to-design-a-rover-attachment.mdx
+++ b/content/resources/guide-how-to-design-a-rover-attachment.mdx
@@ -27,9 +27,9 @@ Here at Micromelon, we’ve already gone ahead and made a few attachments for yo
Claw
-
+
-
+
Roborave Line Follow
@@ -39,37 +39,31 @@ Here at Micromelon, we’ve already gone ahead and made a few attachments for yo
Ping-Pong Shooter
-
+
-
+
Tipper
-
+
-
+
Whiteboard Marker Holder
-
-
-
-
Seed Planter


-
+

-
+
-
-
-
+
For further information about our existing attachments, visit our page on rover expansions.[Rover Expansions & 3D Printing](/rover-expansion-3d-printing)
diff --git a/content/resources/guide-to-making-attachments-in-tinkercad.mdx b/content/resources/guide-to-making-attachments-in-tinkercad.mdx
index 84dc106..9f161ac 100644
--- a/content/resources/guide-to-making-attachments-in-tinkercad.mdx
+++ b/content/resources/guide-to-making-attachments-in-tinkercad.mdx
@@ -41,7 +41,7 @@ The align tool is useful for quickly making a number of objects sit on the same
#### Step 1:
-To get started, first download our rover shell clip [here](/s/MM-Attachment-Clip.stl). Next, open up the downloaded file in a new Tinkercad project by using **Import > Choose a File > (open the file) > Import**. Drop a ruler into the workplane and rotate the clip so that it looks like the image below:
+To get started, first download our rover shell clip [here](/s/MM-Attachment-Clip.stl). Next, open up the downloaded file in a new Tinkercad project by using **Import > Choose a File > (open the file) > Import**. Drop a ruler into the workplane and rotate the clip so that it looks like the image below:

diff --git a/content/resources/guide-to-roborave-line-follow.mdx b/content/resources/guide-to-roborave-line-follow.mdx
index 21f16aa..50bc666 100644
--- a/content/resources/guide-to-roborave-line-follow.mdx
+++ b/content/resources/guide-to-roborave-line-follow.mdx
@@ -49,7 +49,7 @@ For the line-follow aspect of the challenge, the in-built colour sensors on the
Because of this, the recommended technique is to build a tower of sorts on top of the Rover with a container to store the balls. This container should also have a system (like a servo) to release the balls when it reaches the tower. Our 3D-printed RoboRAVE Line-follow attachment encompasses these considerations. For more details, click on button below to head to the build guide.[Build Guide: Roborave Line Follow](https://micromelon.com.au/resources/build-guide-roborave-line-follow)
-
+
**Coding:**
diff --git a/content/resources/guide-to-using-gears.mdx b/content/resources/guide-to-using-gears.mdx
index f78c27d..939bc99 100644
--- a/content/resources/guide-to-using-gears.mdx
+++ b/content/resources/guide-to-using-gears.mdx
@@ -35,7 +35,7 @@ As seen in the diagram above, when a driver gear has more teeth than the driven
## Designing gears in Fusion 360:
-While designing gears traditionally is possible, in this guide, we’ll be going through how to use the Spur Gear Add-in from Fusion 360. As seen below, on a new Fusion part, navigate to Utilities > Add-ins > Add-ins > Spur Gear (there will be two, either will work).
+While designing gears traditionally is possible, in this guide, we’ll be going through how to use the Spur Gear Add-in from Fusion 360. As seen below, on a new Fusion part, navigate to Utilities > Add-ins > Add-ins > Spur Gear (there will be two, either will work).

diff --git a/content/resources/gyroscope.mdx b/content/resources/gyroscope.mdx
index 86751c9..67dbcd3 100644
--- a/content/resources/gyroscope.mdx
+++ b/content/resources/gyroscope.mdx
@@ -1,7 +1,7 @@
---
title: "The Gyroscope"
date: "2021-06-24"
-categories: ["All", "Sensor Guides"]
+categories: ["Sensor Guides"]
tags: []
excerpt: "Learn what the gyroscope is and how to code it."
featuredImage: "/images/resources/gyroscope.gif"
diff --git a/content/resources/how-to-maintain-a-3d-printer.mdx b/content/resources/how-to-maintain-a-3d-printer.mdx
index 7196914..76d6ff2 100644
--- a/content/resources/how-to-maintain-a-3d-printer.mdx
+++ b/content/resources/how-to-maintain-a-3d-printer.mdx
@@ -17,8 +17,6 @@ Note that this guide is focused on Creality FDM printers, however, the concepts
Belts are usually used on 3D printers to move two or more of the axes. Belts must always be kept well-tensioned, and neglecting to maintain belt tension may lead to several issues in print quality. These issues include deformed dimensions, print surface defects, and layer shifting.
-
-
*Credit: pattertj (Reddit)*

@@ -43,8 +41,6 @@ The image above shows that an eccentric nut is just a hexagonal nut with an offs
Many printers will, at some point, come across the issue of a print unsticking from the build plate. The frequency of this occurrence can be significantly reduced by correctly levelling the build plate. The idea is to get the nozzle to the perfect height from the build plate across the entire surface.
-
-
*Credit: Raise3D*
First, home the 3D printer, then disable the steppers (or turn the printer off). A great way to start levelling is to use a business card between the nozzle and the bed and tighten the nuts under the bed until you feel slight resistance when the card is moved. This process should be repeated twice. Then, an excellent way to properly fine-tune the levelling is to run a calibration print (some examples below).
@@ -95,7 +91,6 @@ A simple and effective way to store filament is to keep the rolls in an airtight

-

diff --git a/content/resources/how-to-use-i2c.mdx b/content/resources/how-to-use-i2c.mdx
index 619b3f0..229996e 100644
--- a/content/resources/how-to-use-i2c.mdx
+++ b/content/resources/how-to-use-i2c.mdx
@@ -87,6 +87,6 @@ The PCA9686 servo driver is a device that allows 16 servos to be controlled usin
#### Rover with Arduino Nano:
-
+
The Arduino Nano is a highly adaptable microcontroller with many I/O ports. The default I2C ports on the Nano are A4 (SDA) and A5 (SCL). The rover can use I2C to easily communicate with an Arduino. This enables the rover to access all of the I/O ports on the Nano and use these as external sensor ports. In the example above, the rover uses an Arduino Nano to receive data from a line sensor array. For more info on this project, click the button below:[Showcase: Rover and Arduino Line Follow](showcase-rover-and-arduino-line-follow)
diff --git a/content/resources/install-guide-pycharm.mdx b/content/resources/install-guide-pycharm.mdx
index 3fcda88..f204de5 100644
--- a/content/resources/install-guide-pycharm.mdx
+++ b/content/resources/install-guide-pycharm.mdx
@@ -1,7 +1,7 @@
---
title: "How To Install PyCharm"
date: "2022-08-03"
-categories: ["All", "Advanced Guides"]
+categories: ["Advanced Guides"]
tags: ["Python", "Install Guide"]
excerpt: "Learn how to install PyCharm"
featuredImage: "/images/resources/install-guide-pycharm.png"
diff --git a/content/resources/install-guide-vs-code.mdx b/content/resources/install-guide-vs-code.mdx
index fa24d1a..0963a1b 100644
--- a/content/resources/install-guide-vs-code.mdx
+++ b/content/resources/install-guide-vs-code.mdx
@@ -1,7 +1,7 @@
---
title: "How To Install Visual Studio Code"
date: "2022-08-03"
-categories: ["All", "Advanced Guides"]
+categories: ["Advanced Guides"]
tags: ["Python", "Install Guide", "VS Code"]
excerpt: "Learn how to install Visual Studio Code."
featuredImage: "/images/resources/install-guide-vs-code.png"
diff --git a/content/resources/ir-sensor.mdx b/content/resources/ir-sensor.mdx
index 858053b..93f63f8 100644
--- a/content/resources/ir-sensor.mdx
+++ b/content/resources/ir-sensor.mdx
@@ -1,7 +1,7 @@
---
title: "The IR Distance Sensors"
date: "2021-06-18"
-categories: ["All", "Sensor Guides"]
+categories: ["Sensor Guides"]
tags: []
excerpt: "Learn what the IR distance sensors are and how to code them."
featuredImage: "/images/resources/ir-sensor.gif"
@@ -85,8 +85,6 @@ In the sensor view dialog, the IR sensor values are located on the sides of the
Let’s write a simple program to print our left IR sensor values every second for 10 seconds.
-
-
- Start by adding a **Repeat 10 Times** block.
- Inside the loop, place a **Print** statement. You can find this in the ** Utilities** category.
diff --git a/content/resources/lane-guidance.mdx b/content/resources/lane-guidance.mdx
index 2bcf1e1..f84c64f 100644
--- a/content/resources/lane-guidance.mdx
+++ b/content/resources/lane-guidance.mdx
@@ -1,7 +1,7 @@
---
title: "Activity: Lane Guidance"
date: "2021-06-03"
-categories: ["Activities", "All"]
+categories: ["Activities"]
tags: ["Branching", "Iteration", "Algorithm Design", "Ultrasonic", "IR", "Motors", "Maths", "Advanced"]
codingSkills: ["Branching", "Iteration", "Algorithm Design", "Maths"]
roverConcepts: ["Ultrasonic", "IR", "Motors"]
diff --git a/content/resources/learning-binary.mdx b/content/resources/learning-binary.mdx
index 142fec3..4b22227 100644
--- a/content/resources/learning-binary.mdx
+++ b/content/resources/learning-binary.mdx
@@ -1,7 +1,7 @@
---
title: "Learning Binary"
date: "2022-05-10"
-categories: ["All", "Advanced Guides"]
+categories: ["Advanced Guides"]
tags: []
excerpt: "Learn the basics of binary"
featuredImage: "/images/resources/learning-binary.jpg"
diff --git a/content/resources/line-following.mdx b/content/resources/line-following.mdx
index 572ead3..42baa69 100644
--- a/content/resources/line-following.mdx
+++ b/content/resources/line-following.mdx
@@ -1,8 +1,10 @@
---
title: "Activity: Line Following"
date: "2022-02-23"
-categories: ["Activities", "All", "Simulator Activities"]
+categories: ["Activities", "Simulator Activities"]
tags: ["Colour Sensors", "Branching", "Iteration", "Algorithm Design", "Intermediate"]
+codingSkills: ["Branching", "Iteration", "Algorithm Design"]
+roverConcepts: ["Colour"]
excerpt: "Learn the colour sensor and simple algorithm design while following the line."
featuredImage: "/images/resources/line-following.png"
---
@@ -11,7 +13,7 @@ Program the rover to follow a line. Use the colour sensors on the rover to help

-Activity Demonstration
+### Activity Demonstration
### Setup
diff --git a/content/resources/maze-ii.mdx b/content/resources/maze-ii.mdx
index 647d9e6..66bb02c 100644
--- a/content/resources/maze-ii.mdx
+++ b/content/resources/maze-ii.mdx
@@ -1,17 +1,17 @@
---
title: "Activity: Maze II"
date: "2021-06-05"
-categories: ["Activities", "All", "Simulator Activities"]
+categories: ["Activities", "Simulator Activities"]
tags: ["Colour Sensors", "Branching", "Iteration", "Algorithm Design", "Ultrasonic", "IR", "Motors", "Intermediate"]
+codingSkills: ["Branching", "Iteration", "Algorithm Design"]
+roverConcepts: ["Colour", "Ultrasonic", "IR", "Motors"]
excerpt: "Build on your maze solving skills by using both IR sensors and the ultrasonic sensor together to handle more complex maze layouts."
featuredImage: "/images/resources/maze.png"
---
Take your maze solving to the next level. In this intermediate challenge, you'll use both IR sensors alongside the ultrasonic sensor to make smarter decisions at intersections and handle more complex maze layouts.
-
-
-Activity Demonstration
+### Activity Demonstration
### Setup
diff --git a/content/resources/maze-iii.mdx b/content/resources/maze-iii.mdx
index 8544154..a6204f5 100644
--- a/content/resources/maze-iii.mdx
+++ b/content/resources/maze-iii.mdx
@@ -1,17 +1,17 @@
---
title: "Activity: Maze III"
date: "2021-06-06"
-categories: ["Activities", "All", "Simulator Activities"]
+categories: ["Activities", "Simulator Activities"]
tags: ["Colour Sensors", "Branching", "Iteration", "Algorithm Design", "Ultrasonic", "IR", "Gyroscope", "Motors", "Functions", "Advanced"]
+codingSkills: ["Branching", "Iteration", "Algorithm Design", "Functions"]
+roverConcepts: ["Colour", "Ultrasonic", "IR", "Gyroscope", "Motors"]
excerpt: "Master maze solving with precise gyroscope turns, wall-following algorithms, and functions to create an efficient maze navigator."
featuredImage: "/images/resources/maze.png"
---
Create an advanced maze solving algorithm that uses the gyroscope for precise 90-degree turns, implements a wall-following strategy, and organises code with functions for a clean, efficient solution.
-
-
-Activity Demonstration
+### Activity Demonstration
### Setup
diff --git a/content/resources/maze.mdx b/content/resources/maze.mdx
index 5d79f43..aae5962 100644
--- a/content/resources/maze.mdx
+++ b/content/resources/maze.mdx
@@ -1,17 +1,17 @@
---
title: "Activity: Maze I"
date: "2021-06-04"
-categories: ["Activities", "All", "Simulator Activities"]
+categories: ["Activities", "Simulator Activities"]
tags: ["Colour Sensors", "Branching", "Iteration", "Algorithm Design", "Ultrasonic", "IR", "Motors", "Beginner"]
+codingSkills: ["Branching", "Iteration", "Algorithm Design"]
+roverConcepts: ["Ultrasonic", "IR", "Motors"]
excerpt: "Learn the basics of maze solving using the ultrasonic and IR sensors to detect walls and navigate simple paths."
featuredImage: "/images/resources/maze.png"
---
Navigate your rover through a maze using the ultrasonic sensor to detect walls ahead and the IR sensor to check for walls to the side. This beginner approach introduces the fundamentals of maze solving with simple branching logic.
-
-
-Activity Demonstration
+### Activity Demonstration
### Setup
diff --git a/content/resources/micromelon-at-qsite-creativity-2022.mdx b/content/resources/micromelon-at-qsite-creativity-2022.mdx
index b3da444..a1982e8 100644
--- a/content/resources/micromelon-at-qsite-creativity-2022.mdx
+++ b/content/resources/micromelon-at-qsite-creativity-2022.mdx
@@ -1,7 +1,7 @@
---
title: "Micromelon at QSITE CreativITy 2022 Conference"
date: "2022-09-19"
-categories: ["All", "News & Updates"]
+categories: ["News & Updates"]
tags: []
excerpt: "Micromelon showcases their robotics platform at the QSITE CreativITy 2022 conference, connecting with Queensland's digital technologies educators."
featuredImage: "/images/news/img_1520.jpg"
diff --git a/content/resources/micromelon-at-queensland-computers-stem-demo-day-bundaberg-2024.mdx b/content/resources/micromelon-at-queensland-computers-stem-demo-day-bundaberg-2024.mdx
index 76c3de3..0fccacb 100644
--- a/content/resources/micromelon-at-queensland-computers-stem-demo-day-bundaberg-2024.mdx
+++ b/content/resources/micromelon-at-queensland-computers-stem-demo-day-bundaberg-2024.mdx
@@ -1,7 +1,7 @@
---
title: "Micromelon at Queensland Computers STEM Demo Day in Bundaberg"
date: "2024-08-15"
-categories: ["All", "News & Updates"]
+categories: ["News & Updates"]
tags: []
excerpt: "Micromelon demonstrates the Rover platform at the Queensland Computers STEM Demo Day in Bundaberg, bringing hands-on robotics to regional Queensland educators."
featuredImage: "/images/news/img_1559.jpg"
diff --git a/content/resources/micromelon-at-world-science-festival-ipswich.mdx b/content/resources/micromelon-at-world-science-festival-ipswich.mdx
index 57013ce..eae0b7c 100644
--- a/content/resources/micromelon-at-world-science-festival-ipswich.mdx
+++ b/content/resources/micromelon-at-world-science-festival-ipswich.mdx
@@ -1,7 +1,7 @@
---
title: "Micromelon at World Science Festival Ipswich"
date: "2024-06-15"
-categories: ["All", "Customer Stories"]
+categories: ["Customer Stories"]
tags: []
excerpt: "Micromelon delivers hands-on robotics workshops at the World Science Festival in Ipswich, inspiring young learners in Western Brisbane."
featuredImage: "/images/news/img_5748.jpg"
diff --git a/content/resources/micromelon-at-world-science-festival-toowoomba.mdx b/content/resources/micromelon-at-world-science-festival-toowoomba.mdx
index 7e2093e..aa2a392 100644
--- a/content/resources/micromelon-at-world-science-festival-toowoomba.mdx
+++ b/content/resources/micromelon-at-world-science-festival-toowoomba.mdx
@@ -1,7 +1,7 @@
---
title: "Micromelon at World Science Festival Toowoomba"
date: "2024-06-08"
-categories: ["All", "Customer Stories"]
+categories: ["Customer Stories"]
tags: []
excerpt: "Micromelon brings hands-on robotics to the World Science Festival in Toowoomba, giving regional families the chance to experience coding and robotics firsthand."
featuredImage: "/images/news/img_7421.jpg"
diff --git a/content/resources/micromelon-attends-aces-hardware-meetup-sydney-2025.mdx b/content/resources/micromelon-attends-aces-hardware-meetup-sydney-2025.mdx
index 1f7cd6c..9fcc3af 100644
--- a/content/resources/micromelon-attends-aces-hardware-meetup-sydney-2025.mdx
+++ b/content/resources/micromelon-attends-aces-hardware-meetup-sydney-2025.mdx
@@ -1,7 +1,7 @@
---
title: "Micromelon Attends ACES Hardware Meetup in Sydney"
date: "2025-02-15"
-categories: ["All", "News & Updates"]
+categories: ["News & Updates"]
tags: []
excerpt: "Micromelon presents at the ACES Hardware Meetup in Sydney, connecting with Australia's hardware startup community."
featuredImage: "/images/news/img_7409.jpg"
diff --git a/content/resources/micromelon-code-editor-260.mdx b/content/resources/micromelon-code-editor-260.mdx
index 8e10a60..4104a4f 100644
--- a/content/resources/micromelon-code-editor-260.mdx
+++ b/content/resources/micromelon-code-editor-260.mdx
@@ -1,7 +1,7 @@
---
title: "Micromelon Code Editor 2.6.0"
date: "2022-08-01"
-categories: ["News & Updates", "All"]
+categories: ["News & Updates"]
tags: []
excerpt: "Micromelon Code Editor 2.6.0 was released on the 2nd August 2022 Here at Micromelon we are continually making changes and improvements to all our product lines, including hardware and software. Previously the best place to find out about these update"
featuredImage: "/images/resources/micromelon-code-editor-260.png"
@@ -27,4 +27,4 @@ Once you’re done with all the tabs you’ve got open, you can easily close the

-And that’s it for now! To get the latest version, jump into the Code Editor and click File -> Check for Updates or on Mac click Micromelon IDE -> Check for updates.
+And that’s it for now! To get the latest version, jump into the Code Editor and click File -> Check for Updates or on Mac click Micromelon IDE -> Check for updates.
diff --git a/content/resources/micromelon-code-editor-283.mdx b/content/resources/micromelon-code-editor-283.mdx
index 06490db..dc71998 100644
--- a/content/resources/micromelon-code-editor-283.mdx
+++ b/content/resources/micromelon-code-editor-283.mdx
@@ -1,7 +1,7 @@
---
title: "Micromelon Code Editor 2.8"
date: "2025-06-04"
-categories: ["News & Updates", "All"]
+categories: ["News & Updates"]
tags: []
excerpt: "Micromelon Code Editor 2.8.3 was released in April of 2025. This post will detail some important changes and how they will affect institutions. Change: Institution Account SystemThe ProblemPreviously in the Code Editor accounts were split between hom"
featuredImage: "/images/resources/micromelon-code-editor-283.png"
@@ -35,8 +35,6 @@ Besides the old tools being updated to the invite system. There is now a new too
#### What is a Quick Join Code?
-
-
Every class has a unique 9 digit Quick Join Code.
You can share this with your students and they can use it to join your class & school without needing and invitation.
@@ -111,4 +109,4 @@ We’re always aiming to improve the Code Editor. In this release we have update
To get the latest version,
-- Microsoft Users: Open the Code Editor. In the top bar click **File **->** Check for Updates **- Mac Users: Open the Code Editor. In the app menu click** Micromelon IDE **->** Check for Updates**.
+- Microsoft Users: Open the Code Editor. In the top bar click **File** -> **Check for Updates** - Mac Users: Open the Code Editor. In the app menu click **Micromelon IDE** -> **Check for Updates**.
diff --git a/content/resources/micromelon-exhibits-edutech-2023.mdx b/content/resources/micromelon-exhibits-edutech-2023.mdx
index 6dca83f..140a57d 100644
--- a/content/resources/micromelon-exhibits-edutech-2023.mdx
+++ b/content/resources/micromelon-exhibits-edutech-2023.mdx
@@ -1,7 +1,7 @@
---
title: "Micromelon Heads to EduTECH Australia 2023"
date: "2023-08-24"
-categories: ["All", "News & Updates"]
+categories: ["News & Updates"]
tags: []
excerpt: "Micromelon exhibits at EduTECH Australia 2023, the country's largest education technology conference, showcasing the full robotics platform to educators from across the country."
featuredImage: "/images/products/rover-candid.png"
diff --git a/content/resources/micromelon-exhibits-edutech-2025.mdx b/content/resources/micromelon-exhibits-edutech-2025.mdx
index 791a00b..874b40f 100644
--- a/content/resources/micromelon-exhibits-edutech-2025.mdx
+++ b/content/resources/micromelon-exhibits-edutech-2025.mdx
@@ -1,7 +1,7 @@
---
title: "Micromelon Returns to EduTECH Australia 2025"
date: "2025-08-20"
-categories: ["All", "News & Updates"]
+categories: ["News & Updates"]
tags: []
excerpt: "Micromelon exhibits at EduTECH Australia for the third time, showcasing the latest platform updates to educators from across the country."
featuredImage: "/images/news/img_7393.jpg"
diff --git a/content/resources/micromelon-heads-north-to-cairns-state-high-school.mdx b/content/resources/micromelon-heads-north-to-cairns-state-high-school.mdx
index 91af770..b753427 100644
--- a/content/resources/micromelon-heads-north-to-cairns-state-high-school.mdx
+++ b/content/resources/micromelon-heads-north-to-cairns-state-high-school.mdx
@@ -1,7 +1,7 @@
---
title: "Micromelon Heads North to Cairns State High School"
date: "2022-07-25"
-categories: ["News & Updates", "All"]
+categories: ["News & Updates"]
tags: []
excerpt: "Tim from Micromelon meeting with Design Technology teachers at Cairns State High School showing off some of the 3D printed parts they can use with the Micromelon Rover and collecting some future feature ideas for the Micromelon Robot Simulator In Jun"
featuredImage: "/images/resources/micromelon-heads-north-to-cairns-state-high-school.jpg"
diff --git a/content/resources/micromelon-hosts-roborave-australia-2023.mdx b/content/resources/micromelon-hosts-roborave-australia-2023.mdx
index 24bae90..92c381f 100644
--- a/content/resources/micromelon-hosts-roborave-australia-2023.mdx
+++ b/content/resources/micromelon-hosts-roborave-australia-2023.mdx
@@ -1,7 +1,7 @@
---
title: "Micromelon Hosts RoboRAVE Australia 2023"
date: "2023-10-20"
-categories: ["All", "News & Updates"]
+categories: ["News & Updates"]
tags: []
excerpt: "Micromelon hosts RoboRAVE Australia for the first time, bringing hundreds of students together at the University of the Sunshine Coast for one of the country's largest student robotics competitions."
featuredImage: "/images/news/img_7860.jpg"
diff --git a/content/resources/micromelon-joins-uq-ilab-accelerator.mdx b/content/resources/micromelon-joins-uq-ilab-accelerator.mdx
index 096bb4f..cbb9184 100644
--- a/content/resources/micromelon-joins-uq-ilab-accelerator.mdx
+++ b/content/resources/micromelon-joins-uq-ilab-accelerator.mdx
@@ -1,10 +1,10 @@
---
title: "Micromelon Joins UQ ilab Accelerator"
date: "2019-07-15"
-categories: ["All", "News & Updates"]
+categories: ["News & Updates"]
tags: []
excerpt: "Micromelon Robotics joins the University of Queensland's ilab Accelerator program, gaining access to mentorship, resources, and a network of innovators."
-featuredImage: "/images/partners/uq.png"
+featuredImage: "/images/products/rover-render.jpg"
---
Micromelon Robotics has been accepted into the University of Queensland's ilab Accelerator, one of Australia's longest-running and most respected university startup programs. The program provides intensive mentorship, business development support, and access to UQ's extensive research and industry networks.
diff --git a/content/resources/micromelon-partners-acs-ict-gateway-schools.mdx b/content/resources/micromelon-partners-acs-ict-gateway-schools.mdx
index c3f23d9..8a3fadb 100644
--- a/content/resources/micromelon-partners-acs-ict-gateway-schools.mdx
+++ b/content/resources/micromelon-partners-acs-ict-gateway-schools.mdx
@@ -1,7 +1,7 @@
---
title: "Micromelon Partners with ACS ICT Gateway to Industry Schools Program"
date: "2021-02-15"
-categories: ["All", "Customer Stories"]
+categories: ["Customer Stories"]
tags: []
excerpt: "Micromelon partners with the Australian Computer Society to deliver robotics workshops through the Gateway to Industry Schools Program across Queensland."
featuredImage: "/images/news/img_7686.jpg"
diff --git a/content/resources/micromelon-partners-cross-river-rail-workshop.mdx b/content/resources/micromelon-partners-cross-river-rail-workshop.mdx
index ba8a0b1..8b23a23 100644
--- a/content/resources/micromelon-partners-cross-river-rail-workshop.mdx
+++ b/content/resources/micromelon-partners-cross-river-rail-workshop.mdx
@@ -1,7 +1,7 @@
---
title: "Micromelon Partners with Cross River Rail for Public Workshop"
date: "2022-06-29"
-categories: ["All", "Customer Stories"]
+categories: ["Customer Stories"]
tags: []
excerpt: "Micromelon delivers a public robotics workshop in partnership with Cross River Rail, introducing families to coding and engineering at Brisbane's Experience Centre."
featuredImage: "/images/news/img_6121.jpg"
diff --git a/content/resources/micromelon-pitches-at-icra-2018.mdx b/content/resources/micromelon-pitches-at-icra-2018.mdx
index 7b5b872..4210d40 100644
--- a/content/resources/micromelon-pitches-at-icra-2018.mdx
+++ b/content/resources/micromelon-pitches-at-icra-2018.mdx
@@ -1,7 +1,7 @@
---
title: "Micromelon Pitches at ICRA 2018 International Robotics Conference"
date: "2018-05-22"
-categories: ["All", "News & Updates"]
+categories: ["News & Updates"]
tags: []
excerpt: "Micromelon presents at the IEEE International Conference on Robotics and Automation (ICRA) 2018 in Brisbane, showcasing their educational robotics platform to a global audience."
featuredImage: "/images/news/img_0013.jpg"
diff --git a/content/resources/micromelon-pitches-at-world-robots-summit-2018.mdx b/content/resources/micromelon-pitches-at-world-robots-summit-2018.mdx
index 87bb799..87297ed 100644
--- a/content/resources/micromelon-pitches-at-world-robots-summit-2018.mdx
+++ b/content/resources/micromelon-pitches-at-world-robots-summit-2018.mdx
@@ -1,7 +1,7 @@
---
title: "Micromelon at World Robots Summit with Trade and Investment Queensland"
date: "2018-10-20"
-categories: ["All", "News & Updates"]
+categories: ["News & Updates"]
tags: []
excerpt: "Micromelon showcases the Rover at the World Robots Summit as part of the Trade and Investment Queensland delegation, representing Queensland's robotics industry on the world stage."
featuredImage: "/images/news/img_0020.jpg"
diff --git a/content/resources/micromelon-receives-ignite-ideas-fund-grant.mdx b/content/resources/micromelon-receives-ignite-ideas-fund-grant.mdx
index 6a77545..18b642c 100644
--- a/content/resources/micromelon-receives-ignite-ideas-fund-grant.mdx
+++ b/content/resources/micromelon-receives-ignite-ideas-fund-grant.mdx
@@ -1,7 +1,7 @@
---
title: "Micromelon Receives Advance Queensland Ignite Ideas Fund Grant"
date: "2018-11-01"
-categories: ["All", "News & Updates"]
+categories: ["News & Updates"]
tags: []
excerpt: "Micromelon Robotics secures an Advance Queensland Ignite Ideas Fund grant to accelerate the development and commercialisation of their educational robotics platform."
featuredImage: "/images/news/img_7792.jpg"
diff --git a/content/resources/micromelon-robotics-founded-in-brisbane.mdx b/content/resources/micromelon-robotics-founded-in-brisbane.mdx
index efb22d5..0335c82 100644
--- a/content/resources/micromelon-robotics-founded-in-brisbane.mdx
+++ b/content/resources/micromelon-robotics-founded-in-brisbane.mdx
@@ -1,7 +1,7 @@
---
title: "Micromelon Robotics Founded in Brisbane"
date: "2017-11-08"
-categories: ["All", "News & Updates"]
+categories: ["News & Updates"]
tags: []
excerpt: "University of Queensland engineering graduates found Micromelon Robotics with a mission to make robotics education accessible to every Australian student."
featuredImage: "/images/news/img_0124.jpg"
diff --git a/content/resources/micromelon-rover-australian-made-certification.mdx b/content/resources/micromelon-rover-australian-made-certification.mdx
index 4d7aeef..c202898 100644
--- a/content/resources/micromelon-rover-australian-made-certification.mdx
+++ b/content/resources/micromelon-rover-australian-made-certification.mdx
@@ -1,10 +1,10 @@
---
title: "Micromelon Rover Earns Australian Made Certification"
date: "2021-09-01"
-categories: ["All", "News & Updates"]
+categories: ["News & Updates"]
tags: []
excerpt: "The Micromelon Rover is officially certified as Australian Made, reflecting the company's commitment to local manufacturing and quality."
-featuredImage: "/images/products/rover-big.png"
+featuredImage: "/images/products/rover-render.jpg"
---
The Micromelon Rover has been officially certified as Australian Made by the Australian Made Campaign, earning the right to carry the iconic green-and-gold kangaroo logo. The certification recognises that the Rover is designed, engineered, and assembled in Australia.
diff --git a/content/resources/micromelon-rover-wins-good-design-gold-award.mdx b/content/resources/micromelon-rover-wins-good-design-gold-award.mdx
index ea715d7..1c61d19 100644
--- a/content/resources/micromelon-rover-wins-good-design-gold-award.mdx
+++ b/content/resources/micromelon-rover-wins-good-design-gold-award.mdx
@@ -1,7 +1,7 @@
---
title: "Micromelon Rover Wins Australian Good Design Gold Award"
date: "2024-09-20"
-categories: ["All", "News & Updates"]
+categories: ["News & Updates"]
tags: []
excerpt: "The Micromelon Rover receives an Australian Good Design Award Gold in the Product Design category, recognising excellence in design and innovation."
featuredImage: "/images/news/img_1844.jpg"
diff --git a/content/resources/micromelon-school-partnership-reaches-8000-students.mdx b/content/resources/micromelon-school-partnership-reaches-8000-students.mdx
index cb5fe2e..e263d00 100644
--- a/content/resources/micromelon-school-partnership-reaches-8000-students.mdx
+++ b/content/resources/micromelon-school-partnership-reaches-8000-students.mdx
@@ -1,7 +1,7 @@
---
title: "Micromelon's ACS GISP School Partnership Reaches 8,000+ Students"
date: "2025-03-26"
-categories: ["All", "Customer Stories"]
+categories: ["Customer Stories"]
tags: []
excerpt: "Micromelon's partnership with the ACS Gateway to Industry Schools Program has now reached more than 8,000 students across Queensland, delivering hands-on robotics workshops in hundreds of schools."
featuredImage: "/images/hero/driving-school.png"
diff --git a/content/resources/micromelon-sponsors-roborave-world-championships-2024.mdx b/content/resources/micromelon-sponsors-roborave-world-championships-2024.mdx
index 5a8bfb5..d795b2b 100644
--- a/content/resources/micromelon-sponsors-roborave-world-championships-2024.mdx
+++ b/content/resources/micromelon-sponsors-roborave-world-championships-2024.mdx
@@ -1,7 +1,7 @@
---
title: "Micromelon Sponsors RoboRAVE World Championships 2024"
date: "2024-10-15"
-categories: ["All", "News & Updates"]
+categories: ["News & Updates"]
tags: []
excerpt: "Micromelon sponsors the RoboRAVE Australia World Championships, supporting hundreds of students competing in robotics challenges on the Sunshine Coast."
featuredImage: "/images/news/img_3172.jpg"
diff --git a/content/resources/micromelon-sponsors-uq-racing.mdx b/content/resources/micromelon-sponsors-uq-racing.mdx
index 2f8a891..2acc69d 100644
--- a/content/resources/micromelon-sponsors-uq-racing.mdx
+++ b/content/resources/micromelon-sponsors-uq-racing.mdx
@@ -1,7 +1,7 @@
---
title: "Micromelon Sponsors UQ Racing Formula SAE Team"
date: "2024-04-01"
-categories: ["All", "News & Updates"]
+categories: ["News & Updates"]
tags: []
excerpt: "Micromelon sponsors the University of Queensland's Formula SAE racing team, supporting the next generation of engineers."
featuredImage: "/images/news/img_2128.jpg"
diff --git a/content/resources/micromelon-surpasses-1000-rovers-deployed.mdx b/content/resources/micromelon-surpasses-1000-rovers-deployed.mdx
index f3ddbb5..c4b10f5 100644
--- a/content/resources/micromelon-surpasses-1000-rovers-deployed.mdx
+++ b/content/resources/micromelon-surpasses-1000-rovers-deployed.mdx
@@ -1,10 +1,10 @@
---
title: "Micromelon Surpasses 1,000 Rovers Deployed Across Australia"
date: "2023-11-15"
-categories: ["All", "News & Updates"]
+categories: ["News & Updates"]
tags: []
excerpt: "Micromelon reaches a major milestone with over 1,000 Rovers now deployed in schools and educational organisations across Australia."
-featuredImage: "/images/products/rover-big.png"
+featuredImage: "/images/products/rover-render.jpg"
---
Micromelon Robotics has reached a significant milestone: more than 1,000 Micromelon Rovers are now deployed in schools and educational organisations across Australia. From its beginnings as a Brisbane startup, the company has grown to serve hundreds of schools spanning every state and territory.
diff --git a/content/resources/micromelon-teaches-robotics-world-science-festival.mdx b/content/resources/micromelon-teaches-robotics-world-science-festival.mdx
index 589bf91..72465b4 100644
--- a/content/resources/micromelon-teaches-robotics-world-science-festival.mdx
+++ b/content/resources/micromelon-teaches-robotics-world-science-festival.mdx
@@ -1,7 +1,7 @@
---
title: "Micromelon Teaches Robotics at World Science Festival"
date: "2024-05-17"
-categories: ["All", "Customer Stories"]
+categories: ["Customer Stories"]
tags: []
excerpt: "Micromelon delivers hands-on robotics workshops at the World Science Festival Brisbane, inspiring hundreds of young learners at one of the world's premier science events."
featuredImage: "/images/news/img_5748.jpg"
diff --git a/content/resources/micromelon-wins-bluebox-accelerator.mdx b/content/resources/micromelon-wins-bluebox-accelerator.mdx
index 5e77c9e..054cfbe 100644
--- a/content/resources/micromelon-wins-bluebox-accelerator.mdx
+++ b/content/resources/micromelon-wins-bluebox-accelerator.mdx
@@ -1,10 +1,10 @@
---
title: "Micromelon Named Winners of QUT Bluebox Robotics Accelerator"
date: "2018-03-20"
-categories: ["All", "News & Updates"]
+categories: ["News & Updates"]
tags: []
excerpt: "Micromelon Robotics wins the QUT Bluebox Robotics Accelerator, gaining mentorship and resources to develop their educational robotics platform."
-featuredImage: "/images/awards/bluebox.png"
+featuredImage: "/images/products/rover-render.jpg"
---
Micromelon Robotics has been named the winner of the QUT Bluebox Robotics Accelerator program, a competitive program run by Queensland University of Technology to support early-stage robotics ventures in Queensland.
diff --git a/content/resources/micromelon-wins-peoples-choice-young-starters.mdx b/content/resources/micromelon-wins-peoples-choice-young-starters.mdx
index 9569831..2f74ade 100644
--- a/content/resources/micromelon-wins-peoples-choice-young-starters.mdx
+++ b/content/resources/micromelon-wins-peoples-choice-young-starters.mdx
@@ -1,10 +1,10 @@
---
title: "Micromelon Wins People's Choice at Young Starters Competition"
date: "2018-05-15"
-categories: ["All", "News & Updates"]
+categories: ["News & Updates"]
tags: []
excerpt: "Micromelon Robotics wins the People's Choice Award at the Young Starters competition, recognising the team's innovative approach to STEM education."
-featuredImage: "/images/awards/young-starters.png"
+featuredImage: "/images/products/rover-render.jpg"
---
Micromelon Robotics has taken home the People's Choice Award at the Young Starters competition, a program celebrating outstanding young entrepreneurs across Queensland's startup ecosystem.
diff --git a/content/resources/prison-escape.mdx b/content/resources/prison-escape.mdx
index 64e32d9..573634a 100644
--- a/content/resources/prison-escape.mdx
+++ b/content/resources/prison-escape.mdx
@@ -1,7 +1,7 @@
---
title: "Activity: Prison Escape"
date: "2021-06-03"
-categories: ["Activities", "All"]
+categories: ["Activities"]
tags: ["Colour Sensors", "Branching", "Iteration", "Motors", "Intermediate"]
codingSkills: ["Branching", "Iteration"]
roverConcepts: ["Colour", "Motors"]
diff --git a/content/resources/puppy-bot.mdx b/content/resources/puppy-bot.mdx
index 2f55ed4..ae5de92 100644
--- a/content/resources/puppy-bot.mdx
+++ b/content/resources/puppy-bot.mdx
@@ -1,7 +1,7 @@
---
title: "Activity: Puppy Bot"
date: "2021-06-03"
-categories: ["Activities", "All"]
+categories: ["Activities"]
tags: ["Branching", "Iteration", "Functions", "Motors", "Ultrasonic", "Intermediate"]
codingSkills: ["Branching", "Iteration", "Functions"]
roverConcepts: ["Ultrasonic", "Motors"]
diff --git a/content/resources/random-bug-bot-2.mdx b/content/resources/random-bug-bot-2.mdx
index 616c3ad..aad3a05 100644
--- a/content/resources/random-bug-bot-2.mdx
+++ b/content/resources/random-bug-bot-2.mdx
@@ -1,8 +1,10 @@
---
title: "Random Bug Bot 2"
date: "2022-03-13"
-categories: ["Activities", "All"]
+categories: ["Activities"]
tags: ["Colour Sensors", "Branching", "Iteration", "Variables", "Motors", "Maths", "Advanced"]
+codingSkills: ["Branching", "Iteration", "Variables", "Maths"]
+roverConcepts: ["Colour", "Motors"]
excerpt: "Program your rover to move like a bug!"
featuredImage: "/images/resources/random-bug-bot-2.png"
---
@@ -13,7 +15,7 @@ Build from the Basic Bug Bot exercise but program the rover to have a more compl

-Activity Demonstration
+### Activity Demonstration
### Setup
diff --git a/content/resources/random-bug-bot.mdx b/content/resources/random-bug-bot.mdx
index 48024a1..f47b618 100644
--- a/content/resources/random-bug-bot.mdx
+++ b/content/resources/random-bug-bot.mdx
@@ -1,7 +1,7 @@
---
title: "Activity: Random Bug Bot"
date: "2021-06-03"
-categories: ["Activities", "All"]
+categories: ["Activities"]
tags: ["Iteration", "Motors", "Maths", "Beginner", "Colour Sensors"]
codingSkills: ["Iteration", "Maths"]
roverConcepts: ["Motors", "Colour"]
diff --git a/content/resources/roaming-rover.mdx b/content/resources/roaming-rover.mdx
index bddb269..73db17d 100644
--- a/content/resources/roaming-rover.mdx
+++ b/content/resources/roaming-rover.mdx
@@ -1,7 +1,7 @@
---
title: "Activity: Roaming Rover"
date: "2021-06-03"
-categories: ["Activities", "All"]
+categories: ["Activities"]
tags: ["Iteration", "Ultrasonic", "Motors", "Beginner"]
codingSkills: ["Iteration"]
roverConcepts: ["Ultrasonic", "Motors"]
diff --git a/content/resources/robot-simulator-launches-app-stores.mdx b/content/resources/robot-simulator-launches-app-stores.mdx
index a9a6eb8..e838fb9 100644
--- a/content/resources/robot-simulator-launches-app-stores.mdx
+++ b/content/resources/robot-simulator-launches-app-stores.mdx
@@ -1,7 +1,7 @@
---
title: "Robot Simulator Launches on Microsoft Store and Mac App Store"
date: "2020-09-15"
-categories: ["All", "News & Updates"]
+categories: ["News & Updates"]
tags: []
excerpt: "The Micromelon Robot Simulator officially launches on the Microsoft Store and Mac App Store, making virtual robotics accessible to students everywhere."
featuredImage: "/images/products/simulator-demo.gif"
diff --git a/content/resources/robot-simulator.mdx b/content/resources/robot-simulator.mdx
index 4bfda81..de88528 100644
--- a/content/resources/robot-simulator.mdx
+++ b/content/resources/robot-simulator.mdx
@@ -1,7 +1,7 @@
---
title: "Getting Started With The Robot Simulator"
date: "2021-06-14"
-categories: ["All", "Getting Started"]
+categories: ["Getting Started"]
tags: []
excerpt: "How to get started with the Micromelon Robot Simulator."
featuredImage: "/images/resources/robot-simulator.png"
@@ -87,8 +87,6 @@ Here’s a demonstration of how to log into the simulator by connecting from the
### Doing an Activity
-
-
**Selecting an Activity** Click on the activity you want to try. You will see all the details for the activity appear on the right. Some of the activities such as ** Sumo** and ** Maze** have customisation options.
For this post, we’re going to pick the **Spike Drop** activity. Let’s press the ** PLAY** button.
diff --git a/content/resources/rover-van-gogh.mdx b/content/resources/rover-van-gogh.mdx
index 05385ee..44a51cf 100644
--- a/content/resources/rover-van-gogh.mdx
+++ b/content/resources/rover-van-gogh.mdx
@@ -1,8 +1,10 @@
---
title: "Activity: Rover Van Gogh"
date: "2022-03-29"
-categories: ["Activities", "All", "Simulator Activities"]
+categories: ["Activities", "Simulator Activities"]
tags: ["Branching", "Iteration", "Motors", "Maths", "Simulator", "Intermediate"]
+codingSkills: ["Branching", "Iteration", "Maths"]
+roverConcepts: ["Motors"]
excerpt: "Get your art on with the pen attachment!"
featuredImage: "/images/resources/rover-van-gogh.png"
---
@@ -13,7 +15,7 @@ Using the pen attachment of the Micromelon Rover, try your hand at using code to

-Activity Demonstration
+### Activity Demonstration
**Not Sure What To Draw? Try These**
diff --git a/content/resources/running-a-term-of-digital-technologies-classes-in-the-robot-simulator.mdx b/content/resources/running-a-term-of-digital-technologies-classes-in-the-robot-simulator.mdx
index 3eb94fe..ec23bc2 100644
--- a/content/resources/running-a-term-of-digital-technologies-classes-in-the-robot-simulator.mdx
+++ b/content/resources/running-a-term-of-digital-technologies-classes-in-the-robot-simulator.mdx
@@ -1,7 +1,7 @@
---
title: "Running A Term Of Digital Technologies Classes In The Robot Simulator"
date: "2021-11-15"
-categories: ["All", "Getting Started"]
+categories: ["Getting Started"]
tags: []
excerpt: "Learn how you can use the Robot Simulator as the primary learning resource in a term of Digital Technologies classrooms."
featuredImage: "/images/resources/running-a-term-of-digital-technologies-classes-in-the-robot-simulator.png"
@@ -127,8 +127,6 @@ You can also add a time requirement for solving mazes, which will encourage stud
The ultrasonic sensor and Infrared Distance sensors are essential in creating any maze solving algorithm. If you’d like to read a further breakdown of how these sensors work check out our dedicated [Ultrasonic sensor post](/resources/ultrasonic-sensor) and [Infrared sensor post](/resources/ir-sensor).
-
-
#### **Learning The Ultrasonic Sensor **[** READ MORE**](/resources/ultrasonic-sensor)

diff --git a/content/resources/setting-up-a-school.mdx b/content/resources/setting-up-a-school.mdx
index e443040..df92e51 100644
--- a/content/resources/setting-up-a-school.mdx
+++ b/content/resources/setting-up-a-school.mdx
@@ -1,7 +1,7 @@
---
title: "How To Set Up A School"
date: "2021-06-14"
-categories: ["All", "Getting Started"]
+categories: ["Getting Started"]
tags: []
excerpt: "Learn how to set up your school through the teacher dashboard in the Micromelon Code Editor."
featuredImage: "/images/resources/setting-up-a-school.png"
@@ -193,8 +193,6 @@ For this method;
- Your students have the Code Editor open and are ready to log into their Micromelon account or create a new account.
-
-
#### What is a Quick Join Code?
Every class has a unique 9 digit Quick Join Code. You can share this with your students and they can use it to join your class & school without needing and invitation.
diff --git a/content/resources/showcase-rover-and-arduino-line-follow.mdx b/content/resources/showcase-rover-and-arduino-line-follow.mdx
index d17c009..c1b961b 100644
--- a/content/resources/showcase-rover-and-arduino-line-follow.mdx
+++ b/content/resources/showcase-rover-and-arduino-line-follow.mdx
@@ -11,7 +11,7 @@ Using I2C and an Arduino Nano, a QTR-8RC line sensor array can be attached to th
An overview of the I2C protocol and how to use it with the Rover can be found here.
-
+
## The Sensor (QTR-8RC)
@@ -71,7 +71,7 @@ void readSensor(){

-
+
## The Rover
diff --git a/content/resources/spike-drop.mdx b/content/resources/spike-drop.mdx
index 9c227de..2311450 100644
--- a/content/resources/spike-drop.mdx
+++ b/content/resources/spike-drop.mdx
@@ -1,17 +1,19 @@
---
title: "Activity: Spike Drop"
date: "2022-02-23"
-categories: ["All", "Simulator Activities"]
+categories: ["Simulator Activities"]
tags: ["Colour Sensors", "Branching", "Iteration", "Ultrasonic", "Robot Simulator", "Beginner"]
+codingSkills: ["Branching", "Iteration"]
+roverConcepts: ["Colour", "Ultrasonic"]
excerpt: "Simulator activity for learning ultrasonic, colour sensor and iteration."
-featuredImage: "/images/resources/spike-drop.png"
+featuredImage: "/images/resources/spike-drop.jpg"
---
Find a way to drive the simulator rover into the green parking lot. Use your colour or ultrasonic sensor to help you find the safe zone. Watch out though, go to far and you’ll fall and get spiked!

-Activity Demonstration
+### Activity Demonstration
### Setup
diff --git a/content/resources/stop-on-colour-change.mdx b/content/resources/stop-on-colour-change.mdx
index ae59af4..7a2c3a6 100644
--- a/content/resources/stop-on-colour-change.mdx
+++ b/content/resources/stop-on-colour-change.mdx
@@ -1,7 +1,7 @@
---
title: "Activity: Stop On Colour Change"
date: "2021-06-03"
-categories: ["Activities", "All"]
+categories: ["Activities"]
tags: ["Colour Sensors", "Branching", "Iteration"]
codingSkills: ["Branching", "Iteration"]
roverConcepts: ["Colour"]
diff --git a/content/resources/sumo-ii.mdx b/content/resources/sumo-ii.mdx
index 4daa0c9..101097a 100644
--- a/content/resources/sumo-ii.mdx
+++ b/content/resources/sumo-ii.mdx
@@ -1,15 +1,17 @@
---
title: "Activity: Sumo II"
date: "2021-06-04"
-categories: ["Activities", "All", "Simulator Activities"]
+categories: ["Activities", "Simulator Activities"]
tags: ["Colour Sensors", "Branching", "Iteration", "Algorithm Design", "Ultrasonic", "IR", "Motors", "Intermediate"]
+codingSkills: ["Branching", "Iteration", "Algorithm Design"]
+roverConcepts: ["Colour", "Ultrasonic", "IR", "Motors"]
excerpt: "Improve your sumo algorithm by adding IR sensors to detect opponents from the sides and implementing smarter search patterns."
featuredImage: "/images/resources/sumo.png"
---
Level up your sumo robot. In this intermediate challenge, you'll add the IR distance sensors to detect opponents from multiple directions and create a smarter search pattern to find and engage your opponent faster.
-Activity Demonstration
+### Activity Demonstration
### Setup
diff --git a/content/resources/sumo-iii.mdx b/content/resources/sumo-iii.mdx
index f3cf665..0021b5c 100644
--- a/content/resources/sumo-iii.mdx
+++ b/content/resources/sumo-iii.mdx
@@ -1,15 +1,17 @@
---
title: "Activity: Sumo III"
date: "2021-06-05"
-categories: ["Activities", "All", "Simulator Activities"]
+categories: ["Activities", "Simulator Activities"]
tags: ["Colour Sensors", "Branching", "Iteration", "Algorithm Design", "Ultrasonic", "IR", "Gyroscope", "Accelerometer", "Motors", "Functions", "Advanced"]
+codingSkills: ["Branching", "Iteration", "Algorithm Design", "Functions"]
+roverConcepts: ["Colour", "Ultrasonic", "IR", "Gyroscope", "Accelerometer", "Motors"]
excerpt: "Master sumo with advanced strategies using the gyroscope for precise movement, the accelerometer for defensive tactics, and functions for clean code."
featuredImage: "/images/resources/sumo.png"
---
Create the ultimate sumo algorithm. Use every sensor on the rover to build an advanced strategy that combines precise movement with the gyroscope, defensive detection with the accelerometer, and organised code using functions.
-Activity Demonstration
+### Activity Demonstration
### Setup
diff --git a/content/resources/sumo.mdx b/content/resources/sumo.mdx
index ae1ddb2..f131edf 100644
--- a/content/resources/sumo.mdx
+++ b/content/resources/sumo.mdx
@@ -1,8 +1,10 @@
---
title: "Activity: Sumo I"
date: "2021-06-03"
-categories: ["Activities", "All", "Simulator Activities"]
+categories: ["Activities", "Simulator Activities"]
tags: ["Colour Sensors", "Branching", "Iteration", "Algorithm Design", "Ultrasonic", "Motors", "Beginner"]
+codingSkills: ["Branching", "Iteration", "Algorithm Design"]
+roverConcepts: ["Colour", "Ultrasonic", "Motors"]
excerpt: "Learn the basics of sumo by programming your rover to stay in the ring and push opponents out using the colour and ultrasonic sensors."
featuredImage: "/images/resources/sumo.png"
---
diff --git a/content/resources/survey-bot.mdx b/content/resources/survey-bot.mdx
index c5bd0ab..e8a743d 100644
--- a/content/resources/survey-bot.mdx
+++ b/content/resources/survey-bot.mdx
@@ -1,7 +1,7 @@
---
title: "Activity: Survey Bot"
date: "2021-06-03"
-categories: ["Activities", "All"]
+categories: ["Activities"]
tags: ["Iteration", "IR", "Motors", "Maths", "Advanced", "Colour Sensors"]
codingSkills: ["Iteration", "Maths"]
roverConcepts: ["IR", "Motors", "Colour"]
diff --git a/content/resources/tafe-queensland-integrates-micromelon-autonomous-technologies.mdx b/content/resources/tafe-queensland-integrates-micromelon-autonomous-technologies.mdx
index c4288ba..4feb20a 100644
--- a/content/resources/tafe-queensland-integrates-micromelon-autonomous-technologies.mdx
+++ b/content/resources/tafe-queensland-integrates-micromelon-autonomous-technologies.mdx
@@ -1,7 +1,7 @@
---
title: "TAFE Queensland Integrates Micromelon into Autonomous Technologies Course"
date: "2024-07-01"
-categories: ["All", "Customer Stories"]
+categories: ["Customer Stories"]
tags: []
excerpt: "TAFE Queensland adopts the Micromelon platform for their Autonomous Technologies course, extending Micromelon's reach into vocational education."
featuredImage: "/images/news/img_0176.jpg"
diff --git a/content/resources/troubleshooting-3d-prints.mdx b/content/resources/troubleshooting-3d-prints.mdx
index 4dae716..5b57702 100644
--- a/content/resources/troubleshooting-3d-prints.mdx
+++ b/content/resources/troubleshooting-3d-prints.mdx
@@ -17,7 +17,7 @@ Using this guide is quite simple. Simply click on an image below which resembles
Please note that the solutions listed for the issues are the most common fixes. There are other solutions that will also work for many of these problems that are not included[ ](https://micromelon.com.au/resources/troubleshooting-3d-prints/#bed-adhesion)
- Bed Adhesion[ ](https://micromelon.com.au/resources/troubleshooting-3d-prints?rq=troubleshooting/#layer-shifting)
+ Bed Adhesion
Layer Shifting[ ](https://micromelon.com.au/resources/troubleshooting-3d-prints?rq=troubleshooting/#under-extrusion)
@@ -35,8 +35,6 @@ If a print does not stick uniformly to a build plate, it may have a non-uniform
#### Bed Levelling:
-
-
Bed levelling refers to tuning the distance of the nozzle from the bed when printing the first layer. As seen in the diagram, this height must be calibrated perfectly depending on the printer. For more on bed levelling, head to our ‘Maintaining a 3D Printer’ guide:[How to Maintain a 3D Printer](how-to-maintain-a-3d-printer)
#### Build Surface:
diff --git a/content/resources/turn-over-rover.mdx b/content/resources/turn-over-rover.mdx
index 1e32c79..8b69f91 100644
--- a/content/resources/turn-over-rover.mdx
+++ b/content/resources/turn-over-rover.mdx
@@ -1,7 +1,7 @@
---
title: "Activity: Turn Over Rover"
date: "2021-06-03"
-categories: ["Activities", "All"]
+categories: ["Activities"]
tags: ["Branching", "Iteration", "Accelerometer", "LEDs", "Beginner"]
codingSkills: ["Branching", "Iteration"]
roverConcepts: ["Accelerometer", "LEDs"]
diff --git a/content/resources/ultrasonic-sensor.mdx b/content/resources/ultrasonic-sensor.mdx
index 355791b..63e8f96 100644
--- a/content/resources/ultrasonic-sensor.mdx
+++ b/content/resources/ultrasonic-sensor.mdx
@@ -1,7 +1,7 @@
---
title: "The Ultrasonic Sensor"
date: "2021-07-21"
-categories: ["All", "Sensor Guides"]
+categories: ["Sensor Guides"]
tags: []
excerpt: "Learn all about the ultrasonic sensor!"
featuredImage: "/images/resources/ultrasonic-sensor.png"
@@ -33,8 +33,6 @@ To detect objects, the ultrasonic sensor uses sound. Ultrasonic sound is defined
**Based on how long it took the sound to bounce back, the sensor calculates how far away the object is using the speed of sound.**
-
-
**The Parts That Make It Work** The sensor is made up of two different components,** the transmitter** and ** the receiver**. These are called transducers. The transmitter is making the ultrasonic sound and the receiver is listening for the reflected sound waves. Some ultrasonic sensors use a single transducer as both the transmitter and receiver.

diff --git a/content/resources/using-class-controls.mdx b/content/resources/using-class-controls.mdx
index 3b36a51..bbc7fa4 100644
--- a/content/resources/using-class-controls.mdx
+++ b/content/resources/using-class-controls.mdx
@@ -1,7 +1,7 @@
---
title: "Using Classroom Management Features"
date: "2021-06-14"
-categories: ["All", "Getting Started"]
+categories: ["Getting Started"]
tags: []
excerpt: "How to use the built-in classroom management features in the Micromelon Code Editor."
featuredImage: "/images/resources/using-class-controls.png"
diff --git a/content/resources/windup-rover.mdx b/content/resources/windup-rover.mdx
index 8ce45a6..ccd277d 100644
--- a/content/resources/windup-rover.mdx
+++ b/content/resources/windup-rover.mdx
@@ -1,7 +1,7 @@
---
title: "Activity: Wind-up Rover"
date: "2021-06-03"
-categories: ["Activities", "All"]
+categories: ["Activities"]
tags: ["Iteration", "Variables", "Accelerometer", "Motors", "Maths", "Intermediate"]
codingSkills: ["Iteration", "Variables", "Maths"]
roverConcepts: ["Accelerometer", "Motors"]
diff --git a/content/resources/year-7-digital-tech-at-st-peters.mdx b/content/resources/year-7-digital-tech-at-st-peters.mdx
index 1e55a48..437eb16 100644
--- a/content/resources/year-7-digital-tech-at-st-peters.mdx
+++ b/content/resources/year-7-digital-tech-at-st-peters.mdx
@@ -1,7 +1,7 @@
---
title: "Case Study: Year 7 Digital Tech at St Peters Lutheran College"
date: "2021-07-06"
-categories: ["All", "Customer Stories"]
+categories: ["Customer Stories"]
tags: []
excerpt: "See how Meg Foley at St Peters conducted a challenge for their Year 7s using Micromelon."
featuredImage: "/images/resources/year-7-digital-tech-at-st-peters.png"
diff --git a/public/images/content/01f8fd-spacer.png b/public/images/content/01f8fd-spacer.png
deleted file mode 100644
index b6fcef3..0000000
Binary files a/public/images/content/01f8fd-spacer.png and /dev/null differ
diff --git a/public/images/content/080507-spacer.png b/public/images/content/080507-spacer.png
deleted file mode 100644
index b6fcef3..0000000
Binary files a/public/images/content/080507-spacer.png and /dev/null differ
diff --git a/public/images/content/0e948b-code-left.png b/public/images/content/0e948b-code-left.png
deleted file mode 100644
index 9700f7e..0000000
Binary files a/public/images/content/0e948b-code-left.png and /dev/null differ
diff --git a/public/images/content/15d396-black-spacer.png b/public/images/content/15d396-black-spacer.png
deleted file mode 100644
index 3db089f..0000000
Binary files a/public/images/content/15d396-black-spacer.png and /dev/null differ
diff --git a/public/images/content/213ac4-spacer.png b/public/images/content/213ac4-spacer.png
deleted file mode 100644
index b6fcef3..0000000
Binary files a/public/images/content/213ac4-spacer.png and /dev/null differ
diff --git a/public/images/content/26e5e6-black-spacer.png b/public/images/content/26e5e6-black-spacer.png
deleted file mode 100644
index 3db089f..0000000
Binary files a/public/images/content/26e5e6-black-spacer.png and /dev/null differ
diff --git a/public/images/content/28eadb-spacer.png b/public/images/content/28eadb-spacer.png
deleted file mode 100644
index b6fcef3..0000000
Binary files a/public/images/content/28eadb-spacer.png and /dev/null differ
diff --git a/public/images/content/2a4ed1-spacer.png b/public/images/content/2a4ed1-spacer.png
deleted file mode 100644
index b6fcef3..0000000
Binary files a/public/images/content/2a4ed1-spacer.png and /dev/null differ
diff --git a/public/images/content/2ebdb2-spacer.png b/public/images/content/2ebdb2-spacer.png
deleted file mode 100644
index b6fcef3..0000000
Binary files a/public/images/content/2ebdb2-spacer.png and /dev/null differ
diff --git a/public/images/content/314de3-black-spacer.png b/public/images/content/314de3-black-spacer.png
deleted file mode 100644
index 3db089f..0000000
Binary files a/public/images/content/314de3-black-spacer.png and /dev/null differ
diff --git a/public/images/content/34c801-black-spacer.png b/public/images/content/34c801-black-spacer.png
deleted file mode 100644
index 3db089f..0000000
Binary files a/public/images/content/34c801-black-spacer.png and /dev/null differ
diff --git a/public/images/content/38abce-spacer.png b/public/images/content/38abce-spacer.png
deleted file mode 100644
index b6fcef3..0000000
Binary files a/public/images/content/38abce-spacer.png and /dev/null differ
diff --git a/public/images/content/38deb1-spacer.png b/public/images/content/38deb1-spacer.png
deleted file mode 100644
index b6fcef3..0000000
Binary files a/public/images/content/38deb1-spacer.png and /dev/null differ
diff --git a/public/images/content/3924a2-spacer.png b/public/images/content/3924a2-spacer.png
deleted file mode 100644
index b6fcef3..0000000
Binary files a/public/images/content/3924a2-spacer.png and /dev/null differ
diff --git a/public/images/content/3ec236-spacer.png b/public/images/content/3ec236-spacer.png
deleted file mode 100644
index b6fcef3..0000000
Binary files a/public/images/content/3ec236-spacer.png and /dev/null differ
diff --git a/public/images/content/3efdb3-spacer.png b/public/images/content/3efdb3-spacer.png
deleted file mode 100644
index b6fcef3..0000000
Binary files a/public/images/content/3efdb3-spacer.png and /dev/null differ
diff --git a/public/images/content/410fcc-rhythm.jpg b/public/images/content/410fcc-rhythm.jpg
deleted file mode 100644
index e824183..0000000
Binary files a/public/images/content/410fcc-rhythm.jpg and /dev/null differ
diff --git a/public/images/content/4110f1-black-spacer.png b/public/images/content/4110f1-black-spacer.png
deleted file mode 100644
index 3db089f..0000000
Binary files a/public/images/content/4110f1-black-spacer.png and /dev/null differ
diff --git a/public/images/content/41bb86-spacer.png b/public/images/content/41bb86-spacer.png
deleted file mode 100644
index b6fcef3..0000000
Binary files a/public/images/content/41bb86-spacer.png and /dev/null differ
diff --git a/public/images/content/42bcf6-spacer.png b/public/images/content/42bcf6-spacer.png
deleted file mode 100644
index b6fcef3..0000000
Binary files a/public/images/content/42bcf6-spacer.png and /dev/null differ
diff --git a/public/images/content/49916e-spacer.png b/public/images/content/49916e-spacer.png
deleted file mode 100644
index b6fcef3..0000000
Binary files a/public/images/content/49916e-spacer.png and /dev/null differ
diff --git a/public/images/content/4a7361-spacer.png b/public/images/content/4a7361-spacer.png
deleted file mode 100644
index b6fcef3..0000000
Binary files a/public/images/content/4a7361-spacer.png and /dev/null differ
diff --git a/public/images/content/4fde4f-spacer.png b/public/images/content/4fde4f-spacer.png
deleted file mode 100644
index b6fcef3..0000000
Binary files a/public/images/content/4fde4f-spacer.png and /dev/null differ
diff --git a/public/images/content/548eac-spacer.png b/public/images/content/548eac-spacer.png
deleted file mode 100644
index b6fcef3..0000000
Binary files a/public/images/content/548eac-spacer.png and /dev/null differ
diff --git a/public/images/content/55cf54-spacer.png b/public/images/content/55cf54-spacer.png
deleted file mode 100644
index b6fcef3..0000000
Binary files a/public/images/content/55cf54-spacer.png and /dev/null differ
diff --git a/public/images/content/5687e0-img_1366.jpg b/public/images/content/5687e0-img_1366.jpg
deleted file mode 100644
index db69238..0000000
Binary files a/public/images/content/5687e0-img_1366.jpg and /dev/null differ
diff --git a/public/images/content/58765d-maze.png b/public/images/content/58765d-maze.png
deleted file mode 100644
index 41eccf4..0000000
Binary files a/public/images/content/58765d-maze.png and /dev/null differ
diff --git a/public/images/content/5e3085-spacer.png b/public/images/content/5e3085-spacer.png
deleted file mode 100644
index b6fcef3..0000000
Binary files a/public/images/content/5e3085-spacer.png and /dev/null differ
diff --git a/public/images/content/66a722-rover-expansion-header.png b/public/images/content/66a722-rover-expansion-header.png
deleted file mode 100644
index e579e29..0000000
Binary files a/public/images/content/66a722-rover-expansion-header.png and /dev/null differ
diff --git a/public/images/content/66d655-spacer.png b/public/images/content/66d655-spacer.png
deleted file mode 100644
index b6fcef3..0000000
Binary files a/public/images/content/66d655-spacer.png and /dev/null differ
diff --git a/public/images/content/6bd7b1-spacer.png b/public/images/content/6bd7b1-spacer.png
deleted file mode 100644
index b6fcef3..0000000
Binary files a/public/images/content/6bd7b1-spacer.png and /dev/null differ
diff --git a/public/images/content/705a5f-spacer.png b/public/images/content/705a5f-spacer.png
deleted file mode 100644
index b6fcef3..0000000
Binary files a/public/images/content/705a5f-spacer.png and /dev/null differ
diff --git a/public/images/content/75c9e0-ultrasonic-animation.gif b/public/images/content/75c9e0-ultrasonic-animation.gif
deleted file mode 100644
index 2e019cc..0000000
Binary files a/public/images/content/75c9e0-ultrasonic-animation.gif and /dev/null differ
diff --git a/public/images/content/7ab9a8-spacer.png b/public/images/content/7ab9a8-spacer.png
deleted file mode 100644
index b6fcef3..0000000
Binary files a/public/images/content/7ab9a8-spacer.png and /dev/null differ
diff --git a/public/images/content/7e43d1-spacer.png b/public/images/content/7e43d1-spacer.png
deleted file mode 100644
index b6fcef3..0000000
Binary files a/public/images/content/7e43d1-spacer.png and /dev/null differ
diff --git a/public/images/content/815328-spacer.png b/public/images/content/815328-spacer.png
deleted file mode 100644
index b6fcef3..0000000
Binary files a/public/images/content/815328-spacer.png and /dev/null differ
diff --git a/public/images/content/81cd07-spacer.png b/public/images/content/81cd07-spacer.png
deleted file mode 100644
index b6fcef3..0000000
Binary files a/public/images/content/81cd07-spacer.png and /dev/null differ
diff --git a/public/images/content/839ab3-spacer.png b/public/images/content/839ab3-spacer.png
deleted file mode 100644
index b6fcef3..0000000
Binary files a/public/images/content/839ab3-spacer.png and /dev/null differ
diff --git a/public/images/content/85a0d1-img_1117.jpg b/public/images/content/85a0d1-img_1117.jpg
deleted file mode 100644
index 088655c..0000000
Binary files a/public/images/content/85a0d1-img_1117.jpg and /dev/null differ
diff --git a/public/images/content/88dbeb-spacer.png b/public/images/content/88dbeb-spacer.png
deleted file mode 100644
index b6fcef3..0000000
Binary files a/public/images/content/88dbeb-spacer.png and /dev/null differ
diff --git a/public/images/content/9746aa-spacer.png b/public/images/content/9746aa-spacer.png
deleted file mode 100644
index b6fcef3..0000000
Binary files a/public/images/content/9746aa-spacer.png and /dev/null differ
diff --git a/public/images/content/9b98b4-spacer.png b/public/images/content/9b98b4-spacer.png
deleted file mode 100644
index b6fcef3..0000000
Binary files a/public/images/content/9b98b4-spacer.png and /dev/null differ
diff --git a/public/images/content/a18c1f-spacer.png b/public/images/content/a18c1f-spacer.png
deleted file mode 100644
index b6fcef3..0000000
Binary files a/public/images/content/a18c1f-spacer.png and /dev/null differ
diff --git a/public/images/content/a38e23-spacer.png b/public/images/content/a38e23-spacer.png
deleted file mode 100644
index b6fcef3..0000000
Binary files a/public/images/content/a38e23-spacer.png and /dev/null differ
diff --git a/public/images/content/aad2a3-master-orange-spacer.png b/public/images/content/aad2a3-master-orange-spacer.png
deleted file mode 100644
index b6fcef3..0000000
Binary files a/public/images/content/aad2a3-master-orange-spacer.png and /dev/null differ
diff --git a/public/images/content/b1c5b3-layer-shifting.png b/public/images/content/b1c5b3-layer-shifting.png
deleted file mode 100644
index 817da56..0000000
Binary files a/public/images/content/b1c5b3-layer-shifting.png and /dev/null differ
diff --git a/public/images/content/b1fcec-spacer.png b/public/images/content/b1fcec-spacer.png
deleted file mode 100644
index b6fcef3..0000000
Binary files a/public/images/content/b1fcec-spacer.png and /dev/null differ
diff --git a/public/images/content/b212cb-black-spacer.png b/public/images/content/b212cb-black-spacer.png
deleted file mode 100644
index 3db089f..0000000
Binary files a/public/images/content/b212cb-black-spacer.png and /dev/null differ
diff --git a/public/images/content/b35d54-spacer.png b/public/images/content/b35d54-spacer.png
deleted file mode 100644
index b6fcef3..0000000
Binary files a/public/images/content/b35d54-spacer.png and /dev/null differ
diff --git a/public/images/content/b52204-spacer.png b/public/images/content/b52204-spacer.png
deleted file mode 100644
index b6fcef3..0000000
Binary files a/public/images/content/b52204-spacer.png and /dev/null differ
diff --git a/public/images/content/b549b3-spacer.png b/public/images/content/b549b3-spacer.png
deleted file mode 100644
index b6fcef3..0000000
Binary files a/public/images/content/b549b3-spacer.png and /dev/null differ
diff --git a/public/images/content/b5ea5a-spacer.png b/public/images/content/b5ea5a-spacer.png
deleted file mode 100644
index b6fcef3..0000000
Binary files a/public/images/content/b5ea5a-spacer.png and /dev/null differ
diff --git a/public/images/content/b63d82-spacer.png b/public/images/content/b63d82-spacer.png
deleted file mode 100644
index b6fcef3..0000000
Binary files a/public/images/content/b63d82-spacer.png and /dev/null differ
diff --git a/public/images/content/b6e058-spacer.png b/public/images/content/b6e058-spacer.png
deleted file mode 100644
index b6fcef3..0000000
Binary files a/public/images/content/b6e058-spacer.png and /dev/null differ
diff --git a/public/images/content/b766e9-black-spacer.png b/public/images/content/b766e9-black-spacer.png
deleted file mode 100644
index 3db089f..0000000
Binary files a/public/images/content/b766e9-black-spacer.png and /dev/null differ
diff --git a/public/images/content/bbf348-code.png b/public/images/content/bbf348-code.png
deleted file mode 100644
index fb01fba..0000000
Binary files a/public/images/content/bbf348-code.png and /dev/null differ
diff --git a/public/images/content/bde353-spacer.png b/public/images/content/bde353-spacer.png
deleted file mode 100644
index b6fcef3..0000000
Binary files a/public/images/content/bde353-spacer.png and /dev/null differ
diff --git a/public/images/content/c01a6e-spacer.png b/public/images/content/c01a6e-spacer.png
deleted file mode 100644
index b6fcef3..0000000
Binary files a/public/images/content/c01a6e-spacer.png and /dev/null differ
diff --git a/public/images/content/c40deb-mary-had-a-little-lamb.png b/public/images/content/c40deb-mary-had-a-little-lamb.png
deleted file mode 100644
index 559dbd3..0000000
Binary files a/public/images/content/c40deb-mary-had-a-little-lamb.png and /dev/null differ
diff --git a/public/images/content/c43f17-img_0655.jpg b/public/images/content/c43f17-img_0655.jpg
deleted file mode 100644
index edf61cb..0000000
Binary files a/public/images/content/c43f17-img_0655.jpg and /dev/null differ
diff --git a/public/images/content/cb3ebd-spacer.png b/public/images/content/cb3ebd-spacer.png
deleted file mode 100644
index b6fcef3..0000000
Binary files a/public/images/content/cb3ebd-spacer.png and /dev/null differ
diff --git a/public/images/content/cd8971-final.jpg b/public/images/content/cd8971-final.jpg
deleted file mode 100644
index 9a51942..0000000
Binary files a/public/images/content/cd8971-final.jpg and /dev/null differ
diff --git a/public/images/content/d08a3c-img_1131.jpg b/public/images/content/d08a3c-img_1131.jpg
deleted file mode 100644
index 87afc0e..0000000
Binary files a/public/images/content/d08a3c-img_1131.jpg and /dev/null differ
diff --git a/public/images/content/d0b013-spacer.png b/public/images/content/d0b013-spacer.png
deleted file mode 100644
index b6fcef3..0000000
Binary files a/public/images/content/d0b013-spacer.png and /dev/null differ
diff --git a/public/images/content/d18d5b-spacer.png b/public/images/content/d18d5b-spacer.png
deleted file mode 100644
index b6fcef3..0000000
Binary files a/public/images/content/d18d5b-spacer.png and /dev/null differ
diff --git a/public/images/content/d23e34-master-black-spacer.png b/public/images/content/d23e34-master-black-spacer.png
deleted file mode 100644
index 3db089f..0000000
Binary files a/public/images/content/d23e34-master-black-spacer.png and /dev/null differ
diff --git a/public/images/content/d2c474-img_0469.jpg b/public/images/content/d2c474-img_0469.jpg
deleted file mode 100644
index d4a6c02..0000000
Binary files a/public/images/content/d2c474-img_0469.jpg and /dev/null differ
diff --git a/public/images/content/d2d4f5-black-spacer.png b/public/images/content/d2d4f5-black-spacer.png
deleted file mode 100644
index 3db089f..0000000
Binary files a/public/images/content/d2d4f5-black-spacer.png and /dev/null differ
diff --git a/public/images/content/d61805-spacer.png b/public/images/content/d61805-spacer.png
deleted file mode 100644
index b6fcef3..0000000
Binary files a/public/images/content/d61805-spacer.png and /dev/null differ
diff --git a/public/images/content/db1465-levelling.png b/public/images/content/db1465-levelling.png
deleted file mode 100644
index 5df5066..0000000
Binary files a/public/images/content/db1465-levelling.png and /dev/null differ
diff --git a/public/images/content/dc88b0-spacer.png b/public/images/content/dc88b0-spacer.png
deleted file mode 100644
index b6fcef3..0000000
Binary files a/public/images/content/dc88b0-spacer.png and /dev/null differ
diff --git a/public/images/content/de8d3a-spacer.png b/public/images/content/de8d3a-spacer.png
deleted file mode 100644
index b6fcef3..0000000
Binary files a/public/images/content/de8d3a-spacer.png and /dev/null differ
diff --git a/public/images/content/df67ce-mary-had-a-little-lamb.png b/public/images/content/df67ce-mary-had-a-little-lamb.png
deleted file mode 100644
index 559dbd3..0000000
Binary files a/public/images/content/df67ce-mary-had-a-little-lamb.png and /dev/null differ
diff --git a/public/images/content/e33faa-img_1366.jpg b/public/images/content/e33faa-img_1366.jpg
deleted file mode 100644
index db69238..0000000
Binary files a/public/images/content/e33faa-img_1366.jpg and /dev/null differ
diff --git a/public/images/content/e605a2-spacer.png b/public/images/content/e605a2-spacer.png
deleted file mode 100644
index b6fcef3..0000000
Binary files a/public/images/content/e605a2-spacer.png and /dev/null differ
diff --git a/public/images/content/e6357f-code.png b/public/images/content/e6357f-code.png
deleted file mode 100644
index fb01fba..0000000
Binary files a/public/images/content/e6357f-code.png and /dev/null differ
diff --git a/public/images/content/e6c956-code.png b/public/images/content/e6c956-code.png
deleted file mode 100644
index fb01fba..0000000
Binary files a/public/images/content/e6c956-code.png and /dev/null differ
diff --git a/public/images/content/e984ed-spacer.png b/public/images/content/e984ed-spacer.png
deleted file mode 100644
index b6fcef3..0000000
Binary files a/public/images/content/e984ed-spacer.png and /dev/null differ
diff --git a/public/images/content/ea4e20-spacer.png b/public/images/content/ea4e20-spacer.png
deleted file mode 100644
index b6fcef3..0000000
Binary files a/public/images/content/ea4e20-spacer.png and /dev/null differ
diff --git a/public/images/content/f3229c-real.png b/public/images/content/f3229c-real.png
deleted file mode 100644
index 8e6d744..0000000
Binary files a/public/images/content/f3229c-real.png and /dev/null differ
diff --git a/public/images/content/f3ad18-spacer.png b/public/images/content/f3ad18-spacer.png
deleted file mode 100644
index b6fcef3..0000000
Binary files a/public/images/content/f3ad18-spacer.png and /dev/null differ
diff --git a/public/images/content/f68538-img_1131.jpg b/public/images/content/f68538-img_1131.jpg
deleted file mode 100644
index 87afc0e..0000000
Binary files a/public/images/content/f68538-img_1131.jpg and /dev/null differ
diff --git a/public/images/content/f8e983-spacer.png b/public/images/content/f8e983-spacer.png
deleted file mode 100644
index b6fcef3..0000000
Binary files a/public/images/content/f8e983-spacer.png and /dev/null differ
diff --git a/public/images/content/f973e5-spacer.png b/public/images/content/f973e5-spacer.png
deleted file mode 100644
index b6fcef3..0000000
Binary files a/public/images/content/f973e5-spacer.png and /dev/null differ
diff --git a/public/images/content/fb4d79-img_0822.jpg b/public/images/content/fb4d79-img_0822.jpg
deleted file mode 100644
index 2147ac9..0000000
Binary files a/public/images/content/fb4d79-img_0822.jpg and /dev/null differ
diff --git a/public/images/content/fc2c82-spacer.png b/public/images/content/fc2c82-spacer.png
deleted file mode 100644
index b6fcef3..0000000
Binary files a/public/images/content/fc2c82-spacer.png and /dev/null differ
diff --git a/public/images/products/class-management-large.png b/public/images/products/class-management-large.png
deleted file mode 100644
index 4725eda..0000000
Binary files a/public/images/products/class-management-large.png and /dev/null differ
diff --git a/public/images/products/class-management.png b/public/images/products/class-management.png
deleted file mode 100644
index aaa359a..0000000
Binary files a/public/images/products/class-management.png and /dev/null differ
diff --git a/public/images/products/code-editor-big.png b/public/images/products/code-editor-big.png
deleted file mode 100644
index 3695d1b..0000000
Binary files a/public/images/products/code-editor-big.png and /dev/null differ
diff --git a/public/images/products/code-editor-block-mode.png b/public/images/products/code-editor-block-mode.png
new file mode 100644
index 0000000..fffdb40
Binary files /dev/null and b/public/images/products/code-editor-block-mode.png differ
diff --git a/public/images/products/code-editor-blocks.jpg b/public/images/products/code-editor-blocks.jpg
new file mode 100644
index 0000000..35b2b10
Binary files /dev/null and b/public/images/products/code-editor-blocks.jpg differ
diff --git a/public/images/products/code-editor-class-panel.png b/public/images/products/code-editor-class-panel.png
new file mode 100644
index 0000000..6476f4c
Binary files /dev/null and b/public/images/products/code-editor-class-panel.png differ
diff --git a/public/images/products/code-editor-classroom.gif b/public/images/products/code-editor-classroom.gif
new file mode 100644
index 0000000..6827e29
Binary files /dev/null and b/public/images/products/code-editor-classroom.gif differ
diff --git a/public/images/products/code-editor-create-class.gif b/public/images/products/code-editor-create-class.gif
new file mode 100644
index 0000000..2299fa1
Binary files /dev/null and b/public/images/products/code-editor-create-class.gif differ
diff --git a/public/images/products/code-editor-devices.png b/public/images/products/code-editor-devices.png
new file mode 100644
index 0000000..b615959
Binary files /dev/null and b/public/images/products/code-editor-devices.png differ
diff --git a/public/images/products/code-editor-drag-blocks.gif b/public/images/products/code-editor-drag-blocks.gif
new file mode 100644
index 0000000..32d3a98
Binary files /dev/null and b/public/images/products/code-editor-drag-blocks.gif differ
diff --git a/public/images/products/code-editor-login.png b/public/images/products/code-editor-login.png
new file mode 100644
index 0000000..58b0362
Binary files /dev/null and b/public/images/products/code-editor-login.png differ
diff --git a/public/images/products/code-editor-mixed-mode.png b/public/images/products/code-editor-mixed-mode.png
new file mode 100644
index 0000000..72ed84c
Binary files /dev/null and b/public/images/products/code-editor-mixed-mode.png differ
diff --git a/public/images/products/code-editor-mixed.gif b/public/images/products/code-editor-mixed.gif
new file mode 100644
index 0000000..847b23e
Binary files /dev/null and b/public/images/products/code-editor-mixed.gif differ
diff --git a/public/images/products/code-editor-screenshot.png b/public/images/products/code-editor-screenshot.png
deleted file mode 100644
index faf20bc..0000000
Binary files a/public/images/products/code-editor-screenshot.png and /dev/null differ
diff --git a/public/images/products/code-editor-teacher-view.gif b/public/images/products/code-editor-teacher-view.gif
new file mode 100644
index 0000000..a821004
Binary files /dev/null and b/public/images/products/code-editor-teacher-view.gif differ
diff --git a/public/images/products/code-editor-text-mode.png b/public/images/products/code-editor-text-mode.png
new file mode 100644
index 0000000..467ff2c
Binary files /dev/null and b/public/images/products/code-editor-text-mode.png differ
diff --git a/public/images/products/cords.png b/public/images/products/cords.png
deleted file mode 100644
index a2be8e3..0000000
Binary files a/public/images/products/cords.png and /dev/null differ
diff --git a/public/images/products/rover-activities.png b/public/images/products/rover-activities.png
deleted file mode 100644
index c459f7c..0000000
Binary files a/public/images/products/rover-activities.png and /dev/null differ
diff --git a/public/images/products/rover-big.png b/public/images/products/rover-big.png
deleted file mode 100644
index b25e19b..0000000
Binary files a/public/images/products/rover-big.png and /dev/null differ
diff --git a/public/images/products/rover-digger.png b/public/images/products/rover-digger.png
deleted file mode 100644
index 024b057..0000000
Binary files a/public/images/products/rover-digger.png and /dev/null differ
diff --git a/public/images/products/rover.png b/public/images/products/rover.png
deleted file mode 100644
index 95e1927..0000000
Binary files a/public/images/products/rover.png and /dev/null differ
diff --git a/public/images/products/simulator-big.png b/public/images/products/simulator-big.png
deleted file mode 100644
index cd6877e..0000000
Binary files a/public/images/products/simulator-big.png and /dev/null differ
diff --git a/public/images/resources/binary-bot.jpg b/public/images/resources/binary-bot.jpg
new file mode 100644
index 0000000..560afd3
Binary files /dev/null and b/public/images/resources/binary-bot.jpg differ
diff --git a/public/images/resources/cargo-bot.jpg b/public/images/resources/cargo-bot.jpg
new file mode 100644
index 0000000..560afd3
Binary files /dev/null and b/public/images/resources/cargo-bot.jpg differ
diff --git a/public/images/resources/colourful-sounds.jpg b/public/images/resources/colourful-sounds.jpg
new file mode 100644
index 0000000..560afd3
Binary files /dev/null and b/public/images/resources/colourful-sounds.jpg differ
diff --git a/public/images/resources/dance-dance-rover-lution.jpg b/public/images/resources/dance-dance-rover-lution.jpg
new file mode 100644
index 0000000..560afd3
Binary files /dev/null and b/public/images/resources/dance-dance-rover-lution.jpg differ
diff --git a/public/images/resources/driving-school-basics.jpg b/public/images/resources/driving-school-basics.jpg
new file mode 100644
index 0000000..560afd3
Binary files /dev/null and b/public/images/resources/driving-school-basics.jpg differ
diff --git a/public/images/resources/getting-started-with-servo-motors.jpg b/public/images/resources/getting-started-with-servo-motors.jpg
new file mode 100644
index 0000000..560afd3
Binary files /dev/null and b/public/images/resources/getting-started-with-servo-motors.jpg differ
diff --git a/public/images/resources/micromelon-code-editor-283.jpg b/public/images/resources/micromelon-code-editor-283.jpg
new file mode 100644
index 0000000..560afd3
Binary files /dev/null and b/public/images/resources/micromelon-code-editor-283.jpg differ
diff --git a/public/images/resources/random-bug-bot-2.jpg b/public/images/resources/random-bug-bot-2.jpg
new file mode 100644
index 0000000..560afd3
Binary files /dev/null and b/public/images/resources/random-bug-bot-2.jpg differ
diff --git a/public/images/resources/rover-van-gogh.jpg b/public/images/resources/rover-van-gogh.jpg
new file mode 100644
index 0000000..560afd3
Binary files /dev/null and b/public/images/resources/rover-van-gogh.jpg differ
diff --git a/public/images/resources/running-a-term-of-digital-technologies-classes-in-the-robot-simulator.jpg b/public/images/resources/running-a-term-of-digital-technologies-classes-in-the-robot-simulator.jpg
new file mode 100644
index 0000000..560afd3
Binary files /dev/null and b/public/images/resources/running-a-term-of-digital-technologies-classes-in-the-robot-simulator.jpg differ
diff --git a/public/images/resources/spike-drop.jpg b/public/images/resources/spike-drop.jpg
new file mode 100644
index 0000000..560afd3
Binary files /dev/null and b/public/images/resources/spike-drop.jpg differ
diff --git a/public/images/resources/spike-drop.png b/public/images/resources/spike-drop.png
deleted file mode 100644
index 2877274..0000000
Binary files a/public/images/resources/spike-drop.png and /dev/null differ
diff --git a/src/app/about-us/page.tsx b/src/app/about-us/page.tsx
index c62da52..1c0d828 100644
--- a/src/app/about-us/page.tsx
+++ b/src/app/about-us/page.tsx
@@ -4,6 +4,7 @@ import { Container } from "@/components/layout/Container";
import { SectionHeading } from "@/components/ui/SectionHeading";
import { awards } from "@/data/awards";
import { partners } from "@/data/partners";
+import { KNOWN_SCHOOLS } from "@/data/schools";
export const metadata: Metadata = {
title: "About Us",
@@ -15,13 +16,13 @@ const founders = [
{
name: "Adam Stacey",
role: "Co-Founder",
- bio: "Adam has a background in computer vision research, teaching, and supervising software engineering students. As co-founder, he serves as lead software engineer developing the Micromelon Code Editor and Robot Simulator. He also runs school programs and mentors students in robotics.",
+ bio: "Adam builds the software that powers Micromelon, including the Code Editor, Robot Simulator, and everything in between. He came from computer vision research and teaching software engineering at university, and now spends his time writing code, running school programs, and helping students figure out why their rover is going in circles.",
image: "/images/founders/adam.png",
},
{
name: "Tim Hadwen",
role: "Co-Founder",
- bio: "Tim has an electronics and product design background from startups and CSIRO research. As co-founder and lead hardware engineer, he develops the Micromelon Rover and 3D printed attachments. He facilitates student workshops and adult robotics sessions.",
+ bio: "Tim designs and builds the Micromelon Rover itself: electronics, firmware, and all the 3D printed bits. Before Micromelon he worked in electronics startups and CSIRO research. These days he runs student workshops, tinkers with new rover attachments, and occasionally 3D prints things that have nothing to do with robots.",
image: "/images/founders/tim.png",
},
];
@@ -114,10 +115,30 @@ export default function AboutUsPage() {
- {/* Partners */}
+ {/* Schools */}
-
+
+
+ {KNOWN_SCHOOLS.slice(0, 50).map((school) => (
+
+ {school}
+
+ ))}
+
+
+
+
+ {/* Partners */}
+
+
+
{partners.map((partner) => (
11. Contact Us
If you have any questions about this Privacy Policy, please contact us: