Sensirion / embedded-i2c-scd4x

Embedded driver for the SCD4x sensor family.
BSD 3-Clause "New" or "Revised" License
28 stars 21 forks source link

Will be esp32c6 implementation? #7

Closed sallah21 closed 10 months ago

psachs commented 1 year ago

Please use the Arduino driver with ESP32: https://github.com/Sensirion/arduino-i2c-scd4x

It should work out of the box for ESP32 variations

sallah21 commented 1 year ago

In my project i need to send data from scd4x with matter protocol to home assistant. There is a project on github called esp32-arduino-matter, but for now it doesn't support esp32c6, so as I know i have to implement it in C code.

psachs commented 10 months ago

@sallah21

We got some contribution for a ESP32 implementation on c level. Please check the following sample implementation and pull request discussion on how to implement it for SCD4x.

https://github.com/Sensirion/embedded-i2c-sen5x/tree/master/sample-implementations/esp32 https://github.com/Sensirion/embedded-i2c-sen5x/pull/2

sallah21 commented 10 months ago

Not working currently on this project and had to give it back to my university so currently i don't have these devices. So I will close this issue