Changes between Version 2 and Version 3 of MinibotDevelopment


Ignore:
Timestamp:
Oct 7, 2015, 7:20:15 PM (10 years ago)
Author:
markelov
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • MinibotDevelopment

    v2 v3  
    1010
    1111The dimensions for the ring will be below once it's finished.
     12
     13== Mini Bot Project Options!
     14
     15=Minibot Projects!
     16
     17Items:
     18Static items---
     19chassis
     20wheels
     21battery packs (arduino, motors controller)
     22
     23Programmable items---
     24arduino
     25motors
     26motor controller extension board
     27IR proximity sensor
     28IR remote
     29IR remote receiver
     30ultrasonic sensor
     31line follower
     32
     33Projects:
     34
     35360 Mapping
     36Use the Ultrasonic sensors to scan the environment
     37store the distances of points 360 degrees around the robot
     38display the data in a graphical map (Processing, Java Swing, openGL, etc.)
     39
     40Maze Runner
     41Use the ultrasonic sensor and proximity sensor to navigate itself through a maze without crashing into the walls.
     42Must use the distance sensors to continuously check for crashing while still making progress down the maze.
     43
     44Remote Control Sumo/bumper Car
     45Use the IR remote as a remote controller for the robot.
     46The remote controller should be complex enough to move the robot forwards, backwards, left and right.
     47
     48Line Following Maze Runner
     49Use the line tracking sensor autonomously drive the bot to stay on track of a black tape stip.
     50The bot should be able to stay on track even if the tap bends.
     51For this project the bot must continuously checking if it is aligned with the tape bases of the values of the line following sensor and should be making course corrections if it sways off track.
     52
     53Teetor totter
     54Use an IMU (inertial Measurement Unit) to balance the bot on a teeter totter board
     55The bot should continuously be moving back and forth to balance itself. Once it is fully balanced it should stop and signal its success using an led.