Hi, I have a LSN50 working with a DS18b20 temp sensor. I have read that this node also supports a SHT31 (and SHT20) temp/RH sensor. I have a SHT31 that works: I checked with an Arduino but it does not work with the LSN50 node: the readings are 0.00. Does anyone have experience with this or tips how to solve this?
NB: I tried to upgrade the firmware from 1.3 to 1.4 but my USB-TTL stick (as com port) is not seen by the flash loader program Dragino recommends on Windoze 10… Any tips here?
2.4.6 I2C Interface(SHT20)
PB6(SDA) and PB7(SCK) are I2C interface. User can use it to connectto I2C device and get the sensor data.
We have made an example to show how to use the I2C interface to connect to SHT20 Temperature and HumiditySensor. This is not support in the stock firmware, user need to compile a new firmware with USE_SHT20 defined.
As shown below …
PB6(SDA) and PB7(SCK) are I2C interface. User can use it to connectto I2C device and get the sensor data. We have made an example to show how to use the I2C interface to connect to SHT20 Temperature and HumiditySensor. This is support in the stock firmwaresince v1.4.Below is the connection to SHT20.
So I have phrased my question complety wrong. My REAL question (not for his forum I suppose) is the NB:
NB: I tried to upgrade the firmware from 1.3 to 1.4 but my USB-TTL stick (as com port) is not seen by the flash loader program Dragino recommends on Windoze 10… Any tips here?