BOOM! HEADSHOT
Posts: 6
Joined: Sat Oct 11, 2014 6:41 pm

Good beginner robotics project?

Sat Oct 11, 2014 6:46 pm

Hey guys I'm looking for a good basic robotics tutorial for beginners, I have a Raspberry Pi B+ and I know Python basics and some advanced stuff. I would love to do something with autonomy. If you guys could recommend a beginner tutorial with a part list (not over 100$ please), that would be great.

User avatar
joan
Posts: 14960
Joined: Thu Jul 05, 2012 5:09 pm
Location: UK

Re: Good beginner robotics project?

Sat Oct 11, 2014 7:15 pm

Have a look through http://www.themagpi.com/ and see if anything there suits.

User avatar
DougieLawson
Posts: 39304
Joined: Sun Jun 16, 2013 11:19 pm
Location: A small cave in deepest darkest Basingstoke, UK
Contact: Website Twitter

Re: Good beginner robotics project?

Sat Oct 11, 2014 10:06 pm

I'm guessing BMS Doug will be along in a minute. He's got his Raspberry Pi powered Dalek.
http://www.raspberrypi.org/forums/viewt ... 37&t=75402
Note: Any requirement to use a crystal ball or mind reading will result in me ignoring your question.

Criticising any questions is banned on this forum.

Any DMs sent on Twitter will be answered next month.
All non-medical doctors are on my foes list.

BOOM! HEADSHOT
Posts: 6
Joined: Sat Oct 11, 2014 6:41 pm

Re: Good beginner robotics project?

Sat Oct 11, 2014 10:08 pm

joan wrote:Have a look through http://www.themagpi.com/ and see if anything there suits.
I tried searching for ''robots'' and ''robotics'' but I only found the Skutter which looks like a pretty advanced project. Any other recommendations.

User avatar
mikronauts
Posts: 2794
Joined: Sat Jan 05, 2013 7:28 pm
Contact: Website

Re: Good beginner robotics project?

Sun Oct 12, 2014 4:35 am

A cheap setup:

- Magician 2WD chassis
- L9110S driver board
- prototyping board to help with connections
- 4xAA batteries for the motor
- usb power bank for the Pi

Somewhat more:

See Jan.2014 Servo magazine
http://www.mikronauts.com/robot-zoo/sprite/

joan's pigpio library is excellent for inexpensive Pi bots
http://Mikronauts.com - home of EZasPi, RoboPi, Pi Rtc Dio and Pi Jumper @Mikronauts on Twitter
Advanced Robotics, I/O expansion and prototyping boards for the Raspberry Pi

BMS Doug
Posts: 3824
Joined: Thu Mar 27, 2014 2:42 pm
Location: London, UK

Re: Good beginner robotics project?

Mon Oct 13, 2014 9:09 am

DougieLawson wrote:I'm guessing BMS Doug will be along in a minute. He's got his Raspberry Pi powered Dalek.
http://www.raspberrypi.org/forums/viewt ... 37&t=75402
sorry to disappoint, I was tired at the weekend. (kids party Saturday, Sunday was recovery)

My Dalek has a long way to go before it will be an autonomous robot, I'm just aiming for remote control first. (honestly getting remote control working is a good first step, you can then add autonomous functions when you are ready)

As with Bill, I would recommend getting a Magician Chassis and a motor driver board (I have no experience of the L9110S driver board, I use a L298N but either will probably be fine).

Having wheels and a chassis is a start, but you need power and a method to communicate, you may consider a WIFI dongle although I have had good experiences with powering the pi from a WIFI router powerbank which you could connect to with a network cable. You would still need a separate battery for the motors.

Once you have a working WIFI controlled machine you need to convert it to be autonomous, you then need sensors of various kinds, perhaps the first step would be proximity (you could issue a command to drive until it reaches a wall, then turn around and come back).
Proximity detection can be handled in a number of ways: Ultrasonic, IR reflection, contact probes, visual recognition...
Doug.
Building Management Systems Engineer.

Return to “Beginners”