https://github.com/ikostan/pico
PiPico W training
https://github.com/ikostan/pico
micropython picow pipico python3
Last synced: 5 months ago
JSON representation
PiPico W training
- Host: GitHub
- URL: https://github.com/ikostan/pico
- Owner: ikostan
- License: apache-2.0
- Created: 2024-04-18T22:42:40.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2025-09-28T17:56:55.000Z (9 months ago)
- Last Synced: 2025-09-28T19:27:59.424Z (9 months ago)
- Topics: micropython, picow, pipico, python3
- Language: Python
- Homepage: https://www.youtube.com/watch?v=SL4_oU9t8Ss&list=PLGs0VKk2DiYz8js1SJog21cDhkBqyAhC5
- Size: 21.5 MB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# PiPico W Training
[](https://github.com/ikostan/pico/actions/workflows/lint_test_build_pipeline.yml)
[](https://github.com/ikostan/pico/actions/workflows/flake8.yml)
[](https://github.com/ikostan/pico/actions/workflows/pylint.yml)
[](https://github.com/ikostan/pico/actions/workflows/mypy.yml)
[](https://www.codefactor.io/repository/github/ikostan/pico)
[](https://app.codacy.com/gh/ikostan/pico/dashboard?utm_source=gh&utm_medium=referral&utm_content=&utm_campaign=Badge_grade)
[](https://qlty.sh/gh/ikostan/projects/pico)
[](https://qlty.sh/gh/ikostan/projects/pico)
[](https://github.com/ikostan/pico/actions/workflows/dependabot/dependabot-updates)
[](https://github.com/ikostan/pico/actions/workflows/pages/pages-build-deployment)


## About
In this series of video lessons we will learn how to
build projects using the Raspberry Pi Pico W. Full [Raspberry Pi Pico W
lessons list is available here](https://github.com/ikostan/pico/tree/master/lessons).
### Raspberry Pi Pico W

The Raspberry Pi Pico W is a low-cost, high-performance microcontroller board
that adds onboard 2.4GHz wireless interfaces (802.11n) while retaining the Pico
form factor. Here are some key features of the Pico W:
- RP2040 microcontroller chip designed by Raspberry Pi in the United Kingdom.
- Dual-core Arm Cortex M0+ processor, with a flexible clock running up to 133 MHz.
- 264kB of SRAM and 2MB of onboard flash memory.
- USB 1.1 with device and host support.
- 26 multi-function GPIO pins, along with SPI, I2C, UART, ADC, and PWM channels.
- Temperature sensor and accelerated floating-point libraries onboard.
- Drag-and-drop programming using mass storage over USB.
The Pico W is a great choice for IoT projects, and it’s priced at just $6!
If you’re interested in C/C++ or MicroPython development, you can get started
with this versatile board. For more details, check out the [official documentation](https://www.raspberrypi.com/documentation/microcontrollers/raspberry-pi-pico.html).
### Documentation
[Tech documentation is available here](https://ikostan.github.io/pico/).
### Source materials
[Raspberry Pi Pico W Lessons for Absolute Beginners](https://www.youtube.com/playlist?list=PLGs0VKk2DiYz8js1SJog21cDhkBqyAhC5)
by [Paul McWhorter](https://www.youtube.com/c/mcwhorpj/playlists)
[MicroPython Simulation in Wokwi for VS Code](https://github.com/ikostan/pico/tree/master/wokwi)