Projects

Thimy Light

This is for a camper. Thimy is used for a guide in the dark woods. It makes sure the camper doesn’t trip and fall. The camper would use it by holding a remote and controlling where it goes with it. It is also all-terrain so it is convenient in the woods. Presentation:   Video:

Flying Pig

Presentation:   Video:   Code: call sound.system(-1)#brings it to a specific starting state call leds.temperature(0,0) call leds.top(0,0,0) call leds.circle(0,0,0,0,0,0,0,0) onevent rc5 if rc5.command == 1 then call leds.top(16,0,0) end if rc5.command == 2 then motor.right.target= 150 motor.left.target= 150 end if rc5.command == 3 then motor.left.target= 150 motor.right.target=0 end if rc5.command == 4 then motor.left.target= 0 …

Flying Pig Read More »

Train Alert

The Train alert is made so whenever a train goes by it will hit a pulse sensor and the drivers will be alerted that a train is coming. Presentation:   Video:   Code: By: Xavier, Reilly

Safetybot

This product is designed for teachers in case of emergency. When there is a power outage, a teacher will be able to use this robot to go around the classroom with a light and will keep people safe. This product requires a remote. Presentation:   Video: Code: call leds.top(0,0,0) onevent rc5 if rc5.command == 2 …

Safetybot Read More »

Explorerbot

Description: The basic idea of the boat is to explore areas humans cannot get to like freezing waters and narrow rivers. Thymio will have lego paddles that spin when it moves. It has headlights and tail lights(Little Bits). ExplorerBot will have lego paddles that spin when he moves. Presentation: Video:   Code: [wpdm_file id=13] tags: …

Explorerbot Read More »