Rover
Rover |
---|
What: |
Small modular autonomous rover. |
Participants: |
{{#arraymap:User:James147|,|x|Has participant::x}} |
A small modular autonomous rover designed to be as cheap and as easy to work with as possible. The aim is to have a cheap open robotic design that anyone can pick up and code on with easy and cheaply most complete robots cost somewhere around £100+ we aim to have the base board costing less then £40.
Based of a previous rover design: james147.net
Code: github
Design
To make the rover as modular as possible it will be split into 2 or more different layers. The bottom layer is responsible for mounting the servos or motors as well some basic sensors such as bumper sensors and the control circuits for this. The middle layer will be for higher level controllers, such as arduinos or raspberry pis and possibly some more sensors and the top layer will be for additional sensors or larger circuits.
Bottom Layer
This layer is a basic layer that the other layers build upon and is responsible for controlling the servos and some basic input. The idea is to allow this board to operate completely independently, without the need for the middle or top boards, but to keep it as cheap as possible. It should come preprogrammed, and the user should not need to program it to add functionality via the middle board, but should be easy to program if the user decides to do so. The idea is to keep most of the user control code on the second board.
Parts
Here is a list of parts needed to build the bottom layer:
- 2x Servo, full/continous rotation: hobbytronics (£10 each) proto-pic (£11.16 each)
- 2x Wheels: hobbytronics (2 pack, £3.29)
- 1x Caster Wheel:
- 2x micro switches: proto-pic (£1.54 each)
- 1x attiny44/84: hobbytronics (£2.34, attiny84) proto-pic (£2.44, attiny84)
- 3x leds (or 1x led + 1x dual led): hobbytronics (£) proto-pic (£0.08 each, green) proto-pic (£0.08 each, red) proto-pic (£0.08 each, yellow)
- 2x switches:
- base board (<£5):
- some wiring:
- headers:
- 5-7V power supply:
- 5V regulator:
- Resistors:
- Capacitors:
Middle Layer
User control layer/basic sensors.
Top Layer
Addition sensors/hardware mounts/anything else.