Frequent but irregular thread crashing in readADCraw
The Expander Pi is an Analogue, Digital and RTC development Interface for the Raspberry Pi
12/05/2016
Posted by:
PeterB
12/05/2016
Posted by:
andrew
There may be a bug with the py-spidev module that is causing your problem. It appears that the Gadgetoid branch of py-spidev that we used in our SPI tutorial has not been updated for quite some time and has compatibility issues with the latest Linux kernel. There is another branch of the module that you could try installing and see if that solves the problem.
You can download and install the new version using:
git clone https://github.com/doceme/py-spidev.git
cd py-spidev
sudo python setup.py install
sudo python3 setup.py install
13/05/2016
Posted by:
PeterB
Note: documents in Portable Document Format (PDF) require Adobe Acrobat Reader 5.0 or higher to view.
Download Adobe Acrobat Reader or other PDF reading software for your computer or mobile device.