Power & Source of Big Ideas

You probably want to make sure that you have

Code: Select all

CONFIG_ARM64=y

in your kernel .config file, otherwise you will compile 2 32 bit executable.
I am struggling to send an IR signal from my NanoPi Neo AIR. I have tried LIRC. I have tried using the PWM GPIO (GPIOA5). I would like to use ir-ctl, but will use whatever I need to. I have not yet tried a 3.x kernel, but was hoping to avoid going back that far. When using PWM GPIO to generate the c...
I'm not sure if they can be used as GPIO's, as I don't have a NanoPi NEO, but you don't need to the know the WiringPi numbers. You can use wiringPiSetupGpio(void) from [url]http://wiki.friendlyarm.com/wiki/index.php?title=WiringNP:_NanoPi_NEO/NEO2/Air_GPIO_Programming_with_C&redirect=no#Popular_...
Hi All, I am trying to generate an IR signal from my NanoPi NEO Air. I have enabled IR using npi-config. I have an AnalysIR "SendIR" board connected to GPIOA5 (WiringPi pin 18) The following code produces output on the correct pin, but it is never the same transmission: #include <wiringPi....
Hi All, I'm trying to use LIRC to transmit Infrared from my NanoPi NEO AIR using GPIO pin 12. I get the following error: Error: Hardware does not support sending I have an AnalysIR SendIR connected to pin 12/GPIO1. I understand that LIRC is included in the mainline kernel from 4.14 Does the Allwinne...