Search found 5 matches

by ogroot
Wednesday 22 November 2017 12:18
Forum: Z-Wave
Topic: asymmetrical topology matrix
Replies: 1
Views: 459

Re: asymmetrical topology matrix

Reason is quite simple: during discovery node 8 was able to reach and 'see' node 11. So it has this node in his 'neighbor' list. However, node 11 did not see node 8 and did not add it to its own 'neighbor' list. Could be due to small differences in positioning, antenna, receiver, sender of these ...
by ogroot
Wednesday 08 June 2016 18:44
Forum: Raspberry Pi GPIO ( WiringPi )
Topic: Razberry + Raspberry GPIO port
Replies: 2
Views: 3862

Re: Razberry + Raspberry GPIO port

Sure no problem. I also use the free pins in combination with a Razberry card.
Of course you cannot use the pins that are blocked by the Razberry card, but the free pins can.
by ogroot
Sunday 15 May 2016 21:11
Forum: Raspberry Pi GPIO ( WiringPi )
Topic: gpio as input for PIR
Replies: 6
Views: 5414

Re: gpio as input for PIR

Also had issues with 230v cables casing interference on cables connected to gpio inputs.
Causing frequent "ghost" gpio input events.
Was able to solve this by adding 100n capacitors to each input port.
by ogroot
Monday 14 March 2016 20:01
Forum: Raspberry Pi GPIO ( WiringPi )
Topic: Updated Gpio.cpp supporting extra IO-pins on Pi2
Replies: 1
Views: 1141

Updated Gpio.cpp supporting extra IO-pins on Pi2

I updated Gpio.cpp in order to be able to use the extra 9 GPIO ports of the Pi2. The current version of Gpio.cpp was limited to the old number of GPIO ports of the Pi A/B. I compiled, tested and used the new build with modded Gpio.cpp and it works flawlessly. I can imagine that other people also ...
by ogroot
Monday 14 March 2016 18:11
Forum: Installation, Compiling, Permissions, Security and Starting
Topic: How to propose / upload GPIO improvements to the source tree?
Replies: 0
Views: 414

How to propose / upload GPIO improvements to the source tree?

I updated Gpio.cpp in order to be able to use the extra 9 GPIO ports of the Pi2. The current version of Gpio.cpp was limited to the old number of GPIO ports of the Pi A/B. I compiled, tested and used the new build. But I can imagine that other people also want to use this. How can I upload my ...