How to get accurate data from sparkfun SGP30 sensor data using particle photon

Hi, everyone

I am not an expert with the coding of particle platforms.
I have bought Sparkfun sgp30 gas sensor and want to get its data using particle photon.

I have seen its arduino library which is given in Sparkfun but haven’t got something productive.

Can anyone please help me get the data of this sensor.

Thanx in advance

Typically it’s best to search the forum to see whether someone already had the same need as yourself
So this would be the results you get with a search for sgp30
https://community.particle.io/search?q=sgp30

And there are two libraries for that sensor (although not particularly the Sparkfun boards) in Web IDE
image

If you need anything these sources don’t provide you’re welcome to clarify

thanx for the response, but i need simple ino file which read only 2 bytes to get the sensor data if possible.

@adam1, each of the libraries comes with an example .ino file to demonstrate how to use the library. Everything you need is in those examples.

This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.