Dear pilight users,
Hooking up my stuff

for the first time but I've got a question about the LPF.
On the enclosed drawing is used:
433 receiver DATA Pin, pilight IN, RESET (24), SCK(23), MISO(21), MOSI(19), 5V and GND
The minimal setup should be 5V, GND, pilight IN and 433 Receiver Data Pin, right?
Without de LPF the Data pin should be connected to GPIO 18?
So hooked up with the LPF, pilight should be GPIO 18, right? And 433 Receiver Data pin as such....
Please let me know what I'm doing wrong
without the BPF "pilight-receive" gives info like
Code:
//Impuls switch B to "ON"//
root@xbian:~# pilight-receive
{
"code": {
"systemcode": 7,
"programcode": 2,
"state": "on"
},
"origin": "receiver",
"protocol": "impuls",
"uuid": "0000-00-00-71-14f9c8",
"repeats": 1
}
{
"code": {
"id": "F8",
"unit": 0,
"state": "off"
},
"origin": "receiver",
"protocol": "rev_switch",
"uuid": "0000-00-00-71-14f9c8",
"repeats": 1
}
{
"code": {
"systemcode": 7,
"programcode": 2,
"state": "on"
},
"origin": "receiver",
"protocol": "impuls",
"uuid": "0000-00-00-71-14f9c8",
"repeats": 1
}
{
"code": {
"id": "F8",
"unit": 0,
"state": "off"
},
"origin": "receiver",
"protocol": "rev_switch",
"uuid": "0000-00-00-71-14f9c8",
"repeats": 1
}
{
"code": {
"systemcode": 7,
"programcode": 2,
"state": "on"
},
"origin": "receiver",
"protocol": "impuls",
"uuid": "0000-00-00-71-14f9c8",
"repeats": 2
//Impuls switch B to "OFF"//
root@xbian:~# pilight-receive
{
"code": {
"systemcode": 7,
"programcode": 2,
"state": "off"
},
"origin": "receiver",
"protocol": "impuls",
"uuid": "0000-00-00-71-14f9c8",
"repeats": 1
}
{
"code": {
"id": "F8",
"unit": 0,
"state": "off"
},
"origin": "receiver",
"protocol": "rev_switch",
"uuid": "0000-00-00-71-14f9c8",
"repeats": 1
}
{
"code": {
"systemcode": 7,
"programcode": 2,
"state": "off"
},
"origin": "receiver",
"protocol": "impuls",
"uuid": "0000-00-00-71-14f9c8",
"repeats": 2
}
{
"code": {
"id": "F8",
"unit": 0,
"state": "off"
},
"origin": "receiver",
"protocol": "rev_switch",
"uuid": "0000-00-00-71-14f9c8",
"repeats": 2
}
{
"code": {
"systemcode": 7,
"programcode": 2,
"state": "off"
},
"origin": "receiver",
"protocol": "impuls",
"uuid": "0000-00-00-71-14f9c8",
"repeats": 3
}
{
"code": {
"id": "F8",
"unit": 0,
"state": "off"
},
"origin": "receiver",
"protocol": "rev_switch",
"uuid": "0000-00-00-71-14f9c8",
"repeats": 3
}
--------
With the BPF NO info.....?
Greetings,
Mike