Files
micromelon-website/content/resources/rover-van-gogh.mdx
Tim Hadwen 1f8c46597b Site audit: fix broken images, add activity metadata, clean up content
- Remove broken image references from 25 MDX files (deleted spacer/content images)
- Add codingSkills and roverConcepts frontmatter to 24 activity pages
- Fix "Activity Demonstration" headings in 15 activity files (plain text -> h3)
- Remove unused "All" category from 89 MDX files
- Decode HTML entities (> <  ) in 9 content files
- Escape bare < > characters in MDX to fix build errors
- Standardize contact email to contact@micromelon.com.au
- Add missing description to rover-repair-request metadata
- Include previous session work: about-us updates, difficulty filtering,
  LearningPathway component, expanded schools list, new product/resource images

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-02 21:49:15 +10:00

69 lines
2.2 KiB
Plaintext
Raw Permalink Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
---
title: "Activity: Rover Van Gogh"
date: "2022-03-29"
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"
---
** **
Using the pen attachment of the Micromelon Rover, try your hand at using code to create art. Youll need to program your rover to move with pen-point precision to ensure your artwork is accurate.
![](/images/content/216a76-pen-attachment.png)
### Activity Demonstration
**Not Sure What To Draw? Try These**
![](/images/content/882af2-square.png)
Square
![](/images/content/515514-hexagon.png)
Hexagon
![](/images/content/76637f-initials.png)
Your Initials
![](/images/content/ec8d33-duck.png)
A Duck
### Setup
**Download & Print Your Own Pen Attachment**
![](/images/content/0ac648-featured_preview_mm-attachment_spider_holes.png)
#### Pen Attachment 3D File
[**OPEN THINGIVERSE**](https://www.thingiverse.com/micromelonrobotics/designs)
You can 3D print a pen attachment and attach it to your Micromelon Rover. Find the 3D files for the pen attachment and many other attachments on the Micromelon Thingyverse page.
**Use The Pen Attachment In The Simulator**
![](/images/content/bfd8df-pen-attachment-settings.png)
The Micromelon Robot Simulator comes with a range of simulated Rover attachments. You can toggle the simulator rover attachment from the in-activity menu in the top left.
### **How To Program The Pen Attachment**
Once we add the pen attachment to the Rover we are able to control whether the pen point is making contact with the ground by raising it or lowing it with the server blocks.
**Lowering The Pen**
To lower the pen attachment we the servo motor connected to the attachment to -90 degrees. This will move the arm down. If your pen does not make contact with the ground, you should adjust the pen in the pen holder so it does.
**Raising The Pen**
If you do not want to draw you can raise the pen. Set the servo motor connected to the attachment to 0 degrees. This will move the arm up.
![](/images/content/8e4b3d-screen-shot-2022-04-22-at-2.15.47-pm.png)