Where code leaves
the screen and starts to move.
Control motors, sensors and lights with blocks you write yourself, using the Hipo Robot kit. The kit arrives at home or in class; the lessons continue on the platform.
- Start
- Move Forward
- Turn Right 90°
- Turn On LED

What is in the kit?
Modular parts in a single box, used from the very beginning through to advanced level.

Hipo Mainboard
Wi-Fi controller, USB-C charging, long battery life.

2 Motors + Wheels
Speed and direction control, line-following wheel.

Sensor Pack
Distance, light, sound, colour and touch sensors.

Building Parts
LEGO® compatible parts and connectors.
Write it in blocks,
the robot does it.
Write the same program in blocks or in Python; the robot understands both.
from hipo import Robot
robot = Robot()
robot.forward(30)
robot.turn_right(90)
robot.led("blue")
Step-by-step robotics lessons
Hands-on activities
Real-world problems
Classroom and individual use