Hello, I'm working on code that sends information by SPI from Raspberry Pi to Arduino. This code sends characters to Arduino and everything works very well but I need to read the binary code of SPI connection and show on a serial port before it converts to characters.
How can I change the Arduino code to read bits of spi connection (before convert)? In fact, in the new project, I need to send the binary code by Raspberry Pi and Arduino to show by LEDs.
Also posted at: https://arduino.stackexchange.com/questions/56206
If you're going to do that then please be considerate enough to add links to the other places you cross posted. This will let us avoid wasting time due to duplicate effort and also help others who have the same questions and find your post to discover all the relevant information. When you post links please always use the chain links icon on the toolbar to make them clickable.