Skip to content
This repository has been archived by the owner on Apr 19, 2024. It is now read-only.

Request to copy some code #128

Closed
SenexCrenshaw opened this issue Feb 4, 2021 · 10 comments
Closed

Request to copy some code #128

SenexCrenshaw opened this issue Feb 4, 2021 · 10 comments

Comments

@SenexCrenshaw
Copy link

I am developing a SGP40 driver for esphome.
https://esphome.io/

I would like to use your algorithm in your library but including the files might interfere with esphome's license as well as our automated linting/building doesn't like your formats/naming convention.

Is there an issue with me copying the function/pieces of code that I need out of your library into my own source? There are a few of us who would love to incorporate this into esphome. Im just being sensitive to licenses.

@rnestler
Copy link
Contributor

rnestler commented Feb 5, 2021

might interfere with esphome's license

Under what terms is the result licensed? The code in this repository is licensed under the terms of: https://github.com/Sensirion/embedded-sgp/blob/master/LICENSE

@rnestler
Copy link
Contributor

rnestler commented Feb 5, 2021

Also: Did you see the SVM40 module already? It includes an SGP40 and SHTC3 sensor and the mentioned algorithm and is thus much easier to use. We also provide embedded and Arduino drivers for it: https://github.com/sensirion/?q=svm40

@SenexCrenshaw
Copy link
Author

SenexCrenshaw commented Feb 5, 2021 via email

@rnestler
Copy link
Contributor

I guess we can close this issue then. Thanks for adding support for our sensors to esphome 🙂

@SenexCrenshaw
Copy link
Author

SenexCrenshaw commented Feb 10, 2021 via email

@rnestler
Copy link
Contributor

@SenexCrenshaw If you email me your postal address I can send you an SVM40 evaluation kit 🙂

@SenexCrenshaw
Copy link
Author

SenexCrenshaw commented Feb 11, 2021

@rnestler Sounds great. I tried my best but couldnt find your address.
Found ya and sent an email.

@SenexCrenshaw
Copy link
Author

I did btw look at the new code. it is much cleaner but the mcu on that dev board handles the VOC index algorithm, right?

@rnestler
Copy link
Contributor

it is much cleaner but the mcu on that dev board handles the VOC index algorithm, right?

Thanks. Correct, the MCU on the board handles the periodic measurements and the VOC index algorithm.

@SenexCrenshaw
Copy link
Author

Cool, thank you for everything and sorry for commenting on a closed thread.

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

No branches or pull requests

2 participants