Learning outcomes
- Understand how a drawing robot works
Pupils learn that a plotter moves a pen across paper using motors and simple movement commands.
- Identify the main electronic components
Pupils recognise the Arduino Nano, stepper motors, motor drivers, power connections and the pen mechanism.
- Build and test a simple robotic system
Pupils connect the main parts of the plotter and test how each axis moves.
- Use block programming to control movement
Pupils create simple programs in RobiumCode to move the plotter left, right, forward, backward and control the pen.
- Create basic drawings with code
Pupils use sequences of movement commands to draw simple shapes such as squares, lines and patterns.
- Develop problem-solving and debugging skills
Pupils observe the machine’s behaviour, find mistakes in wiring or logic, and improve their program step by step.