Learn Robotics with Raspberry Pi

Learn Robotics with Raspberry Pi — page 3
Why the raspberry pi The Raspberry Pi is a 35 credit card size computer that was created to provide people with an inexpensive introduction to programming programming and electronics Despite its small size and low cost each Pi is a fully functional computer that can do pretty much everything you would expect from running programs to word processing and web browsing Raspberry Pi is a great platform to learn robotics with It’s cheap small easily powered and incredibly accessible You can program a Pi in almost any language you can imagine and embed it into all sorts of electronics projects A Pi hits just the right sweet spot between power and simplicity meaning you can create robots without limitations Since it was launched out of Cambridge UK in 2012 the Raspberry Pi has gained a massive worldwide following and community community Millions of people share their progress projects and ideas online which makes it easy for beginners to improve and learn from someone who knows more There are also many in-person events where you can chat and show off your achievements These are usually lovingly called Raspberry Jams and they take place around the globe What is in this Book This book is project-based and revolves around a two-wheeled robot that I’ll show you how to make from scratch You’ll improve this robot project by project adding components and coding new functionality At each stage of the book I’ll provide comprehensive instructions and explanations of each build and the program behind it You can also download the full code and resources for free from https nostarch com raspirobots Any updates or further notes from the book can also be found there Take a look at what’s in store for you in each chapter Chapter 1 Getting Up and Running takes you on a tour of the Raspberry Pi and its features I also show you how to install the operating system and set it up for use over your local network using SSH In this chapter you’ll meet the terminal and write your first Python program