Tom Aarts
Tom Aarts
You create the provider as spiProvider the upper interface class rather than pigpio-spi. I will need to run your code to validate but i suspect you follow a different path...
I mentioned your provider create using the parent class. My code does not enter that function you were modifying for a fix. I ran your code and the transfer runs...
I received an MCP3208 to test. I ran your original example to see it returned 0 most the time. I changed your code a bit in the SPI creation, see...
I believe Pi4j V1 used wiringPi for the native interface. V2 uses Pigpio native interface. Pigpio website says it works with any version of the Pi. I also verified your...
Looks the merge is complete and ffm updates are ready for HW testing
Yes, those .so are specific to the Pi ARM architecture. I am not familiar with Konstakang AOSP. The Pi4j would let you use java to access the GPIOs. In the...
I have not looked into that zip that was provided. Early summer I spent sometime researching the kernel API. The documentation for the new 6.x kernel is terrible. After a...
#391 PR involving ioctl/JNA Intend is, between mpilone and this we likely have much of the SPI support for Pi5
@dariuszzbyrad @eitch @FDelporte SPI. I want to select which spi approach to complete. The PR offered by milipone uses system library. The PR i began I implemented my own library...
I will pull down Mike’s implementation to test and to see if more is required to let present users easily move to it. As his is a smaller code base...