raspberry-pi-pico-w
There are 180 repositories under raspberry-pi-pico-w topic.
paulober/MicroPico
MicroPico (aka Pico-W-Go) is a Visual Studio Code extension designed to simplify and speed up the development of MicroPython projects for the Raspberry Pi Pico and Pico W boards.
vike256/Unibot
The all-in-one colorbot. Includes aimbot, triggerbot, recoil mitigation & rapid-fire.
thingsboard/thingsboard-client-sdk
Client SDK to connect with ThingsBoard IoT Platform from IoT devices (Arduino, Espressif, etc.)
xreef/SimpleFTPServer
A simple FTP server for Arduino, ArduinoSAMD WiFiNINA, esp8266, esp32, stm32 and Raspberry Pi Pico W
mytechnotalent/Embedded-Hacking
A FREE comprehensive step-by-step embedded hacking tutorial covering Embedded Software Development to Reverse Engineering.
khoih-prog/WiFiWebServer
This is simple yet complete WebServer library for AVR, Portenta_H7, Teensy, SAM DUE, SAMD, STM32, RP2040-based, etc. boards running WiFi modules/shields (WiFiNINA, CYW43439, U-Blox W101, W102, etc.). The functions are similar and compatible to ESP8266/ESP32 WebServer libraries to make life much easier to port sketches from ESP8266/ESP32. Now using WiFiMulti_Generic library
simonprickett/phewap
Raspberry Pi Pico W Wifi Configuration Example with Pimoroni Phew and MicroPython
JZimnol/pico_fota_bootloader
Raspberry Pi Pico W FOTA Bootloader allows you to perform Firmware Over The Air updates with the Raspberry Pi Pico W board. It contains all required linker scripts that will adapt your application to the new application memory layout.
aittalam/PicoGopher
A micropython Gopher server tiny enough to run on a Raspberry Pi Pico W
sshahryiar/Raspberry-Pi-Pico
My projects with RP2040 Raspberry Pi Pico and Pico W
khoih-prog/RPI_PICO_TimerInterrupt
This library enables you to use Interrupt from Hardware Timers on RP2040-based boards such as RASPBERRY_PI_PICO. These RPI_PICO_TimerInterrupt Hardware Timers, using Interrupt, still work even if other functions are blocking. Moreover, they are much more precise (certainly depending on clock frequency accuracy) than other software timers using millis() or micros(). That's mandatory if you need to measure some data requiring better accuracy. It now supports 16 ISR-based Timers, while consuming only 1 Hardware Timer. Timers' interval is very long (ulong millisecs). The most important feature is they're ISR-based Timers. Therefore, their executions are not blocked by bad-behaving functions or tasks. This important feature is absolutely necessary for mission-critical tasks.
Circuit-Digest/Raspberry_Pi_Pico_Tutorial
Learn how to use raspberry pi pico using this simple tutorials and projects. All repo provides circuit diagram and code for easy learning
khoih-prog/AsyncWebServer_RP2040W
Asynchronous WebServer Library for RASPBERRY_PI_PICO_W using CYW43439 WiFi with arduino-pico core. This library, which is relied on AsyncTCP_RP2040W, is part of a series of advanced Async libraries for RP2040W, such as AsyncTCP_RP2040W, AsyncUDP_RP2040W, AsyncWebServer_RP2040W, AsyncHTTPRequest_RP2040W, AsyncHTTPSRequest_RP2040W, etc. Now can display programmed WiFi country-code and support using CString to save heap to send very large data
AlgoCompSynth/CLAMS
Command Line Algorithmic Music System
irishpatrick/pico-servo
A simple Raspberry Pi Pico library for controlling servos
MrGreensWorkshop/ArduinoPico_RasPiPicoW_AlexaEnabledSmartDevices
Amazon Alexa enabled smart devices with Raspberry Pi Pico W
pico-cs/firmware
pico-cs firmware for the Raspberry Pi Pico
lavafroth/pwnpi-amora
A wireless keystroke injection tool built on the Raspberry Pi Pico W using CircuitPython.
astlouys/Pico-Flash-Utility
Basic operations on Raspberry Pi Pico flash memory
madskjeldgaard/PicoOSC
OSC communication for the Raspberry Pi Pico using the C++ SDK
MrGreensWorkshop/RasPiPicoSDK_BT_Classic_SPP
Raspberry Pi Pico W Bluetooth Classic SPP example
elehobica/pico_spdif_recorder
S/PDIF recorder to WAV on microSD card for Raspberry Pi Pico series
khoih-prog/WiFiMulti_Generic
Simple MultiWiFi library to adapt ESP32/ESP8266 MultiWiFi of WiFi libraries to all other WiFi modules and libraries. Currently supporting ESP32, ESP8266, Teensy, SAM DUE, SAMD21, SAMD51, STM32F/L/H/G/WB/MP1, nRF52, RP2040-based (Nano-RP2040-Connect, RASPBERRY_PI_PICO, RASPBERRY_PI_PICO_W, etc.) boards using WiFi, such as WiFiNINA, WiFi101, CYW43439, U-Blox W101, W102, ESP8266/ESP32-AT modules/shields, with functions similar to those of ESP8266/ESP32 MultiWiFi of WiFi libraries
TheNoobInventor/pi-pico-drone
A micro drone is made using the Raspberry Pi Pico W. It is fitted with the MPU6050 IMU module and BMP280 barometric sensor. The drone will be controlled using TinyMPC and employ a Micro-ROS client on FreeRTOS.
ArmDeveloperEcosystem/smart-plant-example-for-pico-w
Use MicroPython with a Raspberry Pi Pico W, Pimoroni Grow Kit, and Twilio to create a plant that texts you. 🪴
elehobica/pico_dcf77_tx
DCF77 transmitter for Raspberry Pi Pico W
vike256/RaspberryPiPicoW-Colorbot
Colorbot/aimbot for Raspberry Pi Pico W. Pico acts as a mouse and gets instructions from host machine through Wi-Fi.
AndreyDrv/pico-pc-sensor-monitor
Wireless Pico PC Sensor Monitor with power consumption calculator using Raspberry Pi Pico W
Pakequis/Clock_PiW
Retrofit in a clock/calendar with Raspberry Pi Pico
Rupakpoddar/WibleCodeTemplate
Wible App Code Template
disq/ledcontrol
Control a LED strip with a knob, or with Home Assistant
GitHub30/pichromecast
Library for MicroPython to communicate with the Google Chromecast.
JZimnol/pico_freertos_shell
Raspberry Pi Pico FreeRTOS Shell is a module that allows you to add an interactive shell with custom commands to your application.
khoih-prog/AsyncHTTPRequest_RP2040W
Simple Async HTTP Request library, supporting GET, POST, PUT, PATCH, DELETE and HEAD, on top of AsyncTCP_RP2040W library for RASPBERRY_PI_PICO_W with CYW43439 WiFi. This library, which relies on AsyncTCP_RP2040W, is part of a series of advanced Async libraries, such as AsyncTCP_RP2040W, AsyncUDP_RP2040W, AsyncWebSockets_RP2040W, AsyncWebServer_RP2040W, AsyncHTTPRequest_RP2040W, AsyncHTTPSRequest_RP2040W, etc.
ajgquional/rpi-picow-micropython
This repository contains MicroPython codes, circuit diagrams, simulation links, and other references for working with the Raspberry Pi Pico W. This is mainly for instruction and as reference.