Page 1 of 1

PORTS

Posted: Fri Jun 17, 2016 4:53 pm
by scargill
The M1 like most similar boards seems to have a singular lack of simple GPIO control that can be adapted to, say Node-Red.

Has anyone ported any of the popular packages like PIGPIO etc which make GPIO use so easy on the Pi, to run on the M1 in Debian?

Re: PORTS

Posted: Fri Aug 05, 2016 9:19 am
by jjm
scargill wrote:
The M1 like most similar boards seems to have a singular lack of simple GPIO control that can be adapted to, say Node-Red.

Has anyone ported any of the popular packages like PIGPIO etc which make GPIO use so easy on the Pi, to run on the M1 in Debian?



Hello,
FriendlyARM team has supported Matrix API reference manual for NanoPi M1,You can use them directly.
Boot your ARM board with Debian and copy the matrix code:

$ apt-get update && apt-get install git
$ git clone https://github.com/friendlyarm/matrix.gitIf your cloning is done successfully a "matrix" directory will be generated.

Compile and install Matrix:

$ cd matrix
$ make && make install

Re: PORTS

Posted: Fri Aug 19, 2016 9:22 am
by wertyzp
Hi, please check my attempt to port WiringPI to NanoPI M1
https://github.com/wertyzp/WiringNP
Can you send some feedback on how it works?

Re: PORTS

Posted: Sat Jan 21, 2017 1:01 am
by VALERYRAMIREZ
Hey...how are you?. Actually I'm trying to download the API but it the page is down. I`ve checked right now, what can I do to download the files?

Re: PORTS

Posted: Sat Jan 21, 2017 1:27 am
by VALERYRAMIREZ
Well, apparently there are a mistake in the link to the github repository, the one that worked for me is:

https://github.com/friendlyarm/matrix.git