WhatsThatSignal
From Frack - Hackerspace Friesland
Jump to navigationJump to search| Project: WhatsThatSignal | |
|---|---|
| Status | lopend |
| Betrokkenen | Martijn (Martijn) Rol: deelnemer Deskundig met: Digitale Fabricatie, Elektronica, Hydroponics, Robotica, Software, Solderen, Stappenmotor Werkt aan: Geen projecten :( |
| Projectoverzicht – Project toevoegen | |
Ever wondered what signal you're picking up? This page aims to help you determine what you're seeing and what parts it consists of.
coverphoto
| What it is | Not a clue |
|---|---|
| Frequency | 433.963 MHz |
| Modulation | AM |
| Details | the signal repeated 12 times, it consists of
marks : 2.5 ms short space : 2.5 ms long space : 5.0 ms extra long space : 10.0 ms Assuming the information is in the spaces, 2.5 = 1 5.0 = 0 10.0 = message spacing then I've picked up the following code: 000000000111111110110011000011000000 |
| Decoding aids | todo |
IMPULS (10621)
| What it is | Not a clue |
|---|---|
| Frequency | 433.65 MHz (depends on key :S) |
| Modulation | AM |
| Details | the remote has 10 keys, 5 sets (A, B, C, D, E) of (ON, OFF)
the code consists of long pulse : 433 us short pulse : 142 us short space : 149 us long space : 439 us extra long space : 4500 us every short pulse is followed by a long space, and viceversa assuming the information is in the pulses: short = 1 long = 0 extra long brake is telegram spacing then the following codes are observed: ON: (A, B, C, D, E)
1000000000111010101010111 x 14
1000000000101110101010111 x 13
1000000000101011101010111 x 13
1000000000101010111010111 x 10
1000000000101010101110111 x 19
OFF: (A, B, C, D, E)
1000000000111010101011101 x 15
1000000000101110101011101 x 15
1000000000101011101011101 x 16
1000000000101010111011101 x 17
1000000000101010101111101 x 19
+ | | | | | | | | | | | DIP-swtich 1 OFF
+ | | | | | | | | | | DIP-swtich 2 OFF
+ | | | | | | | | | DIP-swtich 3 OFF
+ | | | | | | | | DIP-swtich 4 OFF
+ | | | | | | | DIP-swtich 5 OFF
+ | | | | | | button A
+ | | | | | button B
+ | | | | button C
+ | | | button D
+ | | button E
+ | OFF = (NOT ON)
+ NOT OFF = (ON)
when a button is depressed, a few (1-3) of the following messages are sent: 0010101000101010101000001 (address set to ON-OFF-OFF-OFF-ON) 0000000000111010101010111 (address set to ON-ON-ON-ON-ON) |
| Decoding aids | todo |
ELRO ab440r
| What it is | remote control for plugin lightswitches |
|---|---|
| Frequency | 433.865 MHz |
| Modulation | On Off Keying (OOK) |
| Details | the remote has 8 keys, 4 sets (A, B, C, D) of (ON, OFF)
the code consists of long pulse : 460 us short pulse : 1113 us short space : 188 us long space : 838 us extra long space : 10000 us every short pulse is followed by a long space, and viceversa assuming the information is in the pulses: short = 1 long = 0 extra long brake is telegram spacing then the following codes are observed: ON: (A, B, C, D, E)
1011111111111010101011101 x 12
1011111111101110101011101 x 16
1011111111101011101011101 x 13
1011111111101010111011101 x 15
OFF: (A, B, C, D, E)
1011111111111010101010111 x 12
1011111111101110101010111 x 16
1011111111101011101010111 x 16
1011111111101010111010111 x 16
+ | | | | | | | | | DIP-switch 1 OFF
+ | | | | | | | | DIP-switch 2 ON
+ | | | | | | | DIP-switch 3 ON
+ | | | | | | DIP-switch 4 ON
+ | | | | | DIP-switch 5 ON
+ | | | | | A
+ | | | | B
+ | | | C
+ | | D
+ | ON = NOT OFF
+ NOT ON = OFF
when a button is depressed, a few (1-3) of the following messages are sent: 1011111111101010101000001 (address set to OFF-ON-ON-ON-ON) |
| Decoding aids | todo |