An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# PiPico W Training

[![Main Build Pipeline](https://github.com/ikostan/pico/actions/workflows/lint_test_build_pipeline.yml/badge.svg)](https://github.com/ikostan/pico/actions/workflows/lint_test_build_pipeline.yml)
[![Flake8](https://github.com/ikostan/pico/actions/workflows/flake8.yml/badge.svg)](https://github.com/ikostan/pico/actions/workflows/flake8.yml)
[![Pylint](https://github.com/ikostan/pico/actions/workflows/pylint.yml/badge.svg)](https://github.com/ikostan/pico/actions/workflows/pylint.yml)
[![MyPy](https://github.com/ikostan/pico/actions/workflows/mypy.yml/badge.svg)](https://github.com/ikostan/pico/actions/workflows/mypy.yml)
[![CodeFactor](https://www.codefactor.io/repository/github/ikostan/pico/badge)](https://www.codefactor.io/repository/github/ikostan/pico)
[![Codacy Badge](https://app.codacy.com/project/badge/Grade/1be92dcf40834e51bced743c6f8bbec6)](https://app.codacy.com/gh/ikostan/pico/dashboard?utm_source=gh&utm_medium=referral&utm_content=&utm_campaign=Badge_grade)
[![Maintainability](https://qlty.sh/gh/ikostan/projects/pico/maintainability.svg)](https://qlty.sh/gh/ikostan/projects/pico)
[![Code Coverage](https://qlty.sh/gh/ikostan/projects/pico/coverage.svg)](https://qlty.sh/gh/ikostan/projects/pico)
[![Dependabot Updates](https://github.com/ikostan/pico/actions/workflows/dependabot/dependabot-updates/badge.svg)](https://github.com/ikostan/pico/actions/workflows/dependabot/dependabot-updates)
[![pages-build-deployment](https://github.com/ikostan/pico/actions/workflows/pages/pages-build-deployment/badge.svg)](https://github.com/ikostan/pico/actions/workflows/pages/pages-build-deployment)
![GitHub repo size](https://img.shields.io/github/repo-size/ikostan/pico?color=green)
![GitHub last commit](https://img.shields.io/github/last-commit/ikostan/pico?color=green)

## 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

![PiPico W Picture](https://github.com/ikostan/pico/blob/master/img/Raspberry-Pi-Pico-Case.png)

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)