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,401GitHub पर देखें↗

    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,875GitHub पर देखें↗

    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,251GitHub पर देखें↗

    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++
    GitHub पर देखें↗4,251
  • dekunukem/daytripperdekuNukem का अवतार

    dekuNukem/daytripper

    4,030GitHub पर देखें↗

    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