Zum Inhalt

Raspberry Pi Pico Introduction

Introduction to programming the Raspberry Pi Pico W with MicroPython.

What is Raspberry Pi Pico W?

The Raspberry Pi Pico W is a low-cost microcontroller board with WiFi capabilities, perfect for IoT projects.

Example Scripts

This project includes six complete examples:

  1. LED Blink - Basic GPIO control
  2. WiFi Connection - Network connectivity
  3. Signal Monitor - WiFi strength monitoring
  4. Signal to Blink - Data visualization
  5. API Consumer - Consuming REST APIs
  6. Access Point - Creating WiFi AP with web interface

Getting Started

  1. Install Thonny
  2. Flash your Pico
  3. Try the examples above

Source Code

All scripts are in src/pico_scripts/ directory.