Power & Source of Big Ideas

Hi guys, I am trying to access the I2C lines using Wiring Pi . I am using Linux kernel version 4.4 , Ubuntu 16.04 LTS on Nano Pi Neo2 I have enabled I2C port 0 using npi-config . Whenver I run the command sudo gpio load i2c I get the error . modprobe: FATAL: Module i2c-sunxi not found in directory /...
Hi there, I am facing some issue using nano pi neo 2 while using SPI device . I am planning to use SPI as a block device . My code works perfectly on Nano Pi Neo . Where can I get SPI block driver for the Nano Pi NEO 2 ? The code I used to test the device is https://raw.githubusercontent.com/raspber...
Try changing the permissions of the file ,

Code: Select all

 sudo chmod 777 /sys/class/rc/rc0/protocols
Hello , I have been trying to use the microphone on Nano Pi Neo . I currently have a microphone listening to a tone generated by the PC . I am able to get a sine wave output but there is always some transient noise at the starting for the first 40 samples or so . What is the reason for the transient...
Hello there,
I want to do some quick FFT calculations in python so I am using pyFFTW . I have problems installing pyFFTW on my system . Currently I am doing

Code: Select all

pip install pyfftw
but the pip install fails . Is there any other way to install pyFFTW on my system ?