Raspberry Pi Pico W

Program, build, and master 60+ projects with the Wireless RP2040

Cover Visual: Features a Raspberry Pi Pico W board, a Python code snippet for temperature sensing, a Wi-Fi symbol [📶], a Raspberry Pi logo [Raspberry Pi], and an Elektor logo [Elektor]. The code snippet demonstrates a loop for reading UART data and sending temperature readings.

TRIED. TESTED.

file True:
  buf = uart.readline()
  dat = buf.decode('UTF-8')
  n = dat.find("T?")
  if n > 0:
    T = GetTemperature()
    Tstr = "T="+str(T)
    Tlen = str(len(Tstr))
    PSEND="+Tlen + "\r\n" # AT
    uart.write(Tstr)
    # Send to ESP
    # Wait 2 sec
    # Send da
    

Publisher Information

This is an Elektor Publication. Elektor is the media brand of Elektor International Media B.V.

PO Box 11, NL-6114-ZG Susteren, The Netherlands

Phone: +31 46 4389444

Copyright © 2022: Elektor International Media B.V.

ISBN (Print): 978-3-89576-529-2

ISBN (eBook): 978-3-89576-530-8

Editor: Alina Neacsu

Prepress Production: D-Vision, Julian van den Berg

Elektor is part of EIM, the world's leading source of essential technical information and electronics products for professional engineers, electronics designers, and the companies seeking to engage them. Each day, their international team develops and delivers high-quality content via a variety of media channels (including magazines, video, digital media, and social media) in several languages – relating to electronics design and DIY electronics. Visit www.elektormagazine.com.

Contents Overview

Chapter 1: Raspberry Pi Pico W Hardware

Chapter 2: Raspberry Pi Pico W Programming

Chapter 3: Raspberry Pi Pico W LED Projects

Chapter 4: Raspberry Pi Pico W Multi-Digit 7-Segment Display Projects

Chapter 5: Raspberry Pi Pico W LCD Projects

Chapter 6: Pulse Width Modulation (PWM)

Chapter 7: TFT Displays

Chapter 8: I2C Bus Projects

Chapter 9: OLED Displays

Chapter 10: Using Bluetooth with the Raspberry Pi Pico W

Chapter 11: Using Wi-Fi with the Raspberry Pi Pico W

Chapter 12: RFID Projects

Index

PDF preview unavailable. Download the PDF instead.

mMVI8CW65u0sJcAA6uQYoao1aLoccbu6 macOS Version 13.0.1 (Build 22A400) Quartz PDFContext

Related Documents

Preview Raspberry Pi Pico Essentials: Program, Build, and Master Over 50 Projects with MicroPython and RP2040
A comprehensive guide to the Raspberry Pi Pico microcontroller, covering hardware, programming with MicroPython, and over 50 practical projects including LEDs, sensors, communication interfaces, and more.
Preview Raspberry Pi Pico Experimentierkit: Programming and Projects Guide
A comprehensive guide to programming and projects using the Raspberry Pi Pico Experimentierkit, covering hardware, software, and various electronic experiments. Features 42 projects for the RP2040 microcontroller.
Preview Raspberry Pi Pico Experimenting Kit: Programming and Projects Guide
A comprehensive guide to the Raspberry Pi Pico Experimenting Kit, covering hardware, programming environments, and 42 diverse projects using MicroPython. Learn to master the RP2040 microcontroller with hands-on examples for electronics enthusiasts.
Preview Raspberry Pi Pico Advanced Kit: Programming & Projects Guide
A comprehensive guide to programming and projects using the Raspberry Pi Pico and RP2040 microcontroller. This kit includes over 80 projects covering physical computing, sensors, displays, robotics, and Python programming.
Preview Raspberry Pi Pico Kit for Advanced Users: Programming and Projects
A comprehensive project handbook for the Raspberry Pi Pico and RP2040 microcontroller, covering programming, electronics, and over 80 projects. Published by Elektor.
Preview MakePython ESP32 Development Kit: Programming & Projects Guide
A comprehensive guide to the MakePython ESP32 Development Kit, covering programming and various projects. Learn to master the ESP32 microcontroller with this enhanced guide from Elektor.
Preview Innovate with Sense HAT for Raspberry Pi: 45 Sensor Projects in Python
A comprehensive guide detailing 45 sensor projects using the Sense HAT add-on board with the Raspberry Pi, programmed in Python. It covers installation, basic and intermediate projects, emulator usage, Node-RED integration, and external component interaction.
Preview Raspberry Pi 4 and Pico Projects: Measuring, Controlling, Regulating
Explore practical projects for Raspberry Pi 4 and Raspberry Pi Pico, covering measurement, control, and regulation techniques with Python programming and hardware insights. This guide provides step-by-step instructions and project ideas for makers and electronics enthusiasts.