MicroPython Cookbook Over 110 practical recipes for programminged systems and microcontrollers with Python 1st edition by Marwan Alsabbagh – Ebook PDF Instant Download/Delivery: 1838641955, 9781838641955
Full download MicroPython Cookbook Over 110 practical recipes for programminged systems and microcontrollers with Python 1st edition after payment

Product details:
ISBN 10: 1838641955
ISBN 13: 9781838641955
Author: Marwan Alsabbagh
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.
MicroPython Cookbook Over 110 practical recipes for programminged systems and microcontrollers with Python 1st Table of contents:
Part 1: Getting Started with CircuitPython
-
Executing Your First Program
- Getting Ready
- How to Do It
- How It Works
- There’s More
- See Also
-
Using Screen to Access the REPL
- Getting Ready
- How to Do It
- How It Works
- There’s More
- See Also
-
Using Mu to Access the REPL
- Getting Ready
- How to Do It
- How It Works
- There’s More
- See Also
-
Executing Commands in the REPL
- Getting Ready
- How to Do It
- How It Works
- There’s More
- See Also
-
Using the Auto-Reload Feature
- Getting Ready
- How to Do It
- How It Works
- There’s More
- See Also
-
Updating the CircuitPython Library
- Getting Ready
- How to Do It
- How It Works
- There’s More
- See Also
Part 2: Controlling LEDs
-
The Adafruit Circuit Playground Express Layout
- Getting Ready
- How to Do It
- How It Works
- There’s More
- See Also
-
Turning on the Pin 13 LED
- Getting Ready
- How to Do It
- How It Works
- There’s More
- See Also
-
Setting the Brightness of the NeoPixel
- Getting Ready
- How to Do It
- How It Works
- There’s More
- See Also
-
Controlling the Color of a Single NeoPixel
- Getting Ready
- How to Do It
- How It Works
- There’s More
- See Also
-
Displaying an LED Color Using the RGB and Hex Code
- Getting Ready
- How to Do It
- How It Works
- There’s More
- See Also
-
Setting an LED Color Using Color Names
- Getting Ready
- How to Do It
- How It Works
- There’s More
- See Also
-
Setting All NeoPixels to the Same Color
- Getting Ready
- How to Do It
- How It Works
- There’s More
- See Also
-
Setting a Range of NeoPixels to One Color
- Getting Ready
- How to Do It
- How It Works
- There’s More
- See Also
-
Generating Random NeoPixel LED Colors
- Getting Ready
- How to Do It
- How It Works
- There’s More
- See Also
-
Creating LED Animations with Random Colors
- Getting Ready
- How to Do It
- How It Works
- There’s More
- See Also
-
Creating LED Animations with Rainbow Colors
- Getting Ready
- How to Do It
- How It Works
- There’s More
- See Also
Part 3: Creating Sound and Music
-
The Adafruit Circuit Playground Express Layout
- Getting Ready
- How to Do It
- How It Works
- There’s More
- See Also
-
Making a Beeping Sound
- Getting Ready
- How to Do It
- How It Works
- There’s More
- See Also
-
Controlling Tone, Frequency, and Duration
- Getting Ready
- How to Do It
- How It Works
- There’s More
- See Also
-
Playing a Musical Note
- Getting Ready
- How to Do It
- How It Works
- There’s More
- See Also
-
Playing a Melody
- Getting Ready
- How to Do It
- How It Works
- There’s More
- See Also
-
Sounding the Alarm
- Getting Ready
- How to Do It
- How It Works
- There’s More
- See Also
-
Playing WAV Files
- Getting Ready
- How to Do It
- How It Works
- There’s More
- See Also
-
Converting MP3 Files to WAV Files
- Getting Ready
- How to Do It
- How It Works
- There’s More
- See Also
-
Starting and Stopping Tones
- Getting Ready
- How to Do It
- How It Works
- There’s More
- See Also
Part 4: Interacting with Buttons
-
The Adafruit Circuit Playground Express Layout
- Getting Ready
- How to Do It
- How It Works
- There’s More
- See Also
-
Detecting Push Button Presses
- Getting Ready
- How to Do It
- How It Works
- There’s More
- See Also
-
Controlling LEDs with Push Buttons
- Getting Ready
- How to Do It
- How It Works
- There’s More
- See Also
-
Reading a Slide Switch
- Getting Ready
- How to Do It
- How It Works
- There’s More
- See Also
-
Calling Functions on the Button State Change
- Getting Ready
- How to Do It
- How It Works
- There’s More
- See Also
-
Moving Active LEDs with Push Buttons
- Getting Ready
- How to Do It
- How It Works
- There’s More
- See Also
-
Playing a Beep on the Button Press
- Getting Ready
- How to Do It
- How It Works
- There’s More
- See Also
-
Detecting Touch on a Touchpad
- Getting Ready
- How to Do It
- How It Works
- There’s More
- See Also
-
Monitoring the Touchpad Raw Measurements
- Getting Ready
- How to Do It
- How It Works
- There’s More
- See Also
-
Adjusting the Touch Threshold
- Getting Ready
- How to Do It
- How It Works
- There’s More
- See Also
Part 5: Reading Sensor Data
-
Circuit Playground Express Sensors
- Getting Ready
- How to Do It
- How It Works
- There’s More
- See Also
-
Reading Temperature Readings
- Getting Ready
- How to Do It
- How It Works
- There’s More
- See Also
-
Reading Brightness Levels from the Light Sensor
- Getting Ready
- How to Do It
- How It Works
- There’s More
- See Also
-
Creating a Light Meter
- Getting Ready
- How to Do It
- How It Works
- There’s More
- See Also
-
Reading Data from the Motion Sensor
- Getting Ready
- How to Do It
- How It Works
- There’s More
- See Also
-
Detecting a Single or Double Tap
- Getting Ready
- How to Do It
- How It Works
- There’s More
- See Also
-
Detecting a Shake
- Getting Ready
- How to Do It
- How It Works
- There’s More
- See Also
-
Beeping on a Shake
- Getting Ready
- How to Do It
- How It Works
- There’s More
- See Also
Part 6: Interactive Games
-
Button Bash Game
- Technical Requirements
- Circuit Playground Express Power
- Creating a Class to Detect a Button State Change
- Getting Ready
- How to Do It
- How It Works
- There’s More
- See Also
-
Creating Your Own Python Modules
- Getting Ready
- How to Do It
- How It Works
- There’s More
- See Also
People also search for MicroPython Cookbook Over 110 practical recipes for programminged systems and microcontrollers with Python 1st :
python cookbook online
python programming cookbook pdf
micropython tutorial pdf
micropython pdf
python cookbook amazon
Tags:
Marwan Alsabbagh,MicroPython Cookbook,programminged systems,microcontrollers with Python


