Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[SL-UP]modified to support si917 #346

Draft
wants to merge 1 commit into
base: release_2.5-1.4
Choose a base branch
from

Conversation

Sarthak-Shaha
Copy link
Contributor

Need to support si917 boards.

Added support for si917 , referenced from https://github.com/SiliconLabs/third_party_hw_drivers_extension/blob/master/app/example/sparkfun_air_quality_sgp40/app.c

Testing

Studio

@Sarthak-Shaha Sarthak-Shaha changed the title modified to support si917 [SL-UP]modified to support si917 Mar 14, 2025
#include <sparkfun_sgp40.h>

#if (defined(SLI_SI917))
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This define is set to true for the SoC and NCP configuration. Wouldn't work for the efr32 + 917 NCP

Copy link
Contributor Author

@Sarthak-Shaha Sarthak-Shaha Mar 17, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@mkardous-silabs What is the correct way to verify if its a 917 soc device?
#if SLI_SI91X_MCU_INTERFACE ?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Also, the app is not available for NCP combinations.
We do not support Sparkfun sensor with CSA.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

SLI_SI91X_MCU_INTERFACE is the define for SoC.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Based on the customer issue that brought this feature to light; nothing prevent a customer to have efr+917ncp and try to use the airquality sensor feature.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants