@Ghost_coder wrote:
I am using the Raspberry PI3 hardware. I think these projects are for the PI2 B and Pi3. Not sure how to specify the correct GPIO pins. I tried blinking GPIO 0,(which is available on the 3 but not the 2) and got this error:
The specified Digital Output channel (0) is not available on the Raspberry PI 2 Model B.
The Linx digital port numbering scheme is not the GPIO number but the pin number on the connector. Pin number 0 does not exist. Also the current Linx shared library only knows about Pi 2 Pin numbers.
So your GPIO 0 would be pin number 27, except that Linx does not know that pin as digital port since it wasn't supported on the Pi 2.
Linx supports currently GPIO 4, 17, 18, 27, 22, 23, 24, 25, 5, 6, 12, 13, 19, 16, 26, 20, 21
which corresponds to Linx number 7, 11, 12, 13, 15, 16, 18, 22, 29, 31, 32, 33, 35, 36, 37, 38, 40
respectively