@Lazar-Demin Thank you, I will try it and let you know.
Posts made by Jaime Cerecer
-
RE: SPI Python bits per word and readBytes
-
SPI Python bits per word and readBytes
Does anyone knows the correct command in Python to setup a different number for "bits per word"? I have tried spi.bitsPerWord and spi.bits_Per_Word, but when running the python file appears an error. Also, in the command readBytes is necessary to specify an address from the SPI device, but isn't it redundant if you are receiving only one trails of data through the MISO line? I think some of the documentation SPI Python needs update because the instructions are not clear enough https://docs.onion.io/omega2-docs/spi-python-module.html. Thanks
-
RE: SPI : changing CS pin
@Jeremy-Shubert I am still fighting with it... have you been able to communicate with at least one device? I am having issues to read the bytes...
-
RE: SPI : changing CS pin
Hello Allison,
Were you able to connect more SPI devices? Could you share your experiences? I am asking you because I am planning to connect 3-4 SPI devices with high sampling rate (>40kHz) and I will need to use other GPIO to do it in parallel