SparkFun Forums 

Where electronics enthusiasts find answers.

Have questions about a SparkFun product or board? This is the place to be.
By tipo1000
#199740
I tried SCD30 with Arduino Uno and it works fine.
I also got a confirmation from Sparkfun that the library is made only for Uno.
I still need to get SCD30 to work with ESP8266 so any help on that is appreciated.
Timo
By paulvha
#200019
Just in case it is still needed/wanted, maybe for others, I have created an updated version of the driver that works with the ESP8266; https://github.com/paulvha/scd30

More work to be done.... but for now :
* Added ESP8266 board detection in begin() to support the ESP8266 clock stretching
* Added setting debug messages
* Added obtaining serial number of SCD-30
* Added StopMeasurement
* Added StartSingleMeasurement
* Added GetTemperature in Fahrenheit
* Added CRC checks on different places in de driver
* Updated existing sketches fom Sparkfun to new library
* Added new sketches :
Example 10: combined read with BME280
Example 11: Set ESP8266 as Access Point and read SCD30 in browser
Example 12: Set ESP8266 as WIFI server and read SCD30 in browser
regards,
Paul