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

More sensors coming ? (sound, luminosity, infrared...) #278

Open
qleroux opened this issue Mar 29, 2017 · 2 comments
Open

More sensors coming ? (sound, luminosity, infrared...) #278

qleroux opened this issue Mar 29, 2017 · 2 comments

Comments

@qleroux
Copy link

qleroux commented Mar 29, 2017

Hi !
Do you think that you can add more sensors compatibility (sound, luminosity, infrared, magnetic...) ?

Do you need to manually add drivers for every new sensor so we can use them or is there a simple way to get the data from any sensor ? Starting with the VMA309 from Velleman will be truly appreciated. I've not being able to read data from it at all (missing class or driver I presume).

Thanks in advance.
Sincerly, Quentin

@ukicar
Copy link

ukicar commented Mar 29, 2017

Hello,
There is a great number of drivers that you can use as they are (written in Python of course)... Specially drivers that deals with i2c and smbus on Linux will work out of box...

But for a lot of sensors you don't need drivers. For example VMA309 is just simple analog sensor. You can simply use analogRead(pinNumber) to read values from it

@qleroux
Copy link
Author

qleroux commented Mar 29, 2017

Ok, didn't know. I'll try
Thanks a lot !

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

No branches or pull requests

2 participants