Community Profile

photo

mprice


Last seen: 2 months ago Active since 2016

Followers: 0   Following: 0

Statistics

  • First Answer

View badges

Feeds

View by

Question


Simulink 2016a compatibility with WiringPi
I'm using S-functions in Simulink to call the WiringPi library installed on a Raspberry Pi Ver. 2 Model B. I have successfully i...

7 years ago | 0 answers | 0

0

answers

Answered
SPI does not activate Raspberry Pi when run from Simulink while attempting to send more than 4 bytes in a message
A few things I changed to make this work. Rewrote the wiringPiSPIDataRW function to look like this: int wiringPiSPIDataR...

7 years ago | 1

| accepted

Question


SPI does not activate Raspberry Pi when run from Simulink while attempting to send more than 4 bytes in a message
I have implemented an s-function block with the s-function builder in Simulink that uses WiringPi to use SPI on the Raspberry Pi...

7 years ago | 1 answer | 1

1

answer

Answered
Using Raspberry Pi SPI interface from Simulink
Try using the WiringPi library, found here: <http://wiringpi.com/ WiringPi> It contains c code to access various Raspberry Pi...

7 years ago | 0