awesome-repositories.com
博客
MCP
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目MCP 服务器关于排名机制媒体报道
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

29 个仓库

Awesome GitHub RepositoriesAnalog Sensor Calibration

Mathematical adjustment of raw sensor inputs to ensure accurate data reporting.

Distinct from Sensor Processing: Distinct from general sensor processing: focuses on the calibration and scaling of raw analog values.

Explore 29 awesome GitHub repositories matching hardware & iot · Analog Sensor Calibration. Refine with filters or upvote what's useful.

Awesome Analog Sensor Calibration GitHub Repositories

用 AI 发现最棒的仓库。我们将通过 AI 为您搜索最匹配的仓库。
  • arendst/tasmotaarendst 的头像

    arendst/Tasmota

    24,502在 GitHub 上查看↗

    Tasmota is a universal firmware platform for ESP8266 and ESP32 microcontrollers, designed to provide local control and management of smart home hardware. It functions as an event-driven automation controller that replaces proprietary factory firmware, allowing users to manage relays, sensors, and lighting systems without relying on external cloud services. The system is built on a modular driver architecture that enables dynamic hardware configuration and peripheral support through a web-based management interface. The platform distinguishes itself through a template-driven hardware mapping s

    Adjusts raw sensor data using offsets and scaling to ensure accurate reporting for analog and digital inputs.

    Carduinoautomationesp32
    在 GitHub 上查看↗24,502
  • wled/wledwled 的头像

    wled/WLED

    18,249在 GitHub 上查看↗

    WLED is a web-based firmware designed for ESP8266 and ESP32 microcontrollers to manage addressable LED strips and matrices. It functions as a comprehensive IoT lighting automation system, providing the tools to control individual pixels, define logical segments, and execute dynamic lighting effects. The platform supports a wide range of hardware configurations, including matrix panels and non-addressable LED arrays, while offering granular control over brightness, color palettes, and animation speed. The project distinguishes itself through its extensive support for networked orchestration an

    Reads signals from analog sensors to dynamically adjust lighting properties like brightness and speed.

    C++esp32esp8266hacktoberfest
    在 GitHub 上查看↗18,249
  • marlinfirmware/marlinMarlinFirmware 的头像

    MarlinFirmware/Marlin

    17,433在 GitHub 上查看↗

    Marlin is a firmware platform designed for 3D printers and CNC machines that translates manufacturing instructions into precise hardware operations. It functions as a G-code interpreter, parsing text-based commands to manage multi-axis motion, thermal regulation, and material delivery systems. By operating independently of a host computer, the system enables a standalone manufacturing workflow through the direct processing of files from local storage. The firmware distinguishes itself through a modular hardware abstraction layer that supports a wide range of microcontroller configurations. It

    Executes sensor-based calibration routines to ensure geometric accuracy and consistent material adhesion across the build surface.

    C++3d-printingarduinoatmel
    在 GitHub 上查看↗17,433
  • wagerfield/parallaxwagerfield 的头像

    wagerfield/parallax

    16,586在 GitHub 上查看↗

    Parallax is a device motion parallax engine and interactive depth effect library. It provides the core logic and interfaces necessary to simulate visual depth by shifting scene layers based on a smart device gyroscope or mouse movement. The system functions as a device orientation controller that maps physical device rotation and cursor position to programmatic offsets. It distinguishes itself through a motion interface that handles relative orientation calibration, allowing the engine to calculate movement based on a cached starting position. The library covers motion behavior configuration

    Calculates movement by comparing current sensor readings against a cached initial starting position.

    JavaScript
    在 GitHub 上查看↗16,586
  • orcaslicer/orcaslicerOrcaSlicer 的头像

    OrcaSlicer/OrcaSlicer

    14,774在 GitHub 上查看↗

    OrcaSlicer is a 3D printer slicer software designed to convert three-dimensional digital models into precise machine instructions for additive manufacturing. It functions as an end-to-end workflow manager that handles the transformation of geometric data into layer-by-layer movement commands while providing tools to configure print parameters and manage hardware settings. The software distinguishes itself through integrated remote management capabilities, allowing users to submit print jobs, monitor real-time telemetry, and control network-connected hardware from remote locations. It incorpor

    Tests and adjusts material flow, temperature, and retraction settings to ensure optimal print quality.

    C++3d-printer3d-printingmakers
    在 GitHub 上查看↗14,774
  • alibaba/mnnalibaba 的头像

    alibaba/MNN

    14,242在 GitHub 上查看↗

    MNN is a high-performance inference engine and framework designed for on-device machine learning. It provides a comprehensive environment for executing, optimizing, and deploying neural network models directly on mobile and resource-constrained edge devices. The framework distinguishes itself through a robust model optimization toolkit that supports quantization, compression, and structural graph manipulation to minimize memory footprint and maximize execution speed. It features a modular architecture that abstracts hardware-specific backends, allowing models to run efficiently across diverse

    Converts models to integer-8 precision using calibration datasets to optimize speed and memory.

    C++armconvolutiondeep-learning
    在 GitHub 上查看↗14,242
  • rwaldron/johnny-fiverwaldron 的头像

    rwaldron/johnny-five

    13,401在 GitHub 上查看↗

    Johnny-Five is a JavaScript robotics framework and microcontroller hardware interface designed for programming robots and IoT devices. It provides a standardized library for managing pins, motors, and displays across various microcontroller platforms, allowing developers to control sensors and actuators using a consistent JavaScript API. The framework is distinguished by its use of a plugin-based hardware abstraction system, which enables communication with diverse hardware platforms and protocols. It supports real-time hardware manipulation and debugging through a read-eval-print loop that a

    Captures data from pressure and proximity sensors to trigger actions or change system states.

    JavaScript1-wireadcarduino
    在 GitHub 上查看↗13,401
  • px4/px4-autopilotPX4 的头像

    PX4/PX4-Autopilot

    11,962在 GitHub 上查看↗

    PX4-Autopilot is a professional-grade flight control software stack designed for autonomous unmanned vehicles, including multicopters, fixed-wing aircraft, and vertical takeoff and landing platforms. It operates as a modular, real-time framework that decouples flight control logic from hardware drivers through a publish-subscribe middleware architecture. The system utilizes a deterministic microkernel runtime to execute time-critical flight control loops and sensor fusion tasks, ensuring stable navigation and vehicle operation. The platform distinguishes itself through a parameter-driven conf

    Executes mandatory orientation and calibration routines for onboard sensors like compasses and accelerometers to ensure accurate vehicle positioning.

    C++autonomousautopilotavoidance
    在 GitHub 上查看↗11,962
  • microsoft/windows-universal-samplesmicrosoft 的头像

    microsoft/Windows-universal-samples

    9,696在 GitHub 上查看↗

    This repository is a comprehensive collection of reference implementations and sample libraries for the Universal Windows Platform. It provides practical examples of how to use Windows Runtime APIs to build cross-device applications, including detailed guidance on XAML-based declarative user interfaces and DirectX-integrated rendering. The project distinguishes itself by providing a wide array of hardware integration suites, covering low-level communication with USB, Serial, I2C, SPI, and GPIO peripherals. It includes specialized implementations for mixed reality holographic rendering, advanc

    Uses proximity sensor data thresholds as system triggers to execute software actions in the background.

    JavaScript
    在 GitHub 上查看↗9,696
  • hybridgroup/gobothybridgroup 的头像

    hybridgroup/gobot

    9,425在 GitHub 上查看↗

    Gobot is a robotics framework for the Go programming language designed for developing robotics, drones, and IoT applications. It provides a hardware abstraction layer with standardized drivers to interact with GPIO, I2C, SPI, and PWM interfaces across various single-board computers and microcontrollers. The framework functions as an IoT device orchestrator and BLE device manager, enabling the coordination of multiple sensors, actuators, and Bluetooth Low Energy peripherals. It includes specialized interfaces for drone control, allowing for the management of flight maneuvers and video streams

    Implements standardized interfaces for reading and interacting with various analog hardware components.

    Goarduinobeaglebonebeaglebone-black
    在 GitHub 上查看↗9,425
  • prusa3d/prusaslicerprusa3d 的头像

    prusa3d/PrusaSlicer

    9,146在 GitHub 上查看↗

    PrusaSlicer is a G-code generator that converts 3D models into machine instructions for FFF and mSLA printers, handling slicing, infill, and support generation. It provides a command-line slicing interface for processing models and profiles via terminal commands without a graphical user interface, and includes a G-code customization engine that inserts user-defined macros, variables, and post-processing scripts into generated G-code for tailored machine control. The software also manages multi-material prints by coordinating multiple extruders and filament colors, assigning materials to model

    Assigns a custom SVG or PNG image as the visual representation of the print bed.

    C++
    在 GitHub 上查看↗9,146
  • ralim/ironosRalim 的头像

    Ralim/IronOS

    8,250在 GitHub 上查看↗

    IronOS is a low-level soldering iron firmware and thermal control system. It serves as a comprehensive embedded UI framework and hardware controller designed to manage heating elements, temperature regulation, and power delivery for soldering tools. The project distinguishes itself through a specialized USB-PD power controller that negotiates standards like USB-PD EPR and Quick Charge to maximize available wattage. It also features a wireless BLE hardware controller for monitoring real-time telemetry and modifying system parameters from a remote application. The system covers broad capabilit

    Performs mathematical adjustment of raw sensor inputs to ensure accurate voltage and temperature readings.

    Calternatefirmwareflash
    在 GitHub 上查看↗8,250
  • gyroflow/gyroflowgyroflow 的头像

    gyroflow/gyroflow

    8,256在 GitHub 上查看↗

    Gyroflow is a gyroscope video stabilization software and IMU telemetry processor designed to remove camera shake from video files. It functions as a hardware-accelerated video renderer and lens calibration tool, utilizing embedded or external gyroscope and accelerometer data to perform pixel-level stabilization. The system is distinguished by its ability to integrate with professional non-linear video editing software via plugins, allowing stabilization to be applied directly to timelines without transcoding original footage. It supports diverse telemetry ingestion from camera brands, flight

    Calculates the static offset of the gyroscope sensor during zero movement to improve stabilization precision.

    Rustfpvgoprogpu
    在 GitHub 上查看↗8,256
  • librehardwaremonitor/librehardwaremonitorLibreHardwareMonitor 的头像

    LibreHardwareMonitor/LibreHardwareMonitor

    7,905在 GitHub 上查看↗

    LibreHardwareMonitor is a .NET library and system health monitoring tool for Windows. It provides a programmatic hardware sensor API and a low-level interface to access real-time temperature, voltage, and fan speed data from computer hardware components. The project serves as a bridge between Windows operating system calls and physical sensors, allowing for the monitoring of processors, graphics cards, motherboards, storage devices, and network adapters. This enables the tracking of system stability and the collection of environmental changes across various hardware components. The software

    Provides mechanisms to trigger notifications or software actions when hardware sensor values cross defined thresholds.

    C#freehacktoberfesthardware
    在 GitHub 上查看↗7,905
  • greatscottgadgets/hackrfgreatscottgadgets 的头像

    greatscottgadgets/hackrf

    7,875在 GitHub 上查看↗

    This project is a software-defined radio platform designed to capture, analyze, and broadcast radio frequency signals across a wide spectrum. It provides a programmable hardware interface for transmitting and receiving radio signals, enabling spectrum analysis and wireless data monitoring. The system is distinguished by its ability to synchronize multiple devices using a shared external clock and hardware triggers to ensure precise timing and sample accuracy. It supports advanced signal routing, allowing ports to be mapped based on frequency or time to enable specialized operations like pseud

    Adjusts the signal digitization frequency to balance spectrum visibility and interference suppression.

    Chackrfhardwareradio
    在 GitHub 上查看↗7,875
  • relativty/relativtyrelativty 的头像

    relativty/Relativty

    7,190在 GitHub 上查看↗

    Relativty is an open-source virtual reality headset kit that can be built for around $200 using DIY hardware and firmware, designed to work with SteamVR. At its core, it provides firmware for a 3-DoF VR headset that handles sensor calibration, orientation tracking, and communication with a PC over USB, along with a custom SteamVR-compatible driver that connects the self-built headset to the SteamVR ecosystem for launching games. The project distinguishes itself with an experimental full-body tracking module that uses a webcam and a neural network on an NVIDIA GPU to estimate 3D body position,

    Automatically calibrates the headset's orientation when placed on a flat surface after power-on.

    C++diyhardwaremaxim-xyz
    在 GitHub 上查看↗7,190
  • relativty/relativrelativty 的头像

    relativty/Relativ

    7,189在 GitHub 上查看↗

    Relativ is an open-source project for the development of custom virtual reality hardware, encompassing the mechanical design, electronics, and software interfaces required to build a headset from scratch. It provides the frameworks necessary for assembling devices using open-source electronics and firmware. The project integrates custom hardware with SteamVR through driver-based configurations, mapping device identifiers and display viewports to ensure rendered images align with physical secondary displays. It employs a combination of microcontroller-based inertial measurement unit polling fo

    Includes routines for storing offset and scale data on sensor memory to reduce drift.

    C++
    在 GitHub 上查看↗7,189
  • guardianproject/havenguardianproject 的头像

    guardianproject/haven

    6,792在 GitHub 上查看↗

    Haven is an Android physical security monitor that uses device sensors to detect unauthorized intrusions into a personal space. It functions as an encrypted intrusion alert system and an on-device security logger that captures images and audio when sensor thresholds are exceeded. The project incorporates a Tor-based remote monitor, allowing users to retrieve event logs and captured media from a distant location via secure onion services. It ensures privacy by routing intrusion alerts through encrypted messaging channels and saving media directly to the device filesystem rather than using clou

    Processes real-time hardware signals from motion, sound, and light sensors to trigger security events.

    Javaandroiddevice-sensorsmonitoring-service
    在 GitHub 上查看↗6,792
  • projectdent/arkit-corelocationProjectDent 的头像

    ProjectDent/ARKit-CoreLocation

    5,525在 GitHub 上查看↗

    ARKit-CoreLocation is a location integration framework designed to synchronize augmented reality scenes with real-world GPS coordinates. It provides a geospatial positioning engine and anchor system that links 3D scene objects to specific physical latitudes and longitudes. The framework distinguishes itself through sensor-fusion coordinate alignment, combining high-frequency motion data with GPS updates to maintain stable coordinates and refine user positioning. It includes specialized tools for compass calibration and scene orientation correction to align the 3D environment with True North.

    Provides a tool for refining True North alignment and correcting scene orientation based on GPS movement paths.

    Swift
    在 GitHub 上查看↗5,525
  • doikki/dkvideoplayerDoikki 的头像

    Doikki/DKVideoPlayer

    5,317在 GitHub 上查看↗

    DKVideoPlayer is an Android video player library and media playback framework designed to integrate advanced streaming and playback capabilities into mobile applications. It provides a hardware-accelerated video renderer and a customizable UI kit for building player interfaces, including support for picture-in-picture floating windows. The framework distinguishes itself through specialized interactive features, such as real-time comment overlays, frame capture snapshots, and gesture-based controls for adjusting volume, brightness, and playback progress. It also supports multi-stream playback,

    Automatically toggles between windowed and fullscreen modes using the device gravity sensor.

    Javaandroidexoplayerffmpeg
    在 GitHub 上查看↗5,317
上一个12下一个
  1. Home
  2. Hardware & IoT
  3. Embedded Systems And Robotics
  4. Sensor Processing
  5. Analog Sensor Calibration

探索子标签

  • Airspeed Sensor ScalingCalibration of airspeed sensor data to account for installation-specific airflow characteristics. **Distinct from Analog Sensor Calibration:** Distinct from analog sensor calibration: focuses specifically on airspeed-to-velocity estimation scaling for flight dynamics.
  • Analog Sensor Integrations2 个子标签Interfaces for reading and processing signals from analog sensors to control system properties. **Distinct from Analog Sensor Calibration:** Distinct from sensor calibration: focuses on the integration of sensor data into lighting control logic.
  • Analog Signal ScalingConverting raw analog voltage readings into usable numeric ranges. **Distinct from Analog Sensor Calibration:** Focuses on the scaling and normalization of signals rather than just the calibration process
  • Automated Bed Leveling1 个子标签Sensor-based routines for geometric compensation and surface leveling in additive manufacturing. **Distinct from Analog Sensor Calibration:** Focuses on bed leveling for 3D printers, distinct from general sensor calibration.
  • Automated Calibration Routines3 个子标签Routines for sensor-based leveling and mechanical compensation in manufacturing hardware. **Distinct from Analog Sensor Calibration:** Focuses on geometric calibration for manufacturing, distinct from general analog sensor calibration.
  • Compass Calibration1 个子标签Processes for correcting magnetic sensor bias to improve orientation accuracy. **Distinct from Sensor Calibration Routines:** Focuses on user-facing calibration interfaces for compasses rather than robotics-specific orientation routines.
  • Sampling Rate ControllersLogic for adjusting the frequency at which sensors sample physical data. **Distinct from Analog Sensor Calibration:** Focuses on the temporal rate of sampling rather than the mathematical calibration of the data value.
  • Sensor Bias CorrectionAdjustments to raw sensor data to remove systematic errors or bias. **Distinct from Sensor Calibration Routines:** Focuses on bias correction via a calibration interface rather than mandatory flight-controller routines.
  • Sensor Calibration Routines4 个子标签Mandatory orientation and calibration routines for onboard sensors to ensure accurate positioning. **Distinct from Analog Sensor Calibration:** Distinct from analog sensor calibration: focuses on high-level sensor orientation and calibration for flight controllers rather than raw analog scaling.