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

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

English | 2020 | ISBN: 978-1838649951 | 452 Pages | PDF, EPUB | 191 MB

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
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
Homepage