Foreword
Preface
Conventions Used in This Book
Using Code Examples
O’Reilly Safari
How to Contact Us
Acknowledgments
1. What Is MicroPython?
Why Micro?
Why Python?
MicroPython Genesis
Dive In!
2. PyBoard
The Hardware
Developer Setup
3. BBC micro:bit
The Hardware
Developer Setup
4. Adafruit Circuit Playground Express
The Hardware
Developer Setup
5. ESP8266 / ESP32
The Hardware
Developer Setup
ESP8266
ESP32
6. Thinking Embedded
Human Drives
Abilities of Enchantment
Steps on the Ladder of Enchantment
7. Visual Feedback
Blinkenlights
NeoPixels (Blinkenlights on Steroids)
Text, Images, and Animation
PyBoard Colour LCD Display
8. Input and Sensing
Buttons and Capacitative Touch
Accelerometers, Gestures, and Compasses
Sound, Light, and Temperature
Sensing with Peripherals
9. GPIO
Pins
UART
SPI
I2C
Miscellaneous GPIO Techniques and Protocols
10. Networking
Circuit Playground Express Infrared
The micro:bit Radio
ESP8266/32 WiFi
MQTT
11. Sound and Music
Bleeps and Bloops
Music
Speech
12. Robots
Trundle Bot
Racer Bot
13. Idiomatic MicroPython
The Zen of MicroPython
Memory
Performance
14. Next Steps
The Community
Going Deeper
Index
It’s an exciting time to get involved with MicroPython, the re-implementation of Python 3 for microcontrollers and embedded systems. This practical guide delivers the knowledge you need to roll up your sleeves and create exceptional embedded projects with this lean and efficient programming language. If you’re familiar with Python as a programmer, educator, or maker, you’re ready to learn―and have fun along the way.
Author Nicholas Tollervey takes you on a journey from first steps to advanced projects. You’ll explore the types of devices that run MicroPython, and examine how the language uses and interacts with hardware to process input, connect to the outside world, communicate wirelessly, make sounds and music, and drive robotics projects.