An open API service providing repository metadata for many open source software ecosystems.

Topic: "pico-w"

ricardoquesada/bluepad32

Bluetooth gamepad, mouse and keyboard support for ESP32 and PicoW

Language: C - Size: 5.48 MB - Last synced at: 11 days ago - Pushed at: 11 days ago - Stars: 729 - Forks: 80

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: 8 months ago - Pushed at: 8 months ago - Stars: 121 - Forks: 13

sparks-baird/self-driving-lab-demo

Software and instructions for setting up and running a self-driving lab (autonomous experimentation) demo using dimmable RGB LEDs, an 8-channel spectrophotometer, a microcontroller, and an adaptive design algorithm, as well as extensions to liquid- and solid-based color matching demos.

Language: Jupyter Notebook - Size: 213 MB - Last synced at: 16 days ago - Pushed at: 23 days ago - Stars: 75 - Forks: 11

xreef/EMailSender

Arduino, esp32, Esp8266 EMailSender with Arduino IDE, simple library to send email via smtp with attachments.

Language: C++ - Size: 190 KB - Last synced at: 15 days ago - Pushed at: 3 months ago - Stars: 74 - Forks: 30

anish-natekar/PicoW_Copter

Affordable micro sub 100g coreless motor quadcopter made using Raspberry Pi pico W and controlled via an APP through WiFi.

Language: C++ - Size: 20.1 MB - Last synced at: 12 months ago - Pushed at: 12 months ago - Stars: 46 - Forks: 8

sidd-kishan/PicoPiFi

A driverless usb rndis wifi dongle based on $6 and easily available pi pico w. To support wifi on experimental platforms like windows on Raspberry PI and other windows arm64 setups. A wifi to usb ethernet bridge.

Language: Makefile - Size: 61.6 MB - Last synced at: about 1 month ago - Pushed at: about 1 month ago - Stars: 42 - Forks: 0

ricardoquesada/bluepad32

Bluetooth gamepad, mouse and keyboard support for ESP32 and Raspberry Pi PicoW

Last synced at: 14 days ago - Stars: 40 - Forks: 14

khoih-prog/TimerInterrupt_Generic 📦

This library enables you to use Interrupt from Hardware Timers on supported Arduino boards such as AVR, ESP8266, ESP32, SAMD, SAM DUE, nRF52, Teensy, etc. These 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: 1.67 MB - Last synced at: about 2 years ago - Pushed at: over 2 years ago - Stars: 30 - Forks: 6

juan518munoz/PicoSwitch-WirelessGamepadAdapter

Use any bluetooth gamepad on your Nintendo Switch with a Raspberry Pi Pico W.

Language: C - Size: 5.46 MB - Last synced at: about 1 year ago - Pushed at: about 1 year ago - Stars: 26 - Forks: 2

rppicomidi/ble-midi2usbhost

A Pico W Bluetooth LE MIDI adapter for any class compliant USB MIDI device

Language: C - Size: 324 KB - Last synced at: 4 months ago - Pushed at: 4 months ago - Stars: 22 - Forks: 4

khoih-prog/NTPClient_Generic 📦

Library for NTPClient to connect to an NTP time-server. Get time from a NTP time-server and keep it in sync. For ESP8266/ESP32, nRF52, SAMD21/SAMD51, STM32F/L/H/G/WB/MP1, Teensy, etc. besides AVR, using ESP WiFi, WiFiNINA, Ethernet W5x00, ENC28J60, LAN8742A, ESP8266/ESP32 AT-command WiFi.

Language: C++ - Size: 679 KB - Last synced at: about 2 years ago - Pushed at: over 2 years ago - Stars: 19 - Forks: 8

CodyTolene/Pico-Portal

Turn your Raspberry Pi Pico W into a portable, powerful Wi-Fi access point with this lightweight captive portal software. Serve web content/pages and display real-time connection info directly on the onboard screen.

Language: Python - Size: 8.46 MB - Last synced at: 5 days ago - Pushed at: 21 days ago - Stars: 18 - Forks: 2

MikeSchapp/BabyScout

Keypad for recording diaper changes, feedings and sleep to BabyBuddy

Language: Python - Size: 1.11 MB - Last synced at: 11 days ago - Pushed at: about 1 year ago - Stars: 16 - Forks: 0

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: about 2 years ago - Pushed at: over 2 years ago - Stars: 16 - Forks: 6

astlouys/Pico-Flash-Utility

Basic operations on Raspberry Pi Pico flash memory

Language: C - Size: 528 KB - Last synced at: about 1 year ago - Pushed at: over 2 years ago - Stars: 12 - Forks: 0

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: about 2 years ago - Stars: 11 - Forks: 2

SMerrony/picowpanel

Raspberry Pico W RGB Matrix Information Display driven by MQTT

Language: C - Size: 48.8 KB - Last synced at: 15 days ago - Pushed at: 8 months ago - Stars: 10 - Forks: 1

disq/ledcontrol

Control a LED strip with a knob, or with Home Assistant

Language: C++ - Size: 9.04 MB - Last synced at: 13 days ago - Pushed at: almost 2 years ago - Stars: 9 - Forks: 0

rppicomidi/midi2piousbhub

Use a Raspberry Pi Pico/RP2040 to connect a MIDI USB Host, a serial port MIDI, Bluetooth MIDI and 0-4 USB MIDI devices on a USB hub

Language: C - Size: 2.43 MB - Last synced at: 3 months ago - Pushed at: 3 months ago - Stars: 7 - Forks: 1

racka98/PicoW-FreeRTOS-Template

Raspberry Pi Pico W FreeRTOS Starter - In C. This is a simple starter project template for Raspberry Pi Pico W that uses FreeRTOS.

Language: C - Size: 50.8 KB - Last synced at: almost 2 years ago - Pushed at: over 2 years ago - Stars: 7 - Forks: 1

shiomachisoft/PicoJig

PCからUSBまたはWi-Fi経由でRaspberry Pi Pico(W)のGPIO/UART/SPI/I2C/ADC/PWMを制御するFWとPCアプリです。

Language: C# - Size: 5.22 MB - Last synced at: about 1 month ago - Pushed at: about 1 month ago - Stars: 5 - Forks: 0

rppicomidi/pico-w-ble-midi-lib

A MIDI 1.0 Bluetooth LE GATT service server

Language: C - Size: 224 KB - Last synced at: 3 months ago - Pushed at: 3 months ago - Stars: 5 - Forks: 2

raven-worx/MBusPico

Read smart meter values from a Kaifa MA309 (EVN/Netz NÖ) using a Raspberry Pi or Raspberry Pico W microcontroller

Language: C - Size: 2.47 MB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 5 - Forks: 0

Gerhard-Vienna/Pico-W_Wi-Fi_Configure

Set network name, password and - if required - IP address, network mask and default gateway at run time.

Language: C - Size: 45.9 KB - Last synced at: 19 days ago - Pushed at: 4 months ago - Stars: 4 - Forks: 1

SAMMYBOOOOM/Pico-W-iot-irrigation-system-demo

Smart IoT Irrigation System with Raspberry Pi Pico W

Language: C++ - Size: 8.07 MB - Last synced at: 15 days ago - Pushed at: 3 months ago - Stars: 3 - Forks: 0

jproj3cts/Manual-to-Motorized-Linear-Translation-Stage-Upgrade-Kit

The cheapest possible design for upgrading a manual linear translation stage to an automatic one, whilst retaining the original precision of the device.

Language: Python - Size: 4 MB - Last synced at: 10 months ago - Pushed at: 10 months ago - Stars: 3 - Forks: 0

n1kdo/temperature-sht30

Raspberry Pi Pico W temperature and humidity with SHT30.

Language: Python - Size: 107 KB - Last synced at: about 2 months ago - Pushed at: about 1 year ago - Stars: 3 - Forks: 0

eldstal/blinkenbox

Flashy demos for a modified IKEA FREKVENS

Language: Python - Size: 879 KB - Last synced at: 8 days ago - Pushed at: over 1 year ago - Stars: 3 - Forks: 0

enesbcs/mpyeasy-async

Easy MultiSensor device based on MicroPython for Raspberry Pico (RP2) and ESP32

Language: Python - Size: 221 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 3 - Forks: 1

disq/marax-pico

Lelit Mara X with Raspberry Pico W

Language: Python - Size: 6.35 MB - Last synced at: about 2 months ago - Pushed at: over 2 years ago - Stars: 3 - Forks: 0

mgrove36/home-assistant-pi-pico-w-dashboard

A Home Assistant dashboard and interface device for the Raspberry Pi Pico W

Language: Python - Size: 6.33 MB - Last synced at: 1 day ago - Pushed at: 2 days ago - Stars: 2 - Forks: 0

Figuejojo/IoTPico

IoTPico is a modular, scalable, and maintainable development framework for the Raspberry Pi Pico W.

Language: C - Size: 40 KB - Last synced at: about 2 months ago - Pushed at: about 2 months ago - Stars: 2 - Forks: 0

tobiaslrn/Lumen

LED strip light controller and client with various effects

Language: C# - Size: 8.91 MB - Last synced at: 18 days ago - Pushed at: 4 months ago - Stars: 2 - Forks: 0

milosz275/pico-led-controller

Pico C project implementing WS2812B LED controller with multiple predefined effects and management using HTTP server.

Language: C - Size: 3.11 MB - Last synced at: 9 days ago - Pushed at: 5 months ago - Stars: 2 - Forks: 0

milosz275/pico-w-template

Template repository for C/C++ Pico W project using pico-sdk and pico-extras with support for networking and multithreading. Functional workflows for CI and Doxygen docs deployment to GitHub Pages and CodeQL code scan included.

Language: C - Size: 13.2 MB - Last synced at: 9 days ago - Pushed at: 5 months ago - Stars: 2 - Forks: 0

JiriBilek/RP2040_PicoW_ESP8285_Library

WiFi library for RP2040 Pico-W with the ESP8285 chip

Language: Python - Size: 425 KB - Last synced at: 22 days ago - Pushed at: 5 months ago - Stars: 2 - Forks: 1

PedroAraoz/WiFiManager

WiFi Manager for the Pico W - MicroPython

Language: Python - Size: 60.5 KB - Last synced at: about 19 hours ago - Pushed at: 6 months ago - Stars: 2 - Forks: 1

dbell1867/pimoroni-pico-inky

Playing with Eink display using CircuitPython. Available hardware is the Pimoroni PicoInky and the PICO-W (RP2040)

Language: Python - Size: 36.1 KB - Last synced at: 5 months ago - Pushed at: 11 months 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: 12 days ago - Pushed at: 11 months ago - Stars: 2 - Forks: 2

Toby-Sanders-101/Callywith_College_Raspberry_Pi_Competition_2024

Health test software

Language: Python - Size: 11.3 MB - Last synced at: 2 months ago - Pushed at: about 1 year ago - Stars: 2 - Forks: 0

charkster/motion_detect_mcu_wifi_email

Micropython script for emailing notification of PIR motion detect.

Language: Python - Size: 473 KB - Last synced at: about 1 month ago - Pushed at: about 1 year ago - Stars: 2 - Forks: 1

outofcoffee/pico-weather

Fetches weather for location and displays on e-Ink display on Raspberry Pi Pico

Language: Python - Size: 753 KB - Last synced at: 7 days 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: 23 days ago - Pushed at: about 1 year ago - Stars: 2 - Forks: 0

n1kdo/pico-w-dual-serial

N1KDO Raspberry Pi Pico-W Dual Serial Interface.

Language: KiCad Layout - Size: 3.42 MB - Last synced at: about 2 months ago - Pushed at: about 1 year ago - Stars: 2 - Forks: 0

alybally04/Pico_BME280_Driver

"Plug and Play" Driver for BME280 Sensor with Pi Pico/Pico W (C/C++ and I2C)

Language: C - Size: 88.9 KB - Last synced at: about 1 year ago - Pushed at: about 1 year ago - Stars: 2 - Forks: 0

n1kdo/rotator-controller-controller

N1KDO Pico-W Rotator Controller Controller

Language: Python - Size: 1.84 MB - Last synced at: about 2 months ago - Pushed at: about 1 year ago - Stars: 2 - Forks: 0

outofcoffee/picow-wifi-http

A project for Raspberry Pi Pico W to connect to Wi-Fi, send HTTP request to server and decode the response

Language: JavaScript - Size: 32.2 KB - Last synced at: 7 days ago - Pushed at: over 1 year ago - Stars: 2 - Forks: 0

mhmatthall/badgeboy-picow

Drivers and software for digital name badges using a Raspberry Pi Pico W with badgeman

Language: Python - Size: 562 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 2 - Forks: 0

EthyMoney/kaluma-mqtt

Kaluma library for the MQTT protocol

Language: JavaScript - Size: 12.7 KB - Last synced at: 14 days ago - Pushed at: over 1 year 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: about 2 years ago - Pushed at: about 2 years ago - Stars: 2 - Forks: 1

ehedman/flowSensor

Marine water flow sensor and TDS meter

Language: C - Size: 1.14 MB - Last synced at: about 1 year ago - Pushed at: over 2 years ago - Stars: 2 - Forks: 0

n1kdo/KPA500-remote

Pico-W Web & Remote server for Elecraft KPA500 amplifier and KAT500 autotuner

Language: Python - Size: 855 KB - Last synced at: 25 days ago - Pushed at: 25 days ago - Stars: 1 - Forks: 0

n1kdo/BandSelector

IOT BandSelector (also known as a Band Decoder) works with Antenna Switch Controller to perform automated antenna selection on band change

Language: Python - Size: 9.23 MB - Last synced at: about 1 month ago - Pushed at: about 1 month ago - Stars: 1 - Forks: 0

shiomachisoft/PicoBrg

PicoBrg は、Wi-Fi(TCP ソケット通信) <==> UART の変換(ブリッジ)を行うRaspberry Pico Pico WのFWです。

Language: C# - Size: 7.69 MB - Last synced at: about 1 month ago - Pushed at: about 1 month ago - Stars: 1 - Forks: 0

MrJackus1/Micropython-Pi-Pico-Web-Server

A fast webserver using Micropython for the Pi Pico W. Auto connect to Wifi, SD card support and RTC update on start. Support for Multicore and https soon!

Language: Python - Size: 64.5 KB - Last synced at: 13 days ago - Pushed at: 3 months ago - Stars: 1 - Forks: 1

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: 9 months ago - Pushed at: 9 months ago - Stars: 1 - Forks: 0

J-Emil-P/unlock-pc-pico

Uses raspberry pi pico to unlock/lock your pc

Language: Python - Size: 28.3 KB - Last synced at: 10 months ago - Pushed at: 10 months ago - Stars: 1 - Forks: 0

dblanding/pico-OTA

Over the Air updater for Pico W (multi-file updates)

Language: Python - Size: 26.4 KB - Last synced at: 11 months ago - Pushed at: 11 months ago - Stars: 1 - Forks: 0

astlouys/Pico-RGB-Matrix

Firmware for the Waveshare's Pico RGB Matrix device

Language: C - Size: 12.1 MB - Last synced at: 12 months ago - Pushed at: 12 months ago - Stars: 1 - Forks: 0

IHatePineapples/riscv-online

RISC-V Web Emulator written in C++

Language: C++ - Size: 1.41 MB - Last synced at: about 1 year ago - Pushed at: about 1 year ago - Stars: 1 - Forks: 0

Dampfie93/Alarm-Clock

Pico W Alarm Clock with a RFID Reader and MP3 Player

Language: Python - Size: 117 KB - Last synced at: about 1 year ago - Pushed at: about 1 year ago - Stars: 1 - Forks: 2

hkoosha/homer2

Air quality monitoring on Raspberry Pi Pico, sent to Victoria Metrics, shown on Grafana: CO2, Humidity, Temperature, Volatile Organic Compounds, ..., you name it!

Language: C - Size: 1.73 MB - Last synced at: 29 days ago - Pushed at: about 1 year ago - Stars: 1 - Forks: 0

MyRaspberry/PICO_W_PID

Raspberry Pi PICO W board with PID control and webserver show/operation

Language: C++ - Size: 257 KB - Last synced at: 15 days ago - Pushed at: about 1 year ago - Stars: 1 - Forks: 0

n1kdo/Prolaser-III

MicroPython code to read data from ProLaser III speed LIDAR

Language: Python - Size: 183 KB - Last synced at: about 2 months ago - Pushed at: about 1 year ago - Stars: 1 - Forks: 0

vwillcox/GU_WeatherClock

A Weather display and Clock on the Pimoroni Galactic Unicorn

Language: Python - Size: 1.66 MB - Last synced at: about 1 year ago - Pushed at: over 1 year ago - Stars: 1 - Forks: 0

wqyeo/Pico-Multiplier 📦

A simple multiplication calculator, on Raspberry Pi Pico W with Maker Pi Pico

Language: CMake - Size: 6.84 KB - Last synced at: 5 days ago - Pushed at: over 1 year ago - Stars: 1 - Forks: 0

ChlodAlejandro/pico-c-template

Template project for Raspberry Pi Pico C/C++ projects using CMake, CLion, and the Pico SDK.

Language: CMake - Size: 11.7 KB - Last synced at: 15 days ago - Pushed at: over 1 year ago - Stars: 1 - Forks: 0

gepetojj/carrinho-wireless-pico

Carrinho de controle remoto utilizando o Raspberry Pi Pico W.

Language: Python - Size: 30.3 KB - Last synced at: 2 months ago - Pushed at: over 1 year ago - Stars: 1 - Forks: 0

hsgarn/FoosScore

FoosScore python software for FoosOBSPlus autoscoring system.

Language: Python - Size: 22.5 KB - Last synced at: about 2 years ago - Pushed at: about 2 years ago - Stars: 1 - Forks: 0

0xAQ/IoT-PICO-W

A small level IoT project written micropython with pico-W board to connect to wi-fi to setup a website to display the sensor data and control the sensor.

Language: Python - Size: 3.91 KB - Last synced at: almost 2 years ago - Pushed at: over 2 years ago - Stars: 1 - Forks: 0

electricalgorithm/pico-w-webserver

A MicroPython web-server project which lives on Pico W microcontroller.

Language: Python - Size: 19.5 KB - Last synced at: about 2 years ago - Pushed at: over 2 years ago - Stars: 1 - Forks: 0

l-hahn/picow-proxy

A small, rather simple implementation of a basic proxy server for the RPi Pico W

Language: Python - Size: 2.93 KB - Last synced at: almost 2 years ago - Pushed at: over 2 years ago - Stars: 1 - Forks: 0

PatrykSiwiec/pico-w-ntp-clock

Raspberry Pico W NTP Clock

Language: Python - Size: 21.5 KB - Last synced at: about 2 years ago - Pushed at: over 2 years ago - Stars: 1 - Forks: 0

NicolasRaf/EmbarcaTech

Codes, projects and exercises for the EmbarcaTech course held at IFPI

Language: C - Size: 671 KB - Last synced at: 7 days ago - Pushed at: 7 days ago - Stars: 0 - Forks: 0

n1kdo/AntennaSwitchControl

IOT Antenna Switch Control

Language: Python - Size: 10.6 MB - Last synced at: 28 days ago - Pushed at: 28 days ago - Stars: 0 - Forks: 0

YvanSeth/scd40-rusty-pi

A SCD40 (or 41) CO2 PPM Monitor with Web Interface for Raspberry Pi Pico W

Language: Rust - Size: 186 KB - Last synced at: about 1 month ago - Pushed at: about 1 month ago - Stars: 0 - Forks: 0

shiomachisoft/PicoIot

Raspberry Pico Pico Wがセンサデータについて、次の種類の送信を行います。・・・(1)Webブラウザに送信 (2)TCPソケット送信 (3)メール送信

Size: 2.73 MB - Last synced at: about 1 month ago - Pushed at: about 1 month ago - Stars: 0 - Forks: 0

The-Michael-R/pico_w-framework

Pico-W & Pico2-W C-Framework with FreeRTOS and WLAN

Language: C - Size: 38.1 KB - Last synced at: about 2 months ago - Pushed at: about 2 months ago - Stars: 0 - Forks: 0

Lucas-PCN/smart_lighting

Este projeto implementa um sistema de automação residencial para controle de iluminação utilizando a placa BitDogLab com Raspberry Pi Pico W. A comunicação via Wi-Fi permite o envio de dados para o ThingSpeak, possibilitando o monitoramento remoto do acionamento das luzes.

Language: C - Size: 17.6 KB - Last synced at: about 2 months ago - Pushed at: about 2 months ago - Stars: 0 - Forks: 0

danielringch/homebattery

A reliable embedded controller for home battery storage

Language: Python - Size: 2.65 MB - Last synced at: 2 months ago - Pushed at: 2 months ago - Stars: 0 - Forks: 0

ekelhala/plantio

Monitor the soil moisture level of your plants with the help of IoT

Language: Python - Size: 193 KB - Last synced at: about 2 months ago - Pushed at: 3 months ago - Stars: 0 - Forks: 0

Daedaluz/pico-ws2812

Wifi WS2812 controller

Language: C - Size: 9.77 KB - Last synced at: 14 days ago - Pushed at: 3 months ago - Stars: 0 - Forks: 0

tutla53/wifi-camera-monitor

Simple 2 D.O.F Camera Monitor with RP2040 - TCP Server Version

Language: Rust - Size: 287 KB - Last synced at: about 1 month ago - Pushed at: 3 months ago - Stars: 0 - Forks: 0

n1kdo/thunderbolt

Pico-W IOT thing for Trimble Thunderbolt.

Language: Python - Size: 229 KB - Last synced at: 14 days ago - Pushed at: 4 months ago - Stars: 0 - Forks: 0

42willow/pico-w-rust-template

A template repository to help you get started with development on the Raspberry Pi Pico W using Rust

Language: Rust - Size: 165 KB - Last synced at: 4 months ago - Pushed at: 4 months ago - Stars: 0 - Forks: 0

Unkn0wnN4m3/pico-project

Measure temperature, pressure and humidity of the environment with the Raspberry Pico W

Language: Python - Size: 1.61 MB - Last synced at: 27 days ago - Pushed at: 5 months ago - Stars: 0 - Forks: 0

programandoconro/pico-web-mouse

A web server that creates a virtual mouse to control your computer with the Raspberry Pico W. You can connect the Raspberry to your target device, then connect to the server using your phone, and move in the web site as a virtual mouse connected to your real device.

Language: Python - Size: 89.8 KB - Last synced at: 19 days ago - Pushed at: 5 months ago - Stars: 0 - Forks: 0

sikorka/enviro

Pico (W) / Enviro+ / PMS5003 combo for reading air quality

Language: Python - Size: 3.38 MB - Last synced at: 5 months ago - Pushed at: 5 months ago - Stars: 0 - Forks: 1

len-sla/rp2040pico-w_BME680

Using Pico W

Language: C - Size: 13.5 MB - Last synced at: 6 months ago - Pushed at: 6 months ago - Stars: 0 - Forks: 0

RajkumarGara/node-red-bridge

Bridge remote serial network commands for LMDI-100 and Mechonet

Size: 32.1 MB - Last synced at: about 1 month ago - Pushed at: 6 months ago - Stars: 0 - Forks: 1

HouseSimOn/PicoSdkStartTemplate

Start repository template with Pi Pico and Pi PicoW SDK

Language: CMake - Size: 28.3 KB - Last synced at: 7 months ago - Pushed at: 7 months ago - Stars: 0 - Forks: 0

sccreeper/fiend

Parody of friend.com

Language: C++ - Size: 84 KB - Last synced at: 7 months ago - Pushed at: 7 months ago - Stars: 0 - Forks: 0

RajkumarGara/remote-serial-pico

Access remote serial devices connected to Pico with Pi

Language: JavaScript - Size: 40.6 MB - Last synced at: 1 day ago - Pushed at: 8 months ago - Stars: 0 - Forks: 1

LeHuman/PMPi-Firmware

Firmware repository for the PMPi project

Language: C - Size: 419 KB - Last synced at: 8 months ago - Pushed at: 8 months ago - Stars: 0 - Forks: 0

LeHuman/PMPi-PCB

PCB files for the PMPi Project

Size: 34.9 MB - Last synced at: 8 months ago - Pushed at: 8 months ago - Stars: 0 - Forks: 0

shiomachisoft/PicoSen

Raspberry Pico W sends the sensor data(*) via a TCP socket at 5-second intervals. *GPIO,ADC(voltage,temperature) and BME280 sensor data

Language: C - Size: 3.61 MB - Last synced at: 9 months ago - Pushed at: 9 months ago - Stars: 0 - Forks: 0

domneedham/galactic-unicorn-rs

An IoT clock on the Pimoroni Galactic Unicorn.

Language: Rust - Size: 310 KB - Last synced at: 9 months ago - Pushed at: 9 months ago - Stars: 0 - Forks: 0

atsign-foundation/micropython Fork of micropython/micropython

A fork of Micropython with AES CTR enabled for the Raspberry Pi Pico W

Language: C - Size: 59.6 MB - Last synced at: 10 months ago - Pushed at: 10 months ago - Stars: 0 - Forks: 0

LeHuman/PMPi

Wireless PM2813 GPIB Controller using a Raspberry Pi Pico W

Size: 36.5 MB - Last synced at: 11 months ago - Pushed at: 11 months ago - Stars: 0 - Forks: 0

relt-1/cyw43-raymarcher

Raymarcher for the Pi Pico W CYW43439 chip.

Language: C - Size: 20.5 KB - Last synced at: 12 months ago - Pushed at: 12 months ago - Stars: 0 - Forks: 0