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

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

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

4 个仓库

Awesome GitHub RepositoriesSampling Rate Controllers

Logic 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.

Explore 4 awesome GitHub repositories matching hardware & iot · Sampling Rate Controllers. Refine with filters or upvote what's useful.

Awesome Sampling Rate Controllers GitHub Repositories

用 AI 发现最棒的仓库。我们将通过 AI 为您搜索最匹配的仓库。
  • 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

    Controls the rate at which microcontrollers sample data from analog and I2C sensors.

    JavaScript1-wireadcarduino
    在 GitHub 上查看↗13,401
  • 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
  • jrowberg/i2cdevlibjrowberg 的头像

    jrowberg/i2cdevlib

    4,251在 GitHub 上查看↗

    i2cdevlib 是一个专为 I2C 设备设计的周边驱动程序和硬件抽象层集合。它提供了一个传感器驱动程序集合、寄存器映射数据库和周边管理器,用于协调微控制器与硬件组件之间的通信。 该项目利用硬件抽象层将设备逻辑与特定的微控制器硬件和线路库解耦。这种传输层抽象允许相同的设备驱动程序在不同的硬件架构之间保持可移植性。 该库涵盖了广泛的硬件集成,包括运动和惯性传感器、环境监测器、实时时钟和电容式触摸感应。它还包括对 GPIO 扩展、模数转换以及驱动 OLED 显示器和数字仪表的支持。 该系统包括用于 I2C 协议调试和流量分析的工具,能够将原始逻辑分析仪数据与人类可读的寄存器映射定义相关联。

    Provides logic for adjusting the frequency at which sensors sample physical data to balance power and precision.

    C++
    在 GitHub 上查看↗4,251
  • dekunukem/daytripperdekuNukem 的头像

    dekuNukem/daytripper

    4,030在 GitHub 上查看↗

    Daytripper 是一个可编程激光安全控制器和运动检测器,作为操作系统操作的硬件触发器。它是一个硬件和软件系统,旨在通过激光束检测物理入侵以触发自动化系统响应。 该系统通过将物理激光中断转换为软件操作(例如执行键盘快捷键、运行脚本或触发系统命令)的能力而脱颖而出。它还支持硬件级集成,允许设备通过专用引脚发送高压脉冲以激活外部电子电路。 该项目涵盖了一系列能力,包括用于忽略指定区域外移动的距离窗口过滤,以及用于平衡检测速度与电池消耗的灵敏度调节。它包括对发射器和接收器之间多设备同步的支持,以及通过引导加载程序模式进行的基于 USB 的固件更新。

    Adjusts sensor refresh and sampling rates to balance detection speed against battery power consumption.

    C
    在 GitHub 上查看↗4,030
  1. Home
  2. Hardware & IoT
  3. Embedded Systems And Robotics
  4. Sensor Processing
  5. Analog Sensor Calibration
  6. Sampling Rate Controllers