-
pico_hx711_ble_server Public
Project implements a Bluetooth Low Energy (BLE) server (peripheral) on the Raspberry Pi Pico 2W (or Pico W) to interface with an HX711 load cell amplifier.
C MIT License UpdatedMay 4, 2026 -
pico-hx711 Public
A lightweight, dependency-free C library for the HX711 24-bit ADC (Load Cell Amplifier), designed specifically for the Raspberry Pi Pico C/C++ SDK.
C MIT License UpdatedApr 27, 2026 -
flutter_litert_lm_app Public
A Flutter application demonstrating on-device multimodal AI inference using Google's LiteRT-LM via a custom JNI bridge using jnigen.
Dart MIT License UpdatedApr 26, 2026 -
flutter_ble_coded_phy Public
Flutter application designed to interface with Bluetooth 5.0 Long Range (LE Coded PHY) devices. This project uses a hybrid architecture, leveraging Java-based Android Bluetooth APIs via jnigen to a…
Dart MIT License UpdatedApr 18, 2026 -
bgm220_le_coded_phy Public
Bluetooth Low Energy (BLE) project running on the Silicon Labs BGM220 Explorer Kit. It demonstrates bidirectional BLE communication using the LE Coded PHY (Bluetooth 5 Long Range feature) for exten…
C MIT License UpdatedApr 16, 2026 -
pico_zstack_coordinator_poc Public
A C-based proof-of-concept demonstrating how to use a Raspberry Pi Pico W / Pico 2 W as a USB Host to control a Texas Instruments Z-Stack Zigbee Coordinator (specifically the Sonoff Zigbee 3.0 USB …
C MIT License UpdatedApr 10, 2026 -
flutter_measure_anything_app Public
A Flutter application that leverages the Segment Anything Model and ARCore raw depth data to interactively segment objects and calculate their precise real-world dimensions.
Java MIT License UpdatedApr 10, 2026 -
flutter_segment_anything_app Public
A Flutter mobile application that performs interactive, on-device image segmentation using EdgeTAM (SAM2) encoder/decoder exported to ONNX
-
A Flutter application designed to load, visualize, and label 1D sequential data to generate ground-truth segmentation masks for training 1D Convolutional Neural Networks (CNNs).
Dart MIT License UpdatedApr 4, 2026 -
flutter_heart_rate_monitor Public
An experimental Flutter application that measures a user's resting heart rate using a smartphone's built-in accelerometer and gyroscope.
Dart MIT License UpdatedMar 31, 2026 -
Flutter mobile application for 18-channel spectroscopy. It uses Bluetooth Low Energy (BLE) to communicate with a Raspberry Pi Pico 2W connected to an AS7265x spectral sensor
Dart MIT License UpdatedMar 28, 2026 -
pico-dfrobot-max30102 Public
A lightweight C library for the Raspberry Pi Pico and Pico 2W to interface with the DFRobot Gravity MAX30102 PPG Heart Rate and Oximeter Sensor.
C MIT License UpdatedMar 19, 2026 -
A Flutter application that tracks a user's face position during different activities, saves the data for training ML models, and can display real-time predictions using a trained model
-
A Bluetooth Low Energy (BLE) peripheral application for the Raspberry Pi Pico W that streams health data from the DFRobot Gravity MAX30102 PPG Heart Rate and Oximeter Sensor.
C MIT License UpdatedMar 11, 2026 -
pico_sen66_datalogger Public
implements a standalone Air Quality Monitor using a Raspberry Pi Pico 2 W. It utilizes a single, highly integrated Sensirion SEN66 sensor to monitor particulate matter, gaseous pollutants, and envi…
C MIT License UpdatedMar 7, 2026 -
flutter_air_quality_game Public
Flutter mobile game using Sensirion SEN66 environmental sensor data via Bluetooth Low Energy (BLE).
Dart MIT License UpdatedMar 3, 2026 -
pico_scd30_ap Public
C-based project for the Raspberry Pi Pico W that transforms the device into a standalone Wi-Fi Access Point and Web Server to monitor CO2, temperature, and humidity using a Sensirion SCD30 sensor.
C MIT License UpdatedFeb 19, 2026 -
pico_air_quality_datalogger Public
Implements a standalone Air Quality Monitor using a Raspberry Pi Pico 2 W and the HM3301, SCD41, Grove Multichannel Gas sensors. It logs PM2.5 + Multi-Gas + CO2 data to an SD Card and acts as a BLE…
C MIT License UpdatedFeb 16, 2026 -
pico_as7265x_ble_server Public
Transforms a Raspberry Pi Pico 2W into a wireless spectral sensing peripheral. It interfaces with the ams OSRAM AS7265x Spectral Triad via I2C and broadcasts calibrated 18-channel spectral data ove…
C MIT License UpdatedFeb 12, 2026 -
pico-as7265x Public
A lightweight, C-based library for the ams AS7265x (18-channel spectral sensor) designed specifically for the Raspberry Pi Pico / Pico 2W SDK.
C MIT License UpdatedFeb 5, 2026 -
flutter_dinov3_few_shot_demo Public
A cross-platform solution for Few-Shot Instance Segmentation on mobile devices. It leverages a split-model architecture using DINOv3 as a static feature extractor and a lightweight, dynamically tr…
Dart MIT License UpdatedJan 29, 2026 -
flutter_deep_aruco_app Public
A Flutter-based mobile application for the real-time detection and decoding of ArUco fiducial markers, especially in challenging lighting conditions. Uses the DeepArUco++ approach..
-
arcore_depth_capture_utility Public
This flutter application is a specialized utility designed to capture high-fidelity environmental data using the ARCore Raw Depth API.
Java MIT License UpdatedJan 18, 2026 -
t5gemma2-onnx Public
A collection of Colab Notebooks designed to export the Google T5Gemma 2 model to ONNX format.
Jupyter Notebook MIT License UpdatedJan 12, 2026 -
pico-grove-multigas-v2 Public
A C library for the Seeed Studio Grove Multichannel Gas Sensor V2.0, designed for the Raspberry Pi Pico (RP2040, RP2350) using the official Pico SDK.
C MIT License UpdatedDec 29, 2025 -
flutter_dinov3_one_shot_demo Public
Flutter application demonstrating real-time, one-shot object segmentation using a DINOv3 feature extractor model
-
A demonstration project showcasing the integration of real-time hand tracking with the Flame game engine in a Flutter application.
-
This repository contains a Flutter Flame game demo that showcases real-time hand tracking capabilities to interact with in-game objects.
-
hand_landmarker Public
A Flutter plugin for real-time hand landmark detection on Android using Google's MediaPipe Hand Landmarker task and a JNI bridge
-
pico_miflora_datalogger Public
This project turns a Raspberry Pi Pico W into a datalogger for a Xiaomi MiFlora plant sensor. It scans for the sensor via BLE, reads its data, and logs it to a text file on an SD card with a timest…