awesome-repositories.com
Blog
awesome-repositories.com

Descubre los mejores repositorios open-source con nuestra búsqueda potenciada por IA.

ExplorarBúsquedas curadasAlternativas open-sourceSoftware autohospedableBlogMapa del sitio
ProyectoAcerca deCómo clasificamosPrensaServidor MCP
Aviso legalPrivacidadTérminos
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
samhenrigold avatar

samhenrigold/LidAngleSensor

0
View on GitHub↗
4,125 estrellas·174 forks·Swift·Apache-2.0·5 vistassamhenri.gold↗

LidAngleSensor

LidAngleSensor es una herramienta e interfaz de sensor que recupera el ángulo de apertura física de la pantalla de un portátil consultando el dispositivo de interfaz humana (HID) interno. Traduce los informes del sensor de hardware en bruto a una representación numérica de la posición de la tapa.

El proyecto funciona como un reproductor de audio activado por la tapa y una herramienta de captura de regiones de pantalla. Puede monitorear cambios en el estado del sensor de hardware para reproducir efectos de sonido específicos cuando la tapa de un portátil se abre o se cierra, y aislar un área de coordenadas definida del búfer de pantalla para copiar una región específica al portapapeles.

El sistema maneja la automatización de eventos de hardware y la integración de sensores HID mediante el disparo de eventos basado en umbrales y el recorte de búfer basado en coordenadas.

Features

  • Laptop Lid Sensors - Determines the current opening angle of the laptop screen by accessing the internal hardware sensor.
  • Raw-to-Angle Conversions - Converts raw hardware sensor output into a numerical representation of the lid opening angle.
  • HID Device Communication - Queries Human Interface Device reports to read raw lid position sensor data.
  • Sensor Integrations - Interfaces with HID reports to retrieve raw sensor data and translate it into software values.
  • Sensor Polling - Retrieves the current state of the lid angle sensor via on-demand polling.
  • Hardware-to-Software Mappings - Translates raw hardware sensor reports into numerical values representing the laptop lid's physical position.
  • Lid Event Management - Retrieves the angle of the MacBook lid via the internal human interface device sensor.
  • Audio Triggers - Provides a system that triggers specific sound effects automatically when the laptop lid is opened or closed.
  • Lid State Monitoring - Reads the physical opening angle of a laptop screen using internal hardware sensors to trigger software actions.
  • Hardware Event Automations - Executes tasks and plays sounds automatically based on the physical state of the laptop lid.
  • Audio Triggers - Triggers specific audio playback in response to hardware sensor state changes.
  • On-Demand Audio Triggers - Triggers specific sound effects whenever the laptop lid is opened or closed.
  • State-Change Audio Feedback - Connects physical lid position changes to the playback of corresponding sound effects.
  • Region Capture - Implements the ability to isolate and copy a specific coordinate-defined rectangular area of the display buffer.
  • Sensor-Driven Event Triggers - Fires audio callbacks when monitored sensor values cross predefined numerical boundaries.

Historial de estrellas

Gráfico del historial de estrellas de samhenrigold/lidanglesensorGráfico del historial de estrellas de samhenrigold/lidanglesensor

Búsqueda con IA

Explora más repositorios increíbles

Describe lo que necesitas en lenguaje sencillo: la IA clasifica miles de proyectos open-source curados por relevancia.

Start searching with AI

Alternativas open-source a LidAngleSensor

Proyectos open-source similares, clasificados según cuántas características comparten con LidAngleSensor.
  • microsoft/windows-universal-samplesAvatar de microsoft

    microsoft/Windows-universal-samples

    9,696Ver en 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

    JavaScript
    Ver en GitHub↗9,696
  • rwaldron/johnny-fiveAvatar de rwaldron

    rwaldron/johnny-five

    13,401Ver en 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

    JavaScript1-wireadcarduino
    Ver en GitHub↗13,401
  • krishkrosh/trackweightAvatar de KrishKrosh

    KrishKrosh/TrackWeight

    8,659Ver en GitHub↗

    TrackWeight is a digital weighing instrument and pressure-to-weight converter designed to measure the mass of objects. It functions as a pressure sensor weight scale that translates data from a touch surface into weight measurements in grams. The system integrates pressure sensor data to enable digital weight measurement and embedded weight tracking. It converts raw pressure readings into standardized weight units to quantify the mass of objects or fingers in contact with a sensory surface. The implementation includes analog-to-digital signal conversion, linear regression calibration for acc

    Swift
    Ver en GitHub↗8,659
  • zswatch/zswatchAvatar de ZSWatch

    ZSWatch/ZSWatch

    3,128Ver en GitHub↗

    ZSWatch is a real-time operating system for wearable devices featuring a touch display and Bluetooth Low Energy connectivity. It provides a comprehensive software suite that includes a Bluetooth LE communication stack, an embedded UI framework for round displays, and a complete firmware toolchain for compiling, flashing, and simulating wearable hardware. The project is distinguished by its specialized wearable capabilities, such as a graphical framework for designing reactive screens and watchfaces via a visual editor. It implements a publish-subscribe messaging system to decouple hardware se

    Cangle-of-arrivalblebluetooth
    Ver en GitHub↗3,128
Ver las 30 alternativas a LidAngleSensor→

Preguntas frecuentes

¿Qué hace samhenrigold/lidanglesensor?

LidAngleSensor es una herramienta e interfaz de sensor que recupera el ángulo de apertura física de la pantalla de un portátil consultando el dispositivo de interfaz humana (HID) interno. Traduce los informes del sensor de hardware en bruto a una representación numérica de la posición de la tapa.

¿Cuáles son las características principales de samhenrigold/lidanglesensor?

Las características principales de samhenrigold/lidanglesensor son: Laptop Lid Sensors, Raw-to-Angle Conversions, HID Device Communication, Sensor Integrations, Sensor Polling, Hardware-to-Software Mappings, Lid Event Management, Audio Triggers.

¿Qué alternativas de código abierto existen para samhenrigold/lidanglesensor?

Las alternativas de código abierto para samhenrigold/lidanglesensor incluyen: microsoft/windows-universal-samples — This repository is a comprehensive collection of reference implementations and sample libraries for the Universal… krishkrosh/trackweight — TrackWeight is a digital weighing instrument and pressure-to-weight converter designed to measure the mass of objects.… zswatch/zswatch — ZSWatch is a real-time operating system for wearable devices featuring a touch display and Bluetooth Low Energy… rwaldron/johnny-five — Johnny-Five is a JavaScript robotics framework and microcontroller hardware interface designed for programming robots… librehardwaremonitor/librehardwaremonitor — LibreHardwareMonitor is a .NET library and system health monitoring tool for Windows. It provides a programmatic… bartoszcichecki/lenovolegiontoolkit — LenovoLegionToolkit is a hardware management tool and Windows hardware control interface designed specifically for…