Search icon CANCEL
Subscription
0
Cart icon
Close icon
You have no products in your basket yet
Save more on your purchases!
Savings automatically calculated. No voucher code required
Arrow left icon
All Products
Best Sellers
New Releases
Books
Videos
Audiobooks
Learning Hub
Newsletters
Free Learning
Arrow right icon
Wearable-Tech Projects with the Raspberry Pi Zero

You're reading from  Wearable-Tech Projects with the Raspberry Pi Zero

Product type Book
Published in Jul 2017
Publisher Packt
ISBN-13 9781786468819
Pages 184 pages
Edition 1st Edition
Languages
Author (1):
Jon Witts Jon Witts
Profile icon Jon Witts

Table of Contents (10) Chapters

Preface 1. About the Raspberry Pi 2. Scrolling LED Badge 3. Sewable LEDs in Clothing 4. A Motion-Reactive LED Cap 5. A Tweet-Activated LED T-Shirt 6. An LED Laptop Bag 7. Creating Your Own Pedometer 8. Creating Your Own Heart Rate Monitor 9. Creating Your Own GPS Tracker

Controlling our LED strip with Python

Now that we have completed all of our electronics, we can test that we can control our DotStar LED strip using the Python programming language. Switch on your Pi Zero and connect to it via SSH as normal. First off, we will create a directory for all of our code for this chapter; type mkdir ~/WearableTech/Chapter6; and then move into the directory by typing cd ~/WearableTech/Chapter6.

We now need to enable the SPI interface on our Pi Zero. Start the Raspberry Pi Configuration tool by typing sudo raspi-config. From the menu that opens, select 5 Interfacing Options, and then in the sub menu select P4 SPI; then press tab to highlight Enable. Press Enter twice and then restart your Pi Zero by typing sudo reboot now.

Once your Pi Zero has rebooted, connect to it via SSH again, move into your newly created Chapter6 directory and then issue the following...

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 €14.99/month. Cancel anytime}