SPI-Py
SPI-Py copied to clipboard
Hardware SPI as a C Extension for Python
When I try to run Read.py it shows this error. I'm using Banana Pi M1. Does anyone know how to resolve this issue?
the command spi.transfer((2,15)) return the error `TypeError: function takes exactly 2 arguments (1 given)` This command used to work before recent commit.
The SPI-Py API allows the user to choose one of the four major SPI modes. It does so using the SPI_IOC_WR_MODE ioctl, which gives access to the bottom 8 bits...
First of all: thank you for your great work - I really appreciate it :-) Just one thing: it would help, if you tag your versions (my App "broke" with...
I Follow this instruction http://geraintw.blogspot.com/2014/01/rfid-and-raspberry-pi.html. i run this script on Raspberry Pi B+ (raspbian). when i run :+1: sudo python setup.py install running install running build running build_ext building 'spi'...
How does SPI-Py compare to [py-spidev](https://github.com/doceme/py-spidev)?
i need analog function like android spi.transfer(data) in your code function is (adr, data) i dont understand it( help me
I have been getting an error "can't open device: No such file or directory" which I have nailed down to the line pi@raspberrypi:~/gr_programs/RFID/SPI-Py/MFRC522-python $ sudo python read.py Opening file. importing...
is this code can work?
As long as I'm only accessing ONE SPI device everything is fine, but when accessing TWO (in my case: MFRC522.py for two RFID-Readers) only one of them works. Looking at...