raspberry-pi-pico-w
There are 197 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.)
mytechnotalent/Embedded-Hacking
A FREE comprehensive step-by-step embedded hacking tutorial covering Embedded Software Development to Reverse Engineering.
xreef/SimpleFTPServer
A simple FTP server for Arduino, ArduinoSAMD WiFiNINA, esp8266, esp32, stm32 and Raspberry Pi Pico W
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.
sshahryiar/Raspberry-Pi-Pico-Series
My projects with RP2040 Raspberry Pi Pico and Pico W
aittalam/PicoGopher
A micropython Gopher server tiny enough to run on a Raspberry Pi Pico W
AdrianCX/pico_https_example
Raspberry Pi Pico examples for Websockets/HTTPS/MQTT/OTA
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
AlgoCompSynth/CLAMS
Command Line Algorithmic Music System
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
Rupakpoddar/WibleCodeTemplate
Wible Code Template
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.
MrGreensWorkshop/ArduinoPico_RasPiPicoW_AlexaEnabledSmartDevices
Amazon Alexa enabled smart devices with Raspberry Pi Pico W
irishpatrick/pico-servo
A simple Raspberry Pi Pico library for controlling servos
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.
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
madskjeldgaard/PicoOSC
OSC communication for the Raspberry Pi Pico using the C++ SDK
astlouys/Pico-Flash-Utility
Basic operations on Raspberry Pi Pico flash memory
vike256/RaspberryPiPicoW-Colorbot
Colorbot/aimbot for Raspberry Pi Pico W. Pico acts as a mouse and gets instructions from host machine through Wi-Fi.
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
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
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.
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
ArmDeveloperEcosystem/example-of-a-slackbot-for-pico-w
Connect your Raspberry Pi Pico W board to Slack using the Slack API 🐮⚡️💬
JZimnol/pico_fota_example
Example application that performs FOTA using Raspberry Pi Pico W.