Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5

Auriol 4-LD5380
#1

Hi all,

I bought the aforementioned temperature + humidity "weather station" from Lidl for about 20 euros. As the supplied receiver reads remote data very seldom, I decided to see if I can make heads or tails of the data sent by the sensors.

Data is transmitted with 433 MHz RF signal in bursts which consist of 9 copies of data packets.
Data packets contain one sync pulse (~4500 useconds) + 36 bits (0 = ~1500 usec, 1 = ~2500 usec).
My Arduino code can reliably decode the data by checking for above pulse lengths ±50 usec, using either cheap MX-RX-5V or more expensive RXB6 receiver.
 
Code:
S rrrrrrrr b m id tttttttttttt ffff hhhhhhhh

    S  sync pulse (missing from the first packet)
0..7    r  random id (changes every reboot)
8    b  battery (1 = ok, 0 = low)
9    m  manual tx (1 if manual)
10..11    id numeric id 0..3 (only 0..2 used)
12..23    t  temperature (binary, 0.1 ℃)
24..27    f  filler bytes (1111)
28..35    h  humidity (binary)

I have yet to put a sensor in a freezer to see how negative temperatures are encoded (and whether the temperature really uses all 12 bits) Smile
Reply


Messages In This Thread
Auriol 4-LD5380 - by CplJonlan - 24-07-2021, 01:43
RE: Auriol 4-LD5380 - by werk_ag - 24-07-2021, 05:56
RE: Auriol 4-LD5380 - by CplJonlan - 24-07-2021, 12:31
RE: Auriol 4-LD5380 - by Nunu00 - 12-12-2021, 22:02
RE: Auriol 4-LD5380 - by CplJonlan - 22-12-2021, 11:44
RE: Auriol 4-LD5380 - by vesat - 20-02-2022, 10:39
RE: Auriol 4-LD5380 - by Nunu00 - 04-03-2023, 17:55
RE: Auriol 4-LD5380 - by uncle_bob - 08-03-2023, 09:47
RE: Auriol 4-LD5380 - by werk_ag - 13-12-2021, 01:40
RE: Auriol 4-LD5380 - by Dmytro - 02-04-2024, 16:45
RE: Auriol 4-LD5380 - by werk_ag - 05-04-2024, 02:41
RE: Auriol 4-LD5380 - by Dmytro - 12-04-2024, 07:52



Users browsing this thread: 1 Guest(s)