Reading values from SGP30 #92
-
Is there a way to read CO2 values from an SGP30 (connected to an Arduino Uno)? I tried modifying the SGP30 example to configure it to work for my Arduino, but had no luck. Thanks! (FYI, this is with the Arduino configured with StandardFirmata) |
Beta Was this translation helpful? Give feedback.
Answered by
mattjlewis
Apr 3, 2022
Replies: 1 comment 1 reply
-
Hi, unfortunately this isn't possible via Firmata - I had to resort to using raw I2C read/write instructions to get this device to work, these aren't supported with the Firmata protocol. |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
mahfoozm
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi, unfortunately this isn't possible via Firmata - I had to resort to using raw I2C read/write instructions to get this device to work, these aren't supported with the Firmata protocol.
This is the relevant line of code where I can see I added a comment regarding this.