Micromelon Robotics
Platform
Resources
NewsAbout UsDownload
Support
Build Your Kit

Stay in the loop

New activities, teaching guides, and product updates delivered to your inbox.

Micromelon Robotics

Australian-made educational robotics for the next generation of innovators.

contact@micromelon.com.au

Company

  • About Us
  • Privacy Policy
  • Terms and Conditions

Products

  • Micromelon Rover
  • Code Editor
  • Robot Simulator
  • Junior
  • Python Library

Support

  • Resources
  • News
  • Rover Repairs
  • Contact
  • Build Your Kit

© 2026 Micromelon Robotics Pty Ltd. All rights reserved.

ABN 56 623 302 296

← Back to Resources
ActivitiesSimulator ActivitiesAdvanced

Activity: Forklift Attachment

Coding Skills

BranchingIterationAlgorithm Design

Rover Concepts

Colour
Activity: Forklift Attachment

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.

Setup

Against a wall, set up a series of towers using solid materials. We generally use blocks of wood differing in height. Use multiple Meloncubes and practice picking them up using the forklift. Once this has been mastered, raise the fork to the heights of the various towers and stack the Meloncubes on each. Note that the forklift's maximum lift height is about 8cm off the ground.

To extend the students, task them with designing and printing a modular cube that can easily be picked up by the fork. These can be used to create stacked building blocks using the forklift.

AccessoryMelonCubeA small 3D-printed cube for the forklift to pick up and stack.
PrintablesThingiverse

Our Approach

1Move Towards the Meloncube
  • Start by moving the rover forward 7cm towards the Meloncube.
2Capture the Cube
  • Set the continuous servo (right) to -90 degrees to raise the fork.
  • Add a delay of 9 seconds for the servo to complete the lift.
  • Set the servo back to 0 degrees to stop it.
3Approach the Tower
  • Once the fork has been lifted, move forward 7cm towards the tower and stop in front of it.
  • This distance may vary depending on how far away the tower is.
  • Consider adding tape on the ground for the colour sensor to detect.
4Deposit the Cube
  • Set the right servo to 90 degrees to lower the fork to the correct height.
  • Add a 1-second delay, then set the servo to 0 to stop.
  • Add a 0.5-second delay to allow the servo to settle.
  • Move backward 10cm to back away from the tower.
5Complete Code
  • The full program: move forward, raise the fork with a timed servo, move to the tower, lower the fork, and reverse away.

Tip: Try designing your own modular cubes that are easy to lift and stack. We’ve provided the measurements for the fork below to make designing easier. Maybe you can start a construction project, build a city, or a staircase!

6Fork Dimensions
  • The fork prongs are 50mm long and 38mm apart, with a thickness of 3mm and a tip width of 8mm.
  • Use these measurements when designing custom cubes for stacking.

Continue Learning

Activity: Claw AttachmentRelated resourceActivity: Claw AttachmentUse the claw attachment to grab the Meloncube and complete delivery tasks in a warehouse scenario, using the colour sensors to read delivery instructions.

Activity: Digger and TipperRelated resourceActivity: Digger and TipperUse the digger and tipper attachments together to build your own construction site, load grain-like material, transport it, and dump it in a new location.

Activity: Seed PlanterRelated resourceActivity: Seed PlanterUse the seed planter attachment to start your own little garden, organise your layout and have the Rover precisely deposit seeds in soft soil.

← Return to Resources