{"id":13409976,"url":"https://github.com/Sensirion/embedded-scd","last_synced_at":"2025-03-14T15:31:33.193Z","repository":{"id":55661639,"uuid":"139862667","full_name":"Sensirion/embedded-scd","owner":"Sensirion","description":"Embedded SCD Drivers for Sensirion CO2 Sensors - Download the Zip Package from the Release Page","archived":true,"fork":false,"pushed_at":"2024-04-19T13:53:36.000Z","size":89,"stargazers_count":47,"open_issues_count":0,"forks_count":9,"subscribers_count":14,"default_branch":"master","last_synced_at":"2024-07-31T20:39:47.842Z","etag":null,"topics":["co2","co2-sensor","driver","embedded","i2c","raspberry","raspberry-pi","raspberrypi","scd30","sensirion","sensirion-embedded-drivers","sensor"],"latest_commit_sha":null,"homepage":"https://github.com/Sensirion/embedded-scd/releases","language":"C","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Sensirion.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2018-07-05T14:41:08.000Z","updated_at":"2024-04-19T13:55:57.000Z","dependencies_parsed_at":"2022-08-15T05:50:39.239Z","dependency_job_id":null,"html_url":"https://github.com/Sensirion/embedded-scd","commit_stats":null,"previous_names":[],"tags_count":9,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Sensirion%2Fembedded-scd","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Sensirion%2Fembedded-scd/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Sensirion%2Fembedded-scd/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Sensirion%2Fembedded-scd/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Sensirion","download_url":"https://codeload.github.com/Sensirion/embedded-scd/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":221481982,"owners_count":16829979,"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":["co2","co2-sensor","driver","embedded","i2c","raspberry","raspberry-pi","raspberrypi","scd30","sensirion","sensirion-embedded-drivers","sensor"],"created_at":"2024-07-30T20:01:04.332Z","updated_at":"2024-10-26T01:30:21.036Z","avatar_url":"https://github.com/Sensirion.png","language":"C","funding_links":[],"categories":["Hardware drivers / software"],"sub_categories":[],"readme":"# embedded-scd [![GitHub license](https://img.shields.io/badge/license-BSD3-blue.svg)](https://raw.githubusercontent.com/Sensirion/embedded-scd/master/LICENSE)\n\nNote: This repository is deprecated. Please use our new drivers:\n* SCD30: https://github.com/Sensirion/embedded-i2c-scd30\n* SCD4x: https://github.com/Sensirion/embedded-i2c-scd4x\n\nThis repository contains the embedded driver sources for Sensirion's SCD product\nline.\n\n## Clone this repository\n```\n git clone --recursive https://github.com/Sensirion/embedded-scd.git\n```\n\n## Repository content\n* embedded-common (submodule repository for the common embedded driver HAL)\n* scd30 (SCD30 driver related)\n\n## Collecting resources\n```\nmake release\n```\nThis will create the `release` folder with the necessary driver files in it,\nincluding a Makefile. That way, you have just one folder with all the sources\nready to build your driver for your platform.\n\n## Files to adjust (from embedded-common)\nYou only need to touch the following files:\n\n* `sensirion_arch_config.h` (architecture specifics, you need to specify\nthe integer sizes)\n\nand depending on your i2c implementation either of the following:\n\n* `embedded-common/hw_i2c/sensirion_hw_i2c_implementation.c`\n  functions for hardware i2c communication if your platform supports that\n* `embedded-common/sw_i2c/sensirion_sw_i2c_implementation.c`\n  functions for software i2c communication via GPIOs\n\n## Building the driver\n1. Adjust sensirion\\_arch\\_config.h if you don't have the `\u003cstdint.h\u003e` header\n   file available\n2. Implement necessary functions in one of the `*_implementation.c` files\n   described above\n3. make\n\n---\n\nPlease check the [embedded-common](https://github.com/Sensirion/embedded-common)\nrepository for further information and sample implementations.\n\n---\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FSensirion%2Fembedded-scd","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FSensirion%2Fembedded-scd","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FSensirion%2Fembedded-scd/lists"}