-
I created a custom application for my custom board that used a NRF52840 at its core and is basically just the code of the samples/sensor/sgp40_sht4x sample to read the Sensor data. First I had some is…
-
adding my voice to the Sensirion SHT4x support group. I have an SHT40 and an SHT45 ready for testing :)
![image](https://github.com/user-attachments/assets/5f417ceb-a6a5-4dec-b3bf-5bf5eb5313a0)
…
-
Hi
Error while compiling exampleUsage.ino
```
C:\Users\stiam\AppData\Local\Temp\.arduinoIDE-unsaved2024726-13276-1kakfg3.42te\exampleUsage\exampleUsage.ino: In function 'void setup()':
C:\Users\…
-
### The problem
Extremely long (1000ms) timeout stalling loop with SHT4X component when sensor is NOT Connected. This simply should not be occurring. Sensor should be marked offline at boot without a…
-
Downgrading to v4.6 brings it back to normal operation.
Identification string it sends on v4.7:
~~`Hardware Version: LYWSD03MMC B1.4, Software Version: 4.7, Sensor: SHTC3 (SHTV3)`~~ (scratch that.…
-
With the JSON data as below,
>{
> "deviceid": "WIRIO3_68B6B329DECC",
> "rssi": -44,
> "pktno": 1231379212,
> "sec": 1672980864,
> "t.envsensor.param": {
> "sht4x_tem…
-
I have two LYWSD03MMC sensors HW rev 1.4.
I appreciate HA questions go elsehwere but my question here is about the sensors.
Why does FW 47 and FW 48 report different sensors for the same Hardwar…
-
### For firmware version 0.1.2.1+
ClusterID: 0x0204 (Thermostat User Interface Configuration)
Attr: 0x0100, INT16 (id:0x29), Temperature offset, in 0.01° steps, range: -32767 (-327.67°)..32767(+32…
-
### The problem
There are 2 issues with SHT4x heater implementation currently:
1. One is simple to fix. From the code below you can see that `heater_command_` is actually a command not an index,…
-
setting the heater to `SHT4X_HIGH_HEATER_1S` produces incorrect sensor readings. In a room around 23 degrees it was showing over 80, and humidity was 10 instead of 35.
Using `SHT4X_NO_HEATER` gets…