Search icon CANCEL
Arrow left icon
Explore Products
Best Sellers
New Releases
Books
Videos
Audiobooks
Learning Hub
Conferences
Free Learning
Arrow right icon
Arrow up icon
GO TO TOP
Raspberry Pi Embedded Projects Hotshot

You're reading from   Raspberry Pi Embedded Projects Hotshot Enter the world of mechatronic systems with the Raspberry Pi to design and build 12 amazing projects

Arrow left icon
Product type Paperback
Published in Feb 2015
Publisher
ISBN-13 9781849696227
Length 250 pages
Edition 1st Edition
Concepts
Arrow right icon
Toc

Table of Contents (15) Chapters Close

Preface 1. Hello World FREE CHAPTER 2. A Raspberry WebIDE Example 3. The Arduino Raspberry Pi Interface 4. Christmas Light Sequencer 5. Internet of Things Example – An E-mail Alert Water Fountain 6. Raspberry Pi as a Personal Assistant 7. Raspberry Pi-based Line Following Robot 8. Connect Four Desktop Game using Raspberry Pi 9. The Raspberry Pi-enabled Pet/Wildlife Monitor 10. Raspberry Pi Personal Health Monitor 11. Home Automation using Raspberry Pi 12. Using a Raspberry Pi for Science and Education 13. 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:
    Engage thrusters

    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...
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 $19.99/month. Cancel anytime