awesome-repositories.com
Blog
MCP
awesome-repositories.com

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektMCP-ServerÜber unsRanking-MethodikPresse
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

4 Repos

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

Finde die besten Repos mit KI.Wir suchen mit KI nach den am besten passenden Repositories.
  • rwaldron/johnny-fiveAvatar von rwaldron

    rwaldron/johnny-five

    13,401Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗13,401
  • greatscottgadgets/hackrfAvatar von greatscottgadgets

    greatscottgadgets/hackrf

    7,875Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗7,875
  • jrowberg/i2cdevlibAvatar von jrowberg

    jrowberg/i2cdevlib

    4,251Auf GitHub ansehen↗

    i2cdevlib is a collection of peripheral drivers and hardware abstraction layers designed for I2C devices. It provides a sensor driver collection, a register map database, and a peripheral manager to coordinate communication between microcontrollers and hardware components. The project utilizes a hardware abstraction layer to decouple device logic from specific microcontroller hardware and wire libraries. This transport-layer abstraction allows the same device drivers to remain portable across different hardware architectures. The library covers a broad range of hardware integration, includin

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

    C++
    Auf GitHub ansehen↗4,251
  • dekunukem/daytripperAvatar von dekuNukem

    dekuNukem/daytripper

    4,030Auf GitHub ansehen↗

    Daytripper ist ein programmierbarer Laser-Sicherheitscontroller und Bewegungsmelder, der als Hardware-Trigger für Betriebssystemaktionen fungiert. Es ist ein Hardware- und Softwaresystem, das darauf ausgelegt ist, physische Eindringversuche mittels Laserstrahlen zu erkennen, um automatisierte Systemreaktionen auszulösen. Das System zeichnet sich durch die Fähigkeit aus, physische Laserunterbrechungen in Softwareaktionen zu übersetzen, wie etwa das Ausführen von Tastaturkürzeln, das Starten von Skripten oder das Auslösen von Systembefehlen. Es unterstützt zudem die Integration auf Hardwareebene, wodurch das Gerät Hochspannungsimpulse über dedizierte Pins senden kann, um externe elektronische Schaltkreise zu aktivieren. Das Projekt deckt eine Reihe von Funktionen ab, einschließlich Distance-Window-Filterung zum Ignorieren von Bewegungen außerhalb eines festgelegten Bereichs und Empfindlichkeitsanpassung, um die Erkennungsgeschwindigkeit mit dem Batterieverbrauch in Einklang zu bringen. Es enthält Unterstützung für Multi-Device-Synchronisation zwischen Sendern und Empfängern sowie USB-basierte Firmware-Updates über einen Bootloader-Modus.

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

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