Topic: "raspberry-pi-pico-w"
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.
Language: TypeScript - Size: 26.9 MB - Last synced at: about 1 month ago - Pushed at: 2 months ago - Stars: 329 - Forks: 31

vike256/Unibot
The all-in-one colorbot. Includes aimbot, triggerbot, recoil mitigation & rapid-fire.
Language: Python - Size: 79.1 KB - Last synced at: 6 months ago - Pushed at: 6 months ago - Stars: 213 - Forks: 41

thingsboard/thingsboard-client-sdk
Client SDK to connect with ThingsBoard IoT Platform from IoT devices (Arduino, Espressif, etc.)
Language: C++ - Size: 1.76 MB - Last synced at: about 1 month ago - Pushed at: 5 months ago - Stars: 181 - Forks: 131

xreef/SimpleFTPServer
A simple FTP server for Arduino, ArduinoSAMD WiFiNINA, esp8266, esp32, stm32 and Raspberry Pi Pico W
Language: C++ - Size: 132 KB - Last synced at: about 1 month ago - Pushed at: 3 months ago - Stars: 149 - Forks: 42

mytechnotalent/Embedded-Hacking
A FREE comprehensive step-by-step embedded hacking tutorial covering Embedded Software Development to Reverse Engineering.
Language: C - Size: 82.9 MB - Last synced at: 11 months ago - Pushed at: 11 months ago - Stars: 121 - Forks: 13

simonprickett/phewap
Raspberry Pi Pico W Wifi Configuration Example with Pimoroni Phew and MicroPython
Language: Python - Size: 167 KB - Last synced at: 3 months ago - Pushed at: about 1 year ago - Stars: 87 - Forks: 18

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
Language: C++ - Size: 1.65 MB - Last synced at: over 2 years ago - Pushed at: over 2 years ago - Stars: 87 - Forks: 14

krzmaz/pico-w-webserver-example
Language: C++ - Size: 28.3 KB - Last synced at: 2 months ago - Pushed at: over 1 year ago - Stars: 58 - Forks: 14

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.
Language: C - Size: 46.9 KB - Last synced at: 2 months ago - Pushed at: 2 months ago - Stars: 55 - Forks: 9

sshahryiar/Raspberry-Pi-Pico
My projects with RP2040 Raspberry Pi Pico and Pico W
Language: Python - Size: 210 KB - Last synced at: 6 days ago - Pushed at: 6 days ago - Stars: 48 - Forks: 10

aittalam/PicoGopher
A micropython Gopher server tiny enough to run on a Raspberry Pi Pico W
Language: Python - Size: 943 KB - Last synced at: 11 months ago - Pushed at: 11 months ago - Stars: 32 - Forks: 2

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.
Size: 28.8 MB - Last synced at: 14 days ago - Pushed at: about 1 year ago - Stars: 20 - Forks: 0

MrGreensWorkshop/ArduinoPico_RasPiPicoW_AlexaEnabledSmartDevices
Amazon Alexa enabled smart devices with Raspberry Pi Pico W
Language: C++ - Size: 172 KB - Last synced at: 3 months ago - Pushed at: about 2 years ago - Stars: 19 - Forks: 2

AlgoCompSynth/CLAMS
Command Line Algorithmic Music System
Language: Assembly - Size: 14.8 MB - Last synced at: 8 months ago - Pushed at: 8 months ago - Stars: 17 - Forks: 0

astlouys/Pico-Flash-Utility
Basic operations on Raspberry Pi Pico flash memory
Language: C - Size: 528 KB - Last synced at: 23 days ago - Pushed at: 23 days ago - Stars: 16 - Forks: 1

madskjeldgaard/PicoOSC 📦
OSC communication for the Raspberry Pi Pico using the C++ SDK
Language: C++ - Size: 25.4 KB - Last synced at: about 2 months ago - Pushed at: about 2 years ago - Stars: 16 - Forks: 3

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
Language: C++ - Size: 1.77 MB - Last synced at: over 2 years ago - Pushed at: over 2 years ago - Stars: 16 - Forks: 1

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.
Language: C++ - Size: 164 KB - Last synced at: over 2 years ago - Pushed at: over 2 years ago - Stars: 16 - Forks: 6

MrGreensWorkshop/RasPiPicoSDK_BT_Classic_SPP
Raspberry Pi Pico W Bluetooth Classic SPP example
Language: C - Size: 52.7 KB - Last synced at: 3 months ago - Pushed at: about 2 years ago - Stars: 15 - Forks: 3

Rupakpoddar/WibleCodeTemplate
Wible App Code Template
Language: C++ - Size: 18.9 MB - Last synced at: 6 days ago - Pushed at: 6 days ago - Stars: 14 - Forks: 4

elehobica/pico_spdif_recorder
S/PDIF recorder to WAV on microSD card for Raspberry Pi Pico series
Language: C - Size: 2.12 MB - Last synced at: 20 days ago - Pushed at: 20 days ago - Stars: 14 - Forks: 4

lavafroth/pwnpi-amora
A wireless keystroke injection tool built on the Raspberry Pi Pico W using CircuitPython.
Language: Python - Size: 103 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 12 - Forks: 1

pico-cs/firmware
pico-cs firmware for the Raspberry Pi Pico
Language: C - Size: 445 KB - Last synced at: almost 2 years ago - Pushed at: over 2 years ago - Stars: 11 - Forks: 2

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. 🪴
Language: Python - Size: 236 KB - Last synced at: 4 days ago - Pushed at: almost 3 years ago - Stars: 11 - Forks: 2

Pakequis/Clock_PiW
Retrofit in a clock/calendar with Raspberry Pi Pico
Language: C++ - Size: 3.53 MB - Last synced at: about 2 months ago - Pushed at: 6 months ago - Stars: 10 - Forks: 1

elehobica/pico_dcf77_tx
DCF77 transmitter for Raspberry Pi Pico W
Language: Python - Size: 185 KB - Last synced at: 29 days ago - Pushed at: over 1 year ago - Stars: 10 - Forks: 2

GitHub30/pichromecast
Library for MicroPython to communicate with the Google Chromecast.
Language: Python - Size: 33.2 KB - Last synced at: 2 days ago - Pushed at: almost 3 years ago - Stars: 10 - Forks: 2

disq/ledcontrol
Control a LED strip with a knob, or with Home Assistant
Language: C++ - Size: 9.04 MB - Last synced at: 3 months ago - Pushed at: about 2 years ago - Stars: 9 - Forks: 0

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
Language: C++ - Size: 330 KB - Last synced at: over 2 years ago - Pushed at: over 2 years ago - Stars: 8 - Forks: 2

justbuchanan/pico_web_control
Web interface for controlling raspberry pi pico w pins
Language: Python - Size: 117 KB - Last synced at: 3 months ago - Pushed at: over 2 years ago - Stars: 8 - Forks: 0

simonprickett/raspberry-pi-pico-redis
Experiments with Redis on the Raspberry Pi Pico
Language: Python - Size: 62.5 KB - Last synced at: 3 months ago - Pushed at: over 2 years ago - Stars: 7 - Forks: 0

wirebits/PicoWQuack
Setup for Raspberry Pi Pico W to make a Wifi Duck.
Language: Python - Size: 133 KB - Last synced at: 3 months ago - Pushed at: 3 months ago - Stars: 6 - Forks: 0

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.
Language: Python - Size: 5.75 MB - Last synced at: about 1 year ago - Pushed at: about 1 year ago - Stars: 6 - Forks: 2

AndreyDrv/pico-pc-sensor-monitor
Wireless Pico PC Sensor Monitor with power consumption calculator using Raspberry Pi Pico W
Language: Python - Size: 24.4 KB - Last synced at: over 2 years ago - Pushed at: almost 3 years ago - Stars: 6 - Forks: 0

H1Jam/Bind
Bind, a C++ library to Bind with UI
Language: C++ - Size: 1.97 MB - Last synced at: about 1 month ago - Pushed at: about 1 month ago - Stars: 5 - Forks: 0

JZimnol/pico_fota_example
Example application that performs FOTA using Raspberry Pi Pico W.
Language: C - Size: 28.3 KB - Last synced at: 2 months ago - Pushed at: 2 months ago - Stars: 5 - Forks: 1

tarugoconf/top-badge
A TOP project to provide an eInk badge solution on top of Badger2040
Language: Python - Size: 718 KB - Last synced at: 5 days ago - Pushed at: 6 months ago - Stars: 5 - Forks: 0

ide/pico-door-sensor
Get notified when your door's been left open. Made with the Raspberry Pi Pico W and CircuitPython.
Language: Python - Size: 109 KB - Last synced at: 3 months ago - Pushed at: over 1 year ago - Stars: 5 - Forks: 0

educ8s/Arduino-SSH1106-Examples
Arduino 1.3" OLED SSH1106 Examples
Language: C++ - Size: 213 KB - Last synced at: 4 months ago - Pushed at: over 2 years ago - Stars: 5 - Forks: 2

khoih-prog/AsyncDNSServer_RP2040W 📦
Fully Asynchronous DNS Server Library for RASPBERRY_PI_PICO_W using CYW43439 WiFi with arduino-pico core. This library is one of the current or future and more advanced Async libraries, such as AsyncWebServer_RP2040W, AsyncHTTPRequest_RP2040W, AsyncHTTPSRequest_RP2040W
Language: C - Size: 210 KB - Last synced at: over 2 years ago - Pushed at: over 2 years ago - Stars: 5 - Forks: 0

QinCai-rui/RPi-Metrics
A project that allows you to monitor and manage your Raspberry Pi's system metrics such as CPU usage, memory usage, and more via a Flask server and a client application.
Language: Shell - Size: 206 KB - Last synced at: 28 days ago - Pushed at: 2 months ago - Stars: 4 - Forks: 1

alex-mous/VL53L1X-C-API-for-Raspberry-Pi-Pico
VL53L1X Time-of-Flight distance sensor API/light driver for the Raspberry Pi Pico/Pico W
Language: C - Size: 93.8 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 4 - Forks: 2

led-mirage/RaspiPicoW-RSSDisplay
RSS Display for Raspberry Pi Pico W.
Language: Python - Size: 20.5 KB - Last synced at: about 1 month ago - Pushed at: almost 2 years ago - Stars: 4 - Forks: 0

khoih-prog/WiFiManager_RP2040W 📦
MultiWiFi/Credentials Manager for RP2040W boards using built-in CYW43439 WiFi. Powerful-yet-simple-to-use feature to enable adding dynamic custom parameters. Library to configure MultiWiFi/Credentials at runtime for RP2040W boards, using CYW43439 WiFi. You can also specify DHCP HostName and STA IP. Use much less memory compared to full-fledge WiFiManager. Config Portal will be auto-adjusted to match the number of dynamic custom parameters. Optional default Credentials to be autoloaded into Config Portal to use or change instead of manually input. Credentials are saved in LittleFS. New powerful-yet-simple-to-use feature to enable adding dynamic custom parameters from sketch and input using the same Config Portal. DoubleDetectDetector as well as Virtual Switches feature permits entering Config Portal as requested. Now using WiFiMulti_Generic library
Language: C++ - Size: 243 KB - Last synced at: over 2 years ago - Pushed at: over 2 years ago - Stars: 4 - Forks: 1

simonprickett/pico-gfx-portal
Information portal project with Raspberry Pi Pico W and Pimoroni Pico GFX Display
Language: Python - Size: 11.7 KB - Last synced at: 3 months ago - Pushed at: over 2 years ago - Stars: 4 - Forks: 0

marjaco/robotlibrary
This is a library to run a variety of robots including a SMARS robot with the Raspberry Pi Pico, as well as two walking robots. Ultrasonic and ir sensors and a servo to turn the sensors are included in the code. A remote control via bluetooth can also be used.
Language: Python - Size: 803 KB - Last synced at: about 7 hours ago - Pushed at: about 8 hours ago - Stars: 3 - Forks: 1

iryek-rpi/pico-encoder
TCP/IP packet encoding terminal based on W5500-EVB-Pico and Raspberry Pi Pico W
Language: HTML - Size: 107 MB - Last synced at: 7 months ago - Pushed at: 7 months ago - Stars: 3 - Forks: 1

raupulus/rpi-pico-template-project-micropython
Plantilla para comenzar proyectos con Raspberry Pi Pico en Micropython preparando una clase que representa al controlador con la conexión wireless y sus detalles, lecturas de pines analógicos, medidor de tensión por ADC para baterÃas de 3,7v y temperatura interna. También se prepara estructura básica para comenzar a desarrollar un proyecto.
Language: Python - Size: 641 KB - Last synced at: 2 months ago - Pushed at: 7 months ago - Stars: 3 - Forks: 0

DarekKrawczyk/RPi-Pico-Logger
Lightweight C++/Micropython logger designed for debugging and logging purposes of the RP2040 microcontroller.
Language: C++ - Size: 83 KB - Last synced at: about 4 hours ago - Pushed at: 10 months ago - Stars: 3 - Forks: 0

lVoidi/CEFootV.4
Juego interactivo de una tanda de penales. La idea es crear una maqueta de un estadio de fútbol, donde la porterÃa es una serie de 6 paletas, de las cuales cada una estará asociada a un botón. La idea es conectar una raspberry pi pico W a internet y que esta se comunique con una computadora. Esta computadora debe correr el juego.
Language: Python - Size: 18.9 MB - Last synced at: 11 months ago - Pushed at: about 1 year ago - Stars: 3 - Forks: 0

RetiredWizard/PyDOS_wifi
Generalized Python based microcontroller WiFi API
Language: Python - Size: 49.8 KB - Last synced at: about 1 month ago - Pushed at: about 1 year ago - Stars: 3 - Forks: 1

elehobica/pico_jjy_tx
JJY transmitter for Raspberry Pi Pico W
Language: Python - Size: 629 KB - Last synced at: about 1 year ago - Pushed at: over 1 year ago - Stars: 3 - Forks: 1

rwbl/domoticz-micropython-projects
Explore using MicroPython with the Domoticz Home Automation System.
Language: Python - Size: 46.2 MB - Last synced at: about 1 month ago - Pushed at: over 1 year ago - Stars: 3 - Forks: 0

Gemmus/HeartRateDetector
Project: Building a heart rate detector hardware using Raspberry Pi Pico W and Crowtail - Pulse Sensor.
Language: Python - Size: 578 KB - Last synced at: 3 months ago - Pushed at: about 2 years ago - Stars: 3 - Forks: 0

jmintha/pico-temperature-probe
Raspberry Pico Temperature Monitor
Language: Python - Size: 29.3 KB - Last synced at: about 2 years ago - Pushed at: about 2 years ago - Stars: 3 - Forks: 0

khoih-prog/AsyncTCP_RP2040W 📦
Asynchronous TCP Library for RASPBERRY_PI_PICO_W using CYW43439 WiFi with arduino-pico core. This library is the base for future and more advanced Async libraries, such as AsyncWebServer_RP2040W, AsyncHTTPRequest_RP2040W, AsyncHTTPSRequest_RP2040W
Language: C++ - Size: 187 KB - Last synced at: over 2 years ago - Pushed at: over 2 years ago - Stars: 3 - Forks: 1

khoih-prog/WiFiManager_RP2040W_Lite 📦
Light-Weight MultiWiFi/Credentials Manager for RP2040W boards using built-in CYW43439 WiFi. Powerful-yet-simple-to-use feature to enable adding dynamic custom parameters. Library to configure MultiWiFi/Credentials at runtime for RP2040W boards, using CYW43439 WiFi. You can also specify DHCP HostName and STA IP. Use much less memory compared to full-fledge WiFiManager. Config Portal will be auto-adjusted to match the number of dynamic custom parameters. Optional default Credentials to be autoloaded into Config Portal to use or change instead of manually input. Credentials are saved in LittleFS. New powerful-yet-simple-to-use feature to enable adding dynamic custom parameters from sketch and input using the same Config Portal. DoubleDetectDetector as well as Virtual Switches feature permits entering Config Portal as requested. Now using WiFiMulti_Generic library
Language: C++ - Size: 479 KB - Last synced at: over 2 years ago - Pushed at: over 2 years ago - Stars: 3 - Forks: 1

educ8s/CircuitPython-Color-OLED-SSD1331-Examples
CircuitPython Color OLED SSD1331 Examples - Hello World Project, Pong Game Project, GIF animation display.
Language: Python - Size: 167 KB - Last synced at: 4 months ago - Pushed at: over 2 years ago - Stars: 3 - Forks: 0

ageagainstthemachine/circuitpython-pi-pico-w-bmp180-influxdb
A CircuitPython example for the Raspberry Pi Pico W using cooperative multitasking via asyncio which sends data from a BMP180 sensor to an InfluxDB v2 server.
Language: Python - Size: 3.91 KB - Last synced at: 2 months ago - Pushed at: 2 months ago - Stars: 2 - Forks: 1

aryankhollam/rocket-telemetry-logger-using-raspberry-pi-pico
A rocket telemetry logger using Raspberry Pi Pico, MPU6050, BMP280, and an OLED display.
Language: Python - Size: 685 KB - Last synced at: 3 months ago - Pushed at: 5 months ago - Stars: 2 - Forks: 0

Tim01010/picosrv
A simple and lightweight library that lets you host a HTTP Server on a Raspberry Pi Pico W
Language: Python - Size: 22.5 KB - Last synced at: about 1 year ago - Pushed at: about 1 year ago - Stars: 2 - Forks: 0

paulober/pyboard-serial-com
This project is a node package for a simple communication with the Raspberry Pi Pico and Pico W boards. It includes a wrapper for the pyboard.py tool from MicroPython and other helpers.
Language: Python - Size: 456 KB - Last synced at: about 1 year ago - Pushed at: about 1 year ago - Stars: 2 - Forks: 1

AVSystem/Anjay-pico-client
Anjay Raspberry Pi Pico W samples and integration layer
Language: C - Size: 1.15 MB - Last synced at: 3 months ago - Pushed at: about 1 year ago - Stars: 2 - Forks: 2

CryptoIDpl/raspberry-pi-pico
Example files to be used with the Raspberry Pi Pico microcontroller
Language: Python - Size: 10.7 KB - Last synced at: about 1 year ago - Pushed at: about 1 year ago - Stars: 2 - Forks: 0

themkat/pico-environment-monitor
Simple monitoring of environment data (temperature, humidity, eCO2) using a Raspberry Pi Pico W and some sensors.
Language: Python - Size: 2.86 MB - Last synced at: about 1 month ago - Pushed at: over 1 year ago - Stars: 2 - Forks: 0

jacobloldev/Small-Catch
A project for users of the raspberry pi pico w to have a small hacking pet.
Language: Python - Size: 623 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 2 - Forks: 0

simonprickett/micropython-workshop
A MicroPython Workshop
Language: Python - Size: 9.29 MB - Last synced at: 3 months ago - Pushed at: over 1 year ago - Stars: 2 - Forks: 0

Ether-OS/EtherPicoOS
A simple operating system for Raspberry Pi Pico W. Create interactive applications on a microcontroller.
Size: 23.4 KB - Last synced at: almost 2 years ago - Pushed at: almost 2 years ago - Stars: 2 - Forks: 0

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.
Language: C - Size: 264 KB - Last synced at: over 2 years ago - Pushed at: over 2 years ago - Stars: 2 - Forks: 1

Stridsvagn69420/Venti
Raspberry Pi Pico weather station
Size: 6.84 KB - Last synced at: 12 days ago - Pushed at: 12 days ago - Stars: 1 - Forks: 0

lucaspcamargo/megapaladin
Switchless region mod for the SEGA Mega Drive
Language: C - Size: 18.2 MB - Last synced at: 19 days ago - Pushed at: 19 days ago - Stars: 1 - Forks: 0

NewmanIsTheStar/usurper
Sprinkler controller with web interface based on Raspberry Pi Pico W and Pico2 W
Language: C - Size: 742 KB - Last synced at: about 1 month ago - Pushed at: about 1 month ago - Stars: 1 - Forks: 0

duddel/uc-lab
:alien: Template and Examples for Raspberry Pi Pico (C/C++) and AVR (C), built via Docker. WS2812B driver inside.
Language: Makefile - Size: 81.1 KB - Last synced at: about 1 month ago - Pushed at: about 1 month ago - Stars: 1 - Forks: 0

MMrFalcon/Pico-Home-Hub
Local-only smart home hub for Raspberry Pi Pico devices using HTTP communication.
Language: Python - Size: 39.1 KB - Last synced at: about 2 months ago - Pushed at: about 2 months ago - Stars: 1 - Forks: 0

DanNixon/pico-plc
A Raspberry Pi Pico powered PLC like general purpose control board.
Language: Rust - Size: 4.45 MB - Last synced at: 4 days ago - Pushed at: 2 months ago - Stars: 1 - Forks: 0

ageagainstthemachine/EnviroSnoop
An environmental monitoring device employing a Raspberry Pi Pico W to send sensor data to an InfluxDB 2 server.
Language: Python - Size: 424 KB - Last synced at: 13 days ago - Pushed at: 3 months ago - Stars: 1 - Forks: 0

NicolasRaf/Vigia_Das_Aguas-EmbarcaTech
Final project of the Embarcatech preparation program with embedded systems, this project refers to the final work of the first part, before a possible residency by the program.
Language: C - Size: 60.5 KB - Last synced at: 18 days ago - Pushed at: 3 months ago - Stars: 1 - Forks: 0

LeoTHPS/AbstractionLayer
A header-only C++20 library targeting Linux and Windows for generic and specialized tasks. Limited Raspberry Pi Pico/Pico W support.
Language: C++ - Size: 1.57 MB - Last synced at: 9 days ago - Pushed at: 5 months ago - Stars: 1 - Forks: 0

ferreiiratech/embarcatech-subgrupo-06-u4-microcontroladores-atividade-3
Este projeto implementa um sistema interativo utilizando o simulador de eletrônica Wokwi, o microcontrolador Raspberry Pi Pico W, e uma matriz de LEDs RGB 5x5 WS2812. O objetivo principal é gerar animações visuais controladas por um teclado matricial 4x4.
Language: C - Size: 398 MB - Last synced at: 3 months ago - Pushed at: 5 months ago - Stars: 1 - Forks: 0

ferreiiratech/embarcatech-subgrupo-06-u4-microcontroladores-atividade-2
Este projeto utiliza a ferramenta educacional BitDogLab para o controle de pinos GPIO de um microcontrolador RP2040. O sistema permite o acionamento de LEDs RGB e um buzzer por meio de comandos enviados pela interface serial UART.
Language: CMake - Size: 77.5 MB - Last synced at: about 1 month ago - Pushed at: 5 months ago - Stars: 1 - Forks: 0

ferreiiratech/embarcatech-subgrupo-06-u4-microcontroladores-atividade-1
Este projeto utiliza a ferramenta educacional BitDogLab para controlar pinos GPIO de um microcontrolador RP2040, presente na placa de desenvolvimento Raspberry Pi Pico W, utilizando um teclado matricial 4x4. O sistema permite o acionamento de LED RGB e um buzzer, com funcionalidades adicionais, incluindo modos especiais de piscar LED.
Language: CMake - Size: 87.3 MB - Last synced at: 4 months ago - Pushed at: 6 months ago - Stars: 1 - Forks: 0

jipelski/smart-home
Smart home management system using Raspberry Pi 4, Pico-W, and sensors such as BME688
Language: Python - Size: 2.18 MB - Last synced at: about 1 month ago - Pushed at: 9 months ago - Stars: 1 - Forks: 0

GameWin221/PicoWS2812B
16x16 LED matrix display controlled via WiFi (TCP Socket) with a Raspberry Pi Pico W.
Language: C++ - Size: 1 MB - Last synced at: 11 months ago - Pushed at: 11 months ago - Stars: 1 - Forks: 0

gemarcano/snes_controllers_to_usb
4 SNES controller hub to USB hardware and software
Language: C++ - Size: 1.81 MB - Last synced at: 15 days ago - Pushed at: about 1 year ago - Stars: 1 - Forks: 0

simonprickett/pico-display-pack-2-radio-whats-on
What's on various BBC Radio stations - uses Pimoroni Pico Display Pack 2
Language: Python - Size: 4.75 MB - Last synced at: 3 months ago - Pushed at: over 1 year ago - Stars: 1 - Forks: 0

esp32beans/picow_bt
Various BlueKitchen BTstack examples with minimal modifications to work with the Arduino IDE
Size: 297 KB - Last synced at: 4 months ago - Pushed at: over 1 year ago - Stars: 1 - Forks: 0

Anikate-De/raspberry-pi-pico-basics
A code-dump repository for all the micropython programs I made while learning about the Raspberry Pi Pico W fundamentals
Language: Python - Size: 244 KB - Last synced at: almost 2 years ago - Pushed at: almost 2 years ago - Stars: 1 - Forks: 3

mhed89/pico-w-multiple-ssid
Add multiple SSID's to a json file, where the scirpt loops trough them and if it finds a match, the pico connetcs to it.
Language: Python - Size: 1.95 KB - Last synced at: 26 days ago - Pushed at: about 2 years ago - Stars: 1 - Forks: 1

Osorbe10/EcoTronix
Low Cost Interactive Home Automation Prototype
Language: Python - Size: 761 KB - Last synced at: 4 months ago - Pushed at: about 2 years ago - Stars: 1 - Forks: 0

MrSmarty/GT_SHOWCASE_2022-2023-JavaScape-
Building upon Last years Showcase Project
Language: Java - Size: 10.2 MB - Last synced at: over 1 year ago - Pushed at: about 2 years ago - Stars: 1 - Forks: 0

jotonedev/sensor_box
Sensor box for ambient monitoring using Raspberry Pi Pico W
Language: Python - Size: 47.2 MB - Last synced at: 3 months ago - Pushed at: about 2 years ago - Stars: 1 - Forks: 1

ekhumbata/SolarSpy
An SMS monitoring service for a solar farm powered by Raspberry Pi Pico W
Language: Python - Size: 11.7 KB - Last synced at: over 1 year ago - Pushed at: over 2 years ago - Stars: 1 - Forks: 0

kappanjoe/Inky-Frame-Task-List 📦
Task List takes your Today list from Things 3 on Mac and displays it on an Inky Frame.
Language: Python - Size: 3.28 MB - Last synced at: over 2 years ago - Pushed at: over 2 years ago - Stars: 1 - Forks: 0

TurBoss/megaclockw
Mega Drive Overclock system
Language: Python - Size: 4.17 MB - Last synced at: about 2 months ago - Pushed at: over 2 years ago - Stars: 1 - Forks: 0

jaymar921/SmartParkingSystem
University Project - EMBEDDED SYSTEM
Language: Python - Size: 2.63 MB - Last synced at: 7 days ago - Pushed at: over 2 years ago - Stars: 1 - Forks: 0

br0kenpixel/picow-oop-wifidriver
An object-oriented WiFi driver/wrapper for the Raspberry Pi Pico W written in C++.
Language: C++ - Size: 10.7 KB - Last synced at: over 2 years ago - Pushed at: over 2 years ago - Stars: 1 - Forks: 0

millosolomillo/pico-micropython-mqtt-p1meter
Python program to extract P1 meter data and send it to Home Assistant through mqtt, for your Raspberry Pi Pico W
Language: Python - Size: 17.6 KB - Last synced at: 25 days ago - Pushed at: over 2 years ago - Stars: 1 - Forks: 1

matthewjselby/ha-dog-bowl-sensor
A sensor to measure how much water is left in your dog's bowl and report to Home Assistant (via MQTT)
Language: Python - Size: 1.04 MB - Last synced at: 4 months ago - Pushed at: over 2 years ago - Stars: 1 - Forks: 1

UnsignedArduino/Raspberry-Pi-Pico-with-Pico-Probe-Test
PlatformIO template for uploading and debugging Raspberry Pi Pico series with the Raspberry Pi Pico Debug Probe. Upload, (serial) monitor, and debug in one for Earlephilhower core.
Language: C++ - Size: 7.81 KB - Last synced at: 7 days ago - Pushed at: 7 days ago - Stars: 0 - Forks: 0

Crem2y/pico-console
A bare-metal game console built with the RP2040
Language: C++ - Size: 6.4 MB - Last synced at: 10 days ago - Pushed at: 10 days ago - Stars: 0 - Forks: 0
