https://github.com/manfredipist/qi2cprotocol
Qt implementation of I2C protocol for RaspberryPi along with some i2c sensors, in particular: TOF10120, VL53l1X, VL6180X, MPU6050, QMC5883L, TCA9548A, PCA9685
https://github.com/manfredipist/qi2cprotocol
cpp i2c i2c-bus i2c-protocol i2c-sensors mpu6050 pca9685 qmc5883l qt5 tca9548a tof10120 vl53l1x vl6180x
Last synced: 11 months ago
JSON representation
Qt implementation of I2C protocol for RaspberryPi along with some i2c sensors, in particular: TOF10120, VL53l1X, VL6180X, MPU6050, QMC5883L, TCA9548A, PCA9685
- Host: GitHub
- URL: https://github.com/manfredipist/qi2cprotocol
- Owner: manfredipist
- License: gpl-3.0
- Created: 2020-11-15T22:48:58.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2021-02-01T23:10:30.000Z (about 5 years ago)
- Last Synced: 2025-03-31T22:27:14.503Z (about 1 year ago)
- Topics: cpp, i2c, i2c-bus, i2c-protocol, i2c-sensors, mpu6050, pca9685, qmc5883l, qt5, tca9548a, tof10120, vl53l1x, vl6180x
- Language: C++
- Homepage:
- Size: 8.11 MB
- Stars: 10
- Watchers: 1
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# QI2CProtocol
Qt C++ implementation of I2C protocol and few I2C sensors i'm currently using to build _RaspiTank_, a raspberry-based tank robot.
### Sensors list
1. TOF10120 ([Link to DataSheet](https://github.com/manfredipist/QI2CProtocol/blob/main/DataSheets/TOF10120.pdf))

2. VL53L1X ([Link to DataSheet](https://github.com/manfredipist/QI2CProtocol/blob/main/DataSheets/VL53L1X.pdf))

2. VL6180X ([Link to DataSheet](https://github.com/manfredipist/QI2CProtocol/blob/main/DataSheets/VL6180X.pdf))

3. QMC5883L([Link to DataSheet](https://github.com/manfredipist/QI2CProtocol/blob/main/DataSheets/QMC5883L.pdf))

4. MPU6050 ([Link to DataSheet](https://github.com/manfredipist/QI2CProtocol/blob/main/DataSheets/MPU6050.pdf))

5. PCA9685 ([Link to DataSheet](https://github.com/manfredipist/QI2CProtocol/blob/main/DataSheets/PCA9685.pdf))

5. TCA9548A ([Link to DataSheet](https://github.com/manfredipist/QI2CProtocol/blob/main/DataSheets/TCA9548A.pdf))
