BaseBabyBot.ino
is for making a babybot wired over USB, no match timers.BaseBabyBotBluetooth.ino
is for making a babybot wired over USB, no match timers.MatchBabyBot.ino
is for use in matches for USB bots, and stops bots automatically after a specified time.MatchBabyBotBluetooth.ino
is for use in matches for Bluetooth-controlled bots.MotorDrive.ino
makes two motors drive forward at full speed. No input needed.
Physical Requirements:
- An Arduino
- Adafruit Motor Shield V1(now discontinued)
- Serial connection to Arduino (usually over USB)
- (Optional) HC-06 Bluetooth Module for wireless communication
Software Requirements:
- Upload the file to the Arduino, plugged in via USB.
- Figure out the COM port currently assigned to your Arduino (the correct one will usually have a label saying it's an Arduino. If one fails, try another):
- Open PuTTY and switch to Serial. Input the correct COM port and hit "Open".
This will open up a command prompt-style window where you can input letters like Serial Monitor in Arduino.