Search icon
Arrow left icon
All Products
Best Sellers
New Releases
Books
Videos
Audiobooks
Learning Hub
Newsletters
Free Learning
Arrow right icon
Raspberry Pi Embedded Projects Hotshot

You're reading from  Raspberry Pi Embedded Projects Hotshot

Product type Book
Published in Feb 2015
Publisher
ISBN-13 9781849696227
Pages 250 pages
Edition 1st Edition
Languages
Concepts

Table of Contents (20) Chapters

Raspberry Pi Mechatronics Projects HOTSHOT
Credits
About the Authors
About the Reviewers
www.PacktPub.com
Preface
Hello World A Raspberry WebIDE Example The Arduino Raspberry Pi Interface Christmas Light Sequencer Internet of Things Example – An E-mail Alert Water Fountain Raspberry Pi as a Personal Assistant Raspberry Pi-based Line Following Robot Connect Four Desktop Game using Raspberry Pi The Raspberry Pi-enabled Pet/Wildlife Monitor Raspberry Pi Personal Health Monitor Home Automation using Raspberry Pi Using a Raspberry Pi for Science and Education Tips and Tricks Index

Building a science fair exhibit using the Raspberry Pi


In this task, we will build a simple physics experiment controlled by the Raspberry Pi. This can be used to explain how things such as a solar panel, windmill, and so on work. In this example, we will build a windmill experiment that can possibly be used as a demonstrative exhibit at a science fair.

Prepare for lift off

We need a windmill generator kit from a hobby store (for example, http://amzn.com/B0016PBH9Q). The kit needs to be put together leaving the leads of the DC motor exposed.

Engage thrusters

  1. The DC motor of the wind energy kit needs to be interfaced to the Raspberry Pi GPIO pin as shown in the following Fritzing schematic:

    A Fritzing schematic showing the interface of a DC motor and a button for control

  2. Since the DC motor is interfaced to your Raspberry Pi's GPIO #18, it can be turned on (we are making use of the RPi.GPIO libraries; refer to previous projects if you are not familiar with RPi.GPIO):

    import RPi.GPIO as GPIO
    GPIO...
lock icon The rest of the chapter is locked
Register for a free Packt account to unlock a world of extra content!
A free Packt account unlocks extra newsletters, articles, discounted offers, and much more. Start advancing your knowledge today.
Unlock this book and the full library FREE for 7 days
Get unlimited access to 7000+ expert-authored eBooks and videos courses covering every tech area you can think of
Renews at $15.99/month. Cancel anytime}