Technical requirements
This chapter is a speed walk through the entire process of building a small mobile robot from scratch. You can build your own robot differently with parts you might already have available, but if you want to replicate the exact design, you will need the following components and parts.
- Electronic components:
- An Arduino Mega2560.
- A Pixy2 camera sensor. This example uses version 2.1 (for example, from https://www.robotshop.com/products/charmed-labs-pixy-21-robot-vision-image-sensor-rbc).
- An LM298N-based dual DC motor driver board (such as https://www.amazon.com/dp/B014KMHSW6).
- The Adafruit Bluefruit Bluetooth module (https://www.adafruit.com/product/2479).
- A small On/Off switch.
- A 3-cell, 11.1V LiPo battery that can power your motors (for example, https://www.amazon.com/dp/B07CQPLC3T).
- Two geared DC motors with mounting brackets and wheels (for example, https://www.amazon.com/dp/B078HYJ3F8).
Important note
If you are planning to also build the next chapter...