Hi,
is there anyway to add to balena sense new sensors? I have an audio sensor and i would like to register the noise with all the other sensors (temp, hum… etc)
Hello, you would need to clone the project and add some code to fetch data from your audio sensor here https://github.com/balenalabs/balena-sense/blob/ea4d466bb75698acef18c60de97a4d94df808a9e/sensor/scripts/sensor.py#L91
1 Like
I’m new in this.
How can i add the LM393.
This is the sensor.
[https://images-na.ssl-images-amazon.com/images/I/61RratumHsL._AC_SX466_.jpg](https://images-na.ssl-images-amazon.com/images/I/61RratumHsL._AC_SX466_.jpg)
Hey @jlareos,
We haven’t tested LM393 to balenaSense, but maybe another forum user has more to share with us.
We encourage you to use the code pointed by Alexis and extend it. Feel free to submit a PR with your findings.
Georgia