-
Notifications
You must be signed in to change notification settings - Fork 77
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
Developments for new sensors #15
Comments
I'd love to see a way to attach a sound sensors. |
What type of sound sensor? If it is just a sound activated switch sensor, it would just substitute for a simple button input. |
I'd like to measure the sound level (db). I don't know if something like this could be attached to one of the ADC inputs or not. https://learn.sparkfun.com/tutorials/mems-microphone-hookup-guide/all PS - I'd really like to be able to measure frequency.. but I think that would take a different type of interface. |
I have several LSN50 v1 and v2s, used previously with water level sensors (ADC). I would like to switch to ST's VL6180x (IIC) sensors, and I would appreciate any help on this. |
I have implemented the drivers for the Melexis IR sensor MLX90614:
https://github.com/OpenAgriTech/LoRa_STM32/tree/MLX90614
At the moment, if detected, it is reported instead of the SHT Air Temperature and Humidity.
Are there any guidelines or protocols for new sensor developments?
Also, I am sure that the repository is out of sync with the current Firmware Version from Dragino (2021-03-02) while the latest commit is from Nov 2020.
The text was updated successfully, but these errors were encountered: