awesome-repositories.com
المدونة
MCP
awesome-repositories.com

اكتشف أفضل مستودعات المصادر المفتوحة باستخدام بحث مدعوم بالذكاء الاصطناعي.

استكشفعمليات بحث منسقةبدائل مفتوحة المصدربرمجيات ذاتية الاستضافةالمدونةخريطة الموقع
المشروعخادم MCPحولكيفية ترتيب النتائجالصحافة
قانونيالخصوصيةالشروط
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

6 مستودعات

Awesome GitHub RepositoriesSensor-Driven Event Triggers

Using sensor data thresholds to trigger software actions or state changes.

Distinct from Analog Sensor Integrations: Focuses on the event-driven logic resulting from sensor data, not just the data reading

Explore 6 awesome GitHub repositories matching hardware & iot · Sensor-Driven Event Triggers. Refine with filters or upvote what's useful.

Awesome Sensor-Driven Event Triggers GitHub Repositories

اعثر على أفضل المستودعات باستخدام الذكاء الاصطناعي.سنبحث عن أفضل المستودعات المطابقة باستخدام الذكاء الاصطناعي.
  • rwaldron/johnny-fiveالصورة الرمزية لـ rwaldron

    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
  • microsoft/windows-universal-samplesالصورة الرمزية لـ microsoft

    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
  • librehardwaremonitor/librehardwaremonitorالصورة الرمزية لـ LibreHardwareMonitor

    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
  • guardianproject/havenالصورة الرمزية لـ guardianproject

    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
  • doikki/dkvideoplayerالصورة الرمزية لـ Doikki

    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
  • samhenrigold/lidanglesensorالصورة الرمزية لـ samhenrigold

    samhenrigold/LidAngleSensor

    4,125عرض على GitHub↗

    LidAngleSensor هي أداة وواجهة مستشعر تسترجع زاوية الفتح المادية لشاشة الكمبيوتر المحمول عن طريق الاستعلام عن جهاز واجهة الإنسان (HID) الداخلي. تقوم بترجمة تقارير مستشعر الأجهزة الخام إلى تمثيل رقمي لموضع غطاء الكمبيوتر. يعمل المشروع كمشغل صوتي يتم تفعيله بواسطة الغطاء وأداة لالتقاط منطقة الشاشة. يمكنه مراقبة تغييرات حالة مستشعر الأجهزة لتشغيل مؤثرات صوتية محددة عند فتح أو إغلاق غطاء الكمبيوتر المحمول، وعزل منطقة إحداثيات محددة من مخزن الشاشة المؤقت لنسخ منطقة معينة من الشاشة إلى الحافظة. يتعامل النظام مع أتمتة أحداث الأجهزة وتكامل مستشعر HID من خلال تفعيل الأحداث بناءً على العتبات وقص المخزن المؤقت بناءً على الإحداثيات.

    Fires audio callbacks when monitored sensor values cross predefined numerical boundaries.

    Swift
    عرض على GitHub↗4,125
  1. Home
  2. Hardware & IoT
  3. Embedded Systems And Robotics
  4. Sensor Processing
  5. Analog Sensor Calibration
  6. Analog Sensor Integrations
  7. Sensor-Driven Event Triggers

استكشف الوسوم الفرعية

  • Auto-Orientation TogglesLogic that triggers display mode changes based on device orientation sensor thresholds. **Distinct from Sensor-Driven Event Triggers:** Specializes sensor event triggers specifically for switching between windowed and fullscreen playback modes
  • Environmental Decision LoopsControl loops that process environmental sensor data to determine autonomous agent actions. **Distinct from Sensor-Driven Event Triggers:** Distinct from Sensor-Driven Event Triggers: focuses on the continuous decision-making loop for agents rather than discrete event-based triggers.