LoRa_STM32 icon indicating copy to clipboard operation
LoRa_STM32 copied to clipboard

Developments for new sensors

Open jajberni opened this issue 3 years ago • 4 comments

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.

jajberni avatar Jul 26 '21 10:07 jajberni

I'd love to see a way to attach a sound sensors.

NewHopeApiary avatar Feb 03 '22 00:02 NewHopeApiary

What type of sound sensor?

If it is just a sound activated switch sensor, it would just substitute for a simple button input.

DominusFulguris avatar Feb 03 '22 01:02 DominusFulguris

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.

NewHopeApiary avatar Feb 03 '22 01:02 NewHopeApiary

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.

darkoj416 avatar Apr 25 '22 05:04 darkoj416