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

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

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

jrowberg/i2cdevlib

0
View on GitHub↗
4,251 نجوم·7,433 تفرعات·C++·7 مشاهداتwww.i2cdevlib.com↗

I2cdevlib

i2cdevlib هي مجموعة من برامج تشغيل الأجهزة الطرفية وطبقات تجريد الأجهزة المصممة لأجهزة I2C. توفر مجموعة برامج تشغيل المستشعرات، وقاعدة بيانات خريطة السجلات، ومدير الأجهزة الطرفية لتنسيق الاتصال بين المتحكمات الدقيقة ومكونات الأجهزة.

يستخدم المشروع طبقة تجريد الأجهزة لفصل منطق الجهاز عن أجهزة المتحكم الدقيق المحددة ومكتبات الأسلاك. يسمح هذا التجريد في طبقة النقل لبرامج تشغيل الأجهزة نفسها بالبقاء قابلة للنقل عبر بنيات أجهزة مختلفة.

تغطي المكتبة نطاقاً واسعاً من تكامل الأجهزة، بما في ذلك مستشعرات الحركة والقصور الذاتي، وشاشات البيئة، والساعات الحقيقية، واستشعار اللمس السعوي. كما تتضمن دعماً لتوسيع GPIO، والتحويل من تناظري إلى رقمي، وتشغيل شاشات OLED والعدادات الرقمية.

يتضمن النظام أدوات لتصحيح أخطاء بروتوكول I2C وتحليل حركة المرور، مما يتيح ربط بيانات محلل المنطق الخام بتعريفات خريطة السجلات القابلة للقراءة من قبل البشر.

Features

  • I2C Bus Interfaces - Provides standardized software interfaces for connecting microcontrollers to peripherals via the I2C protocol.
  • Hardware Porting - Adapts the codebase to run across different microprocessor systems by abstracting transport operations.
  • Bus Transport Interfaces - Implements a generic transport interface for bus operations, enabling driver portability across different hardware architectures.
  • Hardware Abstraction Layers - Implements hardware abstraction layers to decouple device driver logic from specific microcontroller hardware.
  • Peripheral Abstractions - Wraps I2C peripheral behaviors into standardized C++ classes to simplify interaction with diverse hardware.
  • Hardware Peripheral Drivers - Provides a collection of specialized driver layers for various I2C sensors and peripherals.
  • I2C Register Maps - Maintains a repository of bitfield definitions and register maps used to generate drivers and analyze bus traffic.
  • Sensor Drivers - Provides a comprehensive set of drivers for reading data from accelerometers, gyroscopes, and pressure sensors.
  • Transport Abstraction Layers - Decouples high-level device logic from low-level hardware communication libraries to ensure portability.
  • Hardware Register Databases - Maintains a comprehensive database of register maps and bitfield definitions for a wide variety of I2C hardware.
  • I2C I/O Expansion - Increases the number of available general-purpose input and output pins via an external 24-bit I2C expander.
  • I2C Port Expanders - Increases available digital input and output pins using external I2C port expanders.
  • Gyroscope Data Capture - Retrieves angular velocity measurements across three axes from a gyroscope sensor via the I2C protocol.
  • Multi-Bus Management - Coordinates multiple communication objects to enable simultaneous interaction with several hardware buses.
  • I2C Traffic Analysis - Analyzes I2C bus traffic and correlates raw data packets with register maps to troubleshoot communication.
  • Inertial Measurement Unit Interfaces - Collects combined acceleration and rotation measurements from 6-axis or 9-axis inertial measurement units.
  • Magnetometer Interfaces - Measures terrestrial magnetism and magnetic flux density across three axes to determine heading and 3D orientation.
  • Real-Time Clock Management - Implements a standardized I2C interface to read and write time and date information to hardware real-time clocks.
  • Register-Map Driver Generation - Automatically produces functional driver code and bitfield access patterns based on predefined hardware register specifications.
  • Register-to-Human Mappings - Provides tools to correlate raw I2C bus traffic with human-readable register map definitions for easier debugging.
  • Triaxial Acceleration Measurement - Provides drivers to retrieve high-resolution 3-axis acceleration and gravity measurements for detecting motion, shock, or tilt.
  • Driver Code Generators - Automatically creates functional management code and bitfield access patterns using defined register map specifications.
  • Bus Traffic Correlation - Correlates raw logic analyzer data with register maps to display human-readable names instead of hexadecimal values.
  • Capacitive Touch Sensing - Provides the ability to read touch and proximity data from capacitive sensors via I2C to detect user interaction.

سجل النجوم

مخطط تاريخ النجوم لـ jrowberg/i2cdevlibمخطط تاريخ النجوم لـ jrowberg/i2cdevlib

بحث بالذكاء الاصطناعي

استكشف المزيد من المستودعات الرائعة

صف ما تحتاجه بلغة بسيطة — وسيقوم الذكاء الاصطناعي بترتيب آلاف المشاريع مفتوحة المصدر المنسقة حسب الصلة.

Start searching with AI

بدائل مفتوحة المصدر لـ I2cdevlib

مشاريع مفتوحة المصدر مشابهة، مرتبة حسب عدد الميزات المشتركة مع I2cdevlib.
  • raspberrypi/pico-examplesالصورة الرمزية لـ raspberrypi

    raspberrypi/pico-examples

    3,835عرض على GitHub↗

    This project is a reference library of firmware examples and a development framework for creating embedded C applications on the RP2040 microcontroller. It provides a collection of hardware peripheral drivers and foundational patterns for managing system resources in resource-constrained environments. The library features reference implementations for programmable I/O state machines, allowing for the creation of custom hardware-level protocols. It also provides a multicore embedded framework to distribute computational workloads across multiple processor cores using symmetric processing. The

    C
    عرض على GitHub↗3,835
  • 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

    JavaScript1-wireadcarduino
    عرض على GitHub↗13,401
  • hybridgroup/gobotالصورة الرمزية لـ hybridgroup

    hybridgroup/gobot

    9,425عرض على GitHub↗

    Gobot is a robotics framework for the Go programming language designed for developing robotics, drones, and IoT applications. It provides a hardware abstraction layer with standardized drivers to interact with GPIO, I2C, SPI, and PWM interfaces across various single-board computers and microcontrollers. The framework functions as an IoT device orchestrator and BLE device manager, enabling the coordination of multiple sensors, actuators, and Bluetooth Low Energy peripherals. It includes specialized interfaces for drone control, allowing for the management of flight maneuvers and video streams

    Goarduinobeaglebonebeaglebone-black
    عرض على GitHub↗9,425
  • petoicamp/opencat-quadruped-robotالصورة الرمزية لـ PetoiCamp

    PetoiCamp/OpenCat-Quadruped-Robot

    4,891عرض على GitHub↗

    OpenCat-Quadruped-Robot is a development framework and motion control API for building four-legged robots. It provides a comprehensive environment for quadruped robot development, featuring tools for locomotion gait design, inverse kinematics, and a layered control architecture that separates high-level intelligence from low-level motion. The project distinguishes itself as an embedded AI deployment tool, allowing users to train, quantize, and deploy machine learning models to vision modules for tasks such as object detection and visual target tracking. It further supports complex human-robot

    C++aiarduinoblock-coding
    عرض على GitHub↗4,891
عرض جميع البدائل الـ 30 لـ I2cdevlib→

الأسئلة الشائعة

ما هي وظيفة jrowberg/i2cdevlib؟

i2cdevlib هي مجموعة من برامج تشغيل الأجهزة الطرفية وطبقات تجريد الأجهزة المصممة لأجهزة I2C. توفر مجموعة برامج تشغيل المستشعرات، وقاعدة بيانات خريطة السجلات، ومدير الأجهزة الطرفية لتنسيق الاتصال بين المتحكمات الدقيقة ومكونات الأجهزة.

ما هي الميزات الرئيسية لـ jrowberg/i2cdevlib؟

الميزات الرئيسية لـ jrowberg/i2cdevlib هي: I2C Bus Interfaces, Hardware Porting, Bus Transport Interfaces, Hardware Abstraction Layers, Peripheral Abstractions, Hardware Peripheral Drivers, I2C Register Maps, Sensor Drivers.

ما هي البدائل مفتوحة المصدر لـ jrowberg/i2cdevlib؟

تشمل البدائل مفتوحة المصدر لـ jrowberg/i2cdevlib: raspberrypi/pico-examples — This project is a reference library of firmware examples and a development framework for creating embedded C… rwaldron/johnny-five — Johnny-Five is a JavaScript robotics framework and microcontroller hardware interface designed for programming robots… hybridgroup/gobot — Gobot is a robotics framework for the Go programming language designed for developing robotics, drones, and IoT… petoicamp/opencat-quadruped-robot — OpenCat-Quadruped-Robot is a development framework and motion control API for building four-legged robots. It provides… embassy-rs/embassy — Embassy is an asynchronous framework for microcontrollers that provides a runtime for cooperative multitasking. It… riot-os/riot — RIOT is a real-time operating system designed for resource-constrained microcontrollers. It provides a kernel for…