Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/zixuan-qiao/i2c_drivers

A collection of linux kernel drivers developed for I2C sensors.
https://github.com/zixuan-qiao/i2c_drivers

beaglebone-black bma400 device-driver dht20 i2c i2c-sensors isl29125 linux-kernel stts22h

Last synced: 5 days ago
JSON representation

A collection of linux kernel drivers developed for I2C sensors.

Awesome Lists containing this project

README

        

# I2C Drivers
A collection of linux kernel drivers developed for I2C sensors.

## Introduction
For some included sensors, two different drivers are developed:
a char device driver that provides interface to user-space and
an I2C client driver that is more consistent with Linux conventions.

## Currently Supported Devices
| Number | Functionality |
|:------:|:------:|
| DHT20 | Humidity and temperature sensor |
| ISL29125 | RGB light intensity sensor |
| BMA400 | 3-axis accelerometer |
| STTS22H | Temperature sensor |

## Tested Platform
| Hardward host | Linux kernel version | Compiler version |
|:------:|:------:|:------:|
|BeagleBone Black Rev C3 | 5.10.168-ti-r71 | Debian gcc 10.2.1-6 |