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:
- LED Blink - Basic GPIO control
- WiFi Connection - Network connectivity
- Signal Monitor - WiFi strength monitoring
- Signal to Blink - Data visualization
- API Consumer - Consuming REST APIs
- Access Point - Creating WiFi AP with web interface
Getting Started¶
- Install Thonny
- Flash your Pico
- Try the examples above
Source Code¶
All scripts are in src/pico_scripts/ directory.