Pet Robot
A tiny Arduino-compatible robot platform. Inspired by the Pop Pet Robot.
PopPet Robot
The PopPet robot was a kickstarter in 2014. It was successful, and the designs were open sourced. And then it sort of died. The website is down, the Facebook page gone, and the twitter account has gone pretty much silent.
Materials
- the body and wheels are lasercut out of 3mm MDF
- motors are these quasi-standard cheap beginner robotics motors, available e.g. at HobbyKing
- there's an omni-wheel caster in the back, which is probably the same as this one
- I'd like to replace it with a smaller one to also make the front wheels a bit smaller. This one might be an option.
- Arduino
- Motor Shield: https://www.adafruit.com/product/81
- The Adafruit v1 Motor Shield is not produced by Adafruit anymore, but there are clones of it available from China. They are much cheaper than any other motor shield available, but work well enough for our purpose.
- Documentation
- Schematic
- More information on the shield
Firmware
Libraries
- Adafruit Motor Shield
- NewPing
Notes