Hama EWS-1500
|
|
Bookmark Hama EWS-1500 |
About Hama EWS-1500Here you can find all about Hama EWS-1500 like manual and other informations. For example: review.
Hama EWS-1500 manual (user guide) is ready to download for free.
On the bottom of page users can write a review. If you own a Hama EWS-1500 please write about it to help other people. [ Report abuse or wrong photo | Share your Hama EWS-1500 photo ]
Manual
Preview of first few manual pages (at low quality). Check before download. Click to enlarge.
Download
(English)Hama EWS-1500, size: 2.0 MB |
Hama EWS-1500
User reviews and opinions
| adamberkey |
8:22am on Tuesday, April 13th, 2010 ![]() |
| Excellent Product I wanted something more than the basic indoor / outdoor temperature and this product provides it. Wind speed, maximum gust. | |
Comments posted on www.ps2netdrivers.net are solely the views and opinions of the people posting them and do not necessarily reflect the views or opinions of us.
Documents
RF transmission protocol
of Auriol H13726 Ventus WS155, Hama EWS 1500, Meteoscan W155/W160 wireless weather stations v2.0
by TFD www.tfd.hu tfd@tfd.hu 2011. January 25.
1 RF transmission
1.1 Modulation and bit timing
The data from the sensors is transmitted on 433.92 MHz with OOK (on/off keying) modulation. The bits are coded by the duration of the off keying intervals between the ~0.5 msec on keying pulses as follows: - sync bit - 1 data bit - 0 data bit ~9 msec, ~4 msec, ~2 msec.
Note, that timings are approximates, they depend on the receiver characteristic.
1.2 Transmission bursts
The transmissions take place in bursts. One burst consist of some sync bit separated data packets, that contain 36 data bits each. These bursts are then repeated in specified time intervals. The two sensors have a slightly different burst format, more on that later.
1.3 Samples
For better understanding the physical layer of the protocol here are some samples captured with a logic analyzer:
Combined sensor: transmission burst
Combined sensor: first packet of the burst above
Combined sensor: bit timing
Rain gauge: transmission burst
Rain gauge: first packet of the burst above
Rain gauge: bit timing
1.4 General packet format
Each data packet contains 36 bits, that form bit (LSB first) nibbles namely n 0 to n8. The first two and the last nibbles have the same meaning for each type of packets, the others carry the sensor specific payload data. nrrrrrr5 nrr7 v payload 8 n2 n3 n4 n5 n6 n7 n8 c0 c1 c2 c3 checksum
random id - random id
At power up (when the batteries are inserted) the sensor selects a random number, that will use as a (hopefully) unique identifier to avoid interference with similar sensors in the base unit's receiving range. After collecting a lot of random ids it seems, that r4 is always 0, the others are truly randoms. 0: Sensor's battery voltage is normal. 1: Battery voltage is below ~2.6 V. This field is used to validate the data integrity of a packet. The two sensors use different formulas to compute this field, see the details there.
-v - checksum
2 Combined sensor
2.1 Transmission schedule
The combined sensor sends all of it's data in the following burst format: - bits preamble to prepare the receiver circuitry, - 1 sync bit, - 36 bits data packets repeated 6 times, 4 sync bits between each packet, - 1 sync bit. Typical transmitting period is 31 seconds.
2.2 Temperature and relative humidity data
This packet is repeated six times within a transmission burst. Only one of six consecutive transmission bursts contains this type of data. nrrrrrr5 nrr7 v 8 n2 x0 x1 X bt. t0 t1 n3 t2 t3 t4 t5 n4 t6 t7 t8 n5 n6 n7 n8
35 t9 t10 t11 ho0 ho1 ho2 ho3 ht0 ht1 ht2 ht3 c0 c1 c2 c3 rh ones rh tens checksum temperature [0.1 C]
random id - temperature - rh ones, rh tens
This 12 bits wide 2's complement signed binary number represents the actual temperature value in 0.1 C units. Two BCD digits, that shows the actual relative humidity in %.
0: Scheduled transmission. 1: The transmission was initiated by pressing the button inside the sensor unit. x1 x1 Valid temperature/humidity data was seen with all of these three values. Their meaning is unknown. Non temperature/humidity data. All other type data packets have this value in this field.
- checksum
The formula is used in all types of packets sent by the combined sensor: n8 = ( 0xf - n0 - n1 - n2 - n3 - n4 - n5 - n6 - n7 ) & 0xf
2.3 Wind speed and direction data
These two packets are sent in pairs repeated three times within a transmission burst. Five of six consecutive transmission bursts contain this type of data. nrrrrrr5 nrr7 v nrrrrrr7 v n2 x0 xn2 x0 x1 bt. bt. n0 n0 n0 n3 n4 n5 s0 s1 n6 s2 s3 s4 s5 n7 s6 n8 s7 c0 c1 c2 c3 checksum n8
35 average wind speed [0.2 m/s] n6 n7
random id nrr1
35 d0 d1 d2 d3 d4 d5 d6 d7 d8 g0 g1 g2 g3 g4 g5 g6 g7 c0 c1 c2 c3 wind direction [] 7 wind gust [0.2 m/s] checksum
random id
- average wind speed, wind gust - wind direction
Both fields are a 8 bits wide unsigned binary numbers, that describe the corresponding wind speed values in 0.2 m/s units. This 9 bits wide unsigned binary number shows the wind direction in degrees. Only these values were seen: 0 (N), 45 (NE), 90 (E), 135 (SE), 180 (S), 225 (SW), 270 (W), 315 (NW). Other values - that are sometimes shown on the base unit's LCD screen - seems to be interpolated animations only. 0: scheduled transmission. 1: the transmission was initiated by pressing the button inside the sensor unit.
3 Rain gauge
3.1 Transmission schedule
The rain gauge's burst format: - bit preamble to prepare the receiver circuitry, - 1 sync bit, - 36 bits data packets repeated 7 times, 1 sync bit between each packet, - 1 sync bit. Typical transmitting period is 2 minutes 28 seconds, that may be shorter if there is a change in the measured value.
3.2 Rain data
Each 7 packet in a burst contain the same data. nrrrrrr5 nrr7 v 8 n2 x0 xn3 r0 r1 n4 r2 r3 r4 r5 n5 r6 r7 r8 n6 n7 n8
35 r9 r10 r11 r12 r13 r14 r15 c0 c1 c2 c3 checksum rain [0.25 mm]
random id - rain
This 16 bits wide unsigned binary number represents the accumulated (since power on) rain data in 0.25 mm units. Usually each tipping of a bucket means 0.5 mm, that causes this number incremented by 2, but in some cases the least significant bit is also used. Computed with the following formula: n8 = ( 0x7 + n0 + n1 + n2 + n3 + n4 + n5 + n6 + n7 ) & 0xf 9
4 Revision history
- In the modulation and bit timing section the inverted keying polarity was corrected, - and some logic analyzer captured samples of RF transmissions were added. - Battery voltage bit found. - Negative temperature value representation specified. - Rain gauge data details were added, - the above required also some rearrangements. Initial release.
2011-01-25
2011-01-18
Tags
AV400 DSC-W90 URC22D EX-S770 DVR-LX61 En-EL1 STA-2400 P1165E Pearl 8200 I815E Caddx NX-4 BT205 RDR-HX6 Ii RC5000I QW1450HT Pw-222 BX300F Printer 128 L Monitor Intuos4 DWL-810 Fryer BDL4231C Asus M6R Headset DTR5010 12 GT-E1117 Series 29PT5506 HBV-100 DVD-HR725 AH-D1100 FX-115MS IC-32AT DI 620 Samsung NV30 AL1511 VRX653R Applications IC-W21at-ET Thinapp 48780 P5G41-m SI Numeric H1245A RX-6010R F2-1002 Special Fusion SP-565UZ Controller Romba 505 421 XWS Sheet EN3700 MFC-7300C MC-30 PL100 D3122 Review 0 AE RCR815 CX1000 Multi-satellite LW150 Dimage Z1 PCR-50 MS2000 FZ6-N-2007 GR-DVX8 CT-S410 KX-TG2730S Companion System 760 DCF Viper 90R UE-55C8000 LTV858 LMV1925SW SC-HT545 Utilisation ICD-UX71F Charger Husqvarna 141 Sharan Super C8 Kettler RX7 SPV C600 PDP-4304 Stylus C110 Samsung N135 Spearhead Linux 4 DVR-710 WMA 31 VPC-CA65EX Resin 2123 CLP-110 LS-2000
manuel d'instructions, Guide de l'utilisateur | Manual de instrucciones, Instrucciones de uso | Bedienungsanleitung, Bedienungsanleitung | Manual de Instruções, guia do usuário | инструкция | návod na použitie, Užívateľská príručka, návod k použití | bruksanvisningen | instrukcja, podręcznik użytkownika | kullanım kılavuzu, Kullanım | kézikönyv, használati útmutató | manuale di istruzioni, istruzioni d'uso | handleiding, gebruikershandleiding
Sitemap
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101








