MicroPython Cookbook
eBook - ePub

MicroPython Cookbook

Over 110 practical recipes for programming embedded systems and microcontrollers with Python

  1. 452 pages
  2. English
  3. ePUB (mobile friendly)
  4. Available on iOS & Android
eBook - ePub

MicroPython Cookbook

Over 110 practical recipes for programming embedded systems and microcontrollers with Python

Book details
Book preview
Table of contents
Citations

About This Book

Learn how you can control LEDs, make music, and read sensor data using popular microcontrollers such as Adafruit Circuit Playground, ESP8266, and the BBC micro: bit

Key Features

  • Load and execute your first program with MicroPython
  • Program an IoT device to retrieve weather data using a RESTful API
  • Get to grips with integrating hardware, programming, and networking concepts with MicroPython

Book Description

MicroPython is an open source implementation of Python 3 that runs in embedded environments. With MicroPython, you can write clean and simple Python code to control hardware instead of using complex low-level languages like C and C++. This book guides you through all the major applications of the MicroPython platform to build and program projects that use microcontrollers.

The MicroPython book covers recipes that'll help you experiment with the programming environment and hardware programmed in MicroPython. You'll find tips and techniques for building a variety of objects and prototypes that can sense and respond to touch, sound, position, heat, and light. This book will take you through the uses of MicroPython with a variety of popular input devices and sensors. You'll learn techniques for handling time delays and sensor readings, and apply advanced coding techniques to create complex projects. As you advance, you'll get to deal with Internet of Things (IoT) devices and integration with other online web services. Furthermore, you'll also use MicroPython to make music with bananas and create portable multiplayer video games that incorporate sound and light animations into the game play.

By the end of the book, you'll have mastered tips and tricks to troubleshoot your development problems and push your MicroPython project to the next level!

What you will learn

  • Execute code without any need for compiling or uploading using REPL (read-evaluate-print-loop)
  • Program and control LED matrix and NeoPixel drivers to display patterns and colors
  • Build projects that make use of light, temperature, and touch sensors
  • Configure devices to create Wi-Fi access points and use network modules to scan and connect to existing networks
  • Use Pulse Width Modulation to control DC motors and servos
  • Build an IoT device to display live weather data from the Internet at the touch of a button

Who this book is for

If you want to build and program projects that use microcontrollers, this book will offer you dozens of recipes to guide you through all the major applications of the MicroPython platform. Although no knowledge of MicroPython or microcontrollers is expected, a general understanding of Python is necessary to get started with this book.

Frequently asked questions

Simply head over to the account section in settings and click on “Cancel Subscription” - it’s as simple as that. After you cancel, your membership will stay active for the remainder of the time you’ve paid for. Learn more here.
At the moment all of our mobile-responsive ePub books are available to download via the app. Most of our PDFs are also available to download and we're working on making the final remaining ones downloadable now. Learn more here.
Both plans give you full access to the library and all of Perlego’s features. The only differences are the price and subscription period: With the annual plan you’ll save around 30% compared to 12 months on the monthly plan.
We are an online textbook subscription service, where you can get access to an entire online library for less than the price of a single book per month. With over 1 million books across 1000+ topics, we’ve got you covered! Learn more here.
Look out for the read-aloud symbol on your next book to see if you can listen to it. The read-aloud tool reads text aloud for you, highlighting the text as it is being read. You can pause it, speed it up and slow it down. Learn more here.
Yes, you can access MicroPython Cookbook by Marwan Alsabbagh in PDF and/or ePUB format, as well as other popular books in Computer Science & Programming in Python. We have over one million books available in our catalogue for you to explore.

Information

Year
2019
ISBN
9781838641955
Edition
1

Contributors

About the author

Marwan Alsabbagh has been coding in some form or other since before the web existed and has continued to develop software, with a particular passion for Python, his preferred programming language, for over a decade. He has been a speaker at a number of global Python conferences, where he has been known to present microcontroller projects with a healthy dose of humor and stage theatrics. The snow globe intruder alert system, which he created with his creative and curious daughters, was one of his favorite MicroPython projects. His research interests include software engineering, microcontrollers, and 3D printing.
I could not have reached this far in my life or in creating this book if it was not for the support of my loving family. Thank you for putting up with all the bananas I stole to make a whole chapter on programming microcontrollers with bananas.

About the reviewers

Arunkumar NT is 43 years of age, has completed his M.Sc. (Phy) and MBA (Finance), and is currently pursuing his CMA and CS qualifications. He has over 20 years' corporate experience and 2 years' experience of teaching MBA students. He is an entrepreneur and has previously worked for Airtel, C...

Table of contents

  1. Title Page
  2. Copyright and Credits
  3. About Packt
  4. Contributors
  5. Preface
  6. Getting started with MicroPython
  7. Controlling LEDs
  8. Creating Sound and Music
  9. Interacting with Buttons
  10. Reading Sensor Data
  11. Button Bash Game
  12. Fruity Tunes
  13. Let's Move It, Move It
  14. Coding on the micro:bit
  15. Controlling the ESP8266
  16. Interacting with the Filesystem
  17. Networking
  18. Interacting with the Adafruit FeatherWing OLED
  19. Building an Internet of Things (IoT) Weather Machine
  20. Coding on the Adafruit HalloWing Microcontroller
  21. Other Books You May Enjoy