I am new to Raspberry Pi, hardware programming in general. I followed this guide to make a PM2.5 / PM10 sensor:
https://www.raspberrypi.org/blog/monito … pberry-pi/
I then added a screen connected to GPIO header to display readings using Kivy framework. I would like to add Sensirion SCD30 sensor to my setup to add CO2 data, but I need to connect it via USB since GPIO header is consumed by LCD. This is where I get lost - how do I connect the SCD30 via USB? I noticed in the reviews for this item one person found it so hard to connect to Raspberry Pi that they used an intermediate Arduino to get the data:
https://www.sparkfun.com/products/15112
Any help on how to get started? The SDS011 PM2.5 sensor I used included a USB adapter that made it very easy to get the output in Python.