{"id":25201291,"url":"https://github.com/manfredipist/qi2cprotocol","last_synced_at":"2025-05-12T13:20:53.496Z","repository":{"id":128270694,"uuid":"313138593","full_name":"manfredipist/QI2CProtocol","owner":"manfredipist","description":"Qt implementation of I2C protocol for RaspberryPi along with some i2c sensors, in particular: TOF10120, VL53l1X, VL6180X, MPU6050, QMC5883L, TCA9548A, PCA9685","archived":false,"fork":false,"pushed_at":"2021-02-01T23:10:30.000Z","size":8506,"stargazers_count":10,"open_issues_count":0,"forks_count":3,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-31T22:27:14.503Z","etag":null,"topics":["cpp","i2c","i2c-bus","i2c-protocol","i2c-sensors","mpu6050","pca9685","qmc5883l","qt5","tca9548a","tof10120","vl53l1x","vl6180x"],"latest_commit_sha":null,"homepage":"","language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/manfredipist.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null}},"created_at":"2020-11-15T22:48:58.000Z","updated_at":"2025-03-14T00:16:17.000Z","dependencies_parsed_at":null,"dependency_job_id":"1657b075-b5bc-4d09-9431-0c92c474f967","html_url":"https://github.com/manfredipist/QI2CProtocol","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/manfredipist%2FQI2CProtocol","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/manfredipist%2FQI2CProtocol/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/manfredipist%2FQI2CProtocol/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/manfredipist%2FQI2CProtocol/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/manfredipist","download_url":"https://codeload.github.com/manfredipist/QI2CProtocol/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":253745197,"owners_count":21957320,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["cpp","i2c","i2c-bus","i2c-protocol","i2c-sensors","mpu6050","pca9685","qmc5883l","qt5","tca9548a","tof10120","vl53l1x","vl6180x"],"created_at":"2025-02-10T04:37:19.626Z","updated_at":"2025-05-12T13:20:53.466Z","avatar_url":"https://github.com/manfredipist.png","language":"C++","readme":"# QI2CProtocol\nQt C++ implementation of I2C protocol and few I2C sensors i'm currently using to build _RaspiTank_, a raspberry-based tank robot.\n\n### Sensors list\n\n1. TOF10120 ([Link to DataSheet](https://github.com/manfredipist/QI2CProtocol/blob/main/DataSheets/TOF10120.pdf))\n\n\u003cimg src=\"https://github.com/manfredipist/QI2CProtocol/blob/main/DataSheets/tof10120.jpg?raw=true\" width=\"50%\" height=\"50%\" /\u003e\n\n2. VL53L1X ([Link to DataSheet](https://github.com/manfredipist/QI2CProtocol/blob/main/DataSheets/VL53L1X.pdf))\n\n\u003cimg src=\"https://github.com/manfredipist/QI2CProtocol/blob/main/DataSheets/vl53l1x.jpg?raw=true\" width=\"50%\" height=\"50%\" /\u003e\n\n2. VL6180X ([Link to DataSheet](https://github.com/manfredipist/QI2CProtocol/blob/main/DataSheets/VL6180X.pdf))\n\n\u003cimg src=\"https://github.com/manfredipist/QI2CProtocol/blob/main/DataSheets/vl6180x.jpg?raw=true\" width=\"50%\" height=\"50%\" /\u003e\n\n3. QMC5883L([Link to DataSheet](https://github.com/manfredipist/QI2CProtocol/blob/main/DataSheets/QMC5883L.pdf))\n\n\u003cimg src=\"https://github.com/manfredipist/QI2CProtocol/blob/main/DataSheets/qmc5883l.jpg?raw=true\" width=\"80%\" height=\"50%\" /\u003e\n\n4. MPU6050 ([Link to DataSheet](https://github.com/manfredipist/QI2CProtocol/blob/main/DataSheets/MPU6050.pdf))\n\n\u003cimg src=\"https://github.com/manfredipist/QI2CProtocol/blob/main/DataSheets/mpu6050.jpg?raw=true\" width=\"60%\" height=\"50%\" /\u003e\n\n5. PCA9685 ([Link to DataSheet](https://github.com/manfredipist/QI2CProtocol/blob/main/DataSheets/PCA9685.pdf))\n\n\u003cimg src=\"https://github.com/manfredipist/QI2CProtocol/blob/main/DataSheets/pca9685.jpg?raw=true\" width=\"60%\" height=\"50%\" /\u003e\n\n5. TCA9548A ([Link to DataSheet](https://github.com/manfredipist/QI2CProtocol/blob/main/DataSheets/TCA9548A.pdf))\n\n\u003cimg src=\"https://github.com/manfredipist/QI2CProtocol/blob/main/DataSheets/tca9548a.jpg?raw=true\" width=\"60%\" height=\"50%\" /\u003e\n\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmanfredipist%2Fqi2cprotocol","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmanfredipist%2Fqi2cprotocol","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmanfredipist%2Fqi2cprotocol/lists"}