scd30 icon indicating copy to clipboard operation
scd30 copied to clipboard

arduino esp8266 ESP8266 SCD30 SCD-30 ESP32 UNOR4

Results 3 scd30 issues
Sort by recently updated
recently updated
newest added

In getSerial number, there is an off by one error when terminating the string: { // request from SCD30 if (ReadFromSCD30(CMD_READ_SERIALNBR, (uint8_t *) val, SCD30_SERIAL_NUM_WORDS * 2) != SCD30_SERIAL_NUM_WORDS *...

I'm facing a compilation error always when I'm compiling paulbha_SDC30.h and all of the BME280 I2C library I tested so far. As far I understand the issue than because of...

Hi there, I have a bme680 pressure sensor which is giving fairly stable pressure readings: ![image](https://github.com/paulvha/scd30/assets/5393362/204e06e7-48b9-48be-a3c4-d56a95397aa1) However when I use the pressure sensor readings to set the ambient pressure for...