Build Your Kit page and full Micromelon website
Complete website build including: - Build Your Kit store page with cart system, sectioned layout (Hardware, Software, Attachments, Spare Parts), inline quote request form, and sticky sidebar summary - 16+ pages: Education, Platform, Resources, News, About Us, Download, Contact, Rover, Code Editor, Robot Simulator, etc. - 89+ MDX resource articles and 18 news posts - Store product images scraped from micromelon.com.au - Quote request API route with Airtable integration - Dynamic back links and cover photos on resource pages - Redesigned downloads page - Fixed corrupted MDX code blocks
This commit is contained in:
122
content/resources/activity-forklift-attachment.mdx
Normal file
122
content/resources/activity-forklift-attachment.mdx
Normal file
@@ -0,0 +1,122 @@
|
||||
---
|
||||
title: "Activity: Forklift Attachment"
|
||||
date: "2023-09-14"
|
||||
categories: ["Activities", "All", "Simulator Activities"]
|
||||
tags: ["Colour Sensors", "Branching", "Iteration", "Algorithm Design", "Advanced"]
|
||||
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"
|
||||
---
|
||||
|
||||
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.
|
||||
|
||||
To download the print file for the Meloncube, head on over to either Printables or Thingiverse:
|
||||
|
||||
[
|
||||
Printables: MelonCube
|
||||
](https://www.printables.com/model/639390-micromelon-meloncube)
|
||||
|
||||
[
|
||||
Thingiverse: MelonCube
|
||||
](https://www.thingiverse.com/thing:6284246)
|
||||
|
||||
### Here’s Our Approach
|
||||
|
||||

|
||||
|
||||
#### 1) Move towards the Meloncube
|
||||
|
||||
Start by moving the rover towards the Meloncube.
|
||||
|
||||
#### **2) Capture the Cube:**
|
||||
|
||||

|
||||
|
||||
Next, we will set the continuous servo to turn on in one direction by powering it to 90. The delay will choose how long the servo will spin for. We will set the servo to 0 to turn it off.
|
||||
|
||||
#### **3) Approach the Tower:**
|
||||
|
||||

|
||||
|
||||
Once the fork has been lifted, the rover will move towards the tower and stop in front of it. This may vary depending on the distance from the tower.
|
||||
|
||||
Maybe add tape on the ground for the colour sensor to detect.
|
||||
|
||||
#### 4) Deposit the Cube:
|
||||
|
||||

|
||||
|
||||
Once the tower has been reached, the fork should be lowered to the correct height for the tower. A delay of half a second was added to allow for the servo to settle. Finally, the rover will back away from the tower.
|
||||
|
||||
#### Complete Code:
|
||||
|
||||

|
||||
|
||||
**Tip: **
|
||||
|
||||
Try and design your own type of modular cubes that are easy to lift and stack. We’ve provided the measurements for the fork to make designing easier. Maybe you can start a construction project like building a city or a staircase!
|
||||
|
||||

|
||||
|
||||
### Related Posts
|
||||
|
||||
Resources
|
||||
|
||||
[
|
||||
|
||||

|
||||
|
||||
](/resources/creating-a-sumo-unit)
|
||||
|
||||
[All](/resources?category=All)
|
||||
|
||||
[Creating A Sumo Unit For Your Digital Technologies Class](/resources/creating-a-sumo-unit)
|
||||
|
||||
[All](/resources?category=All)
|
||||
|
||||
How to run a sumo unit in your digital technologies classroom.
|
||||
|
||||
[Read More →](/resources/creating-a-sumo-unit)
|
||||
|
||||
[All](/resources?category=All)
|
||||
|
||||
[
|
||||
|
||||

|
||||
|
||||
](/resources/ultrasonic-sensor)
|
||||
|
||||
[All](/resources?category=All), [Guides](/resources?category=Guides)
|
||||
|
||||
[The Ultrasonic Sensor](/resources/ultrasonic-sensor)
|
||||
|
||||
[All](/resources?category=All), [Guides](/resources?category=Guides)
|
||||
|
||||
Learn all about the ultrasonic sensor!
|
||||
|
||||
[Read More →](/resources/ultrasonic-sensor)
|
||||
|
||||
[All](/resources?category=All), [Guides](/resources?category=Guides)
|
||||
|
||||
[
|
||||
|
||||

|
||||
|
||||
](/resources/year-7-digital-tech-at-st-peters)
|
||||
|
||||
[All](/resources?category=All), [Customer Stories](/resources?category=Customer+Stories)
|
||||
|
||||
[Case Study: Year 7 Digital Tech at St Peters Lutheran College](/resources/year-7-digital-tech-at-st-peters)
|
||||
|
||||
[All](/resources?category=All), [Customer Stories](/resources?category=Customer+Stories)
|
||||
|
||||
See how Meg Foley at St Peters conducted a challenge for their Year 7s using Micromelon.
|
||||
|
||||
[Read More →](/resources/year-7-digital-tech-at-st-peters)
|
||||
|
||||
[All](/resources?category=All), [Customer Stories](/resources?category=Customer+Stories)
|
||||
Reference in New Issue
Block a user