Jump to content
  • 0

MATLAB & MCC 128 / 172 DAQ HAT RPI4 Data Acquisition


matde

Question

5 answers to this question

Recommended Posts

  • 0

I ran a few searches and it appears that MatLab cannot be installed into Raspbian. The MCC 128 and 172 require the Raspbian OS, so there is no way to make it work. I also saw that MatLab has native support for Raspberry PI hardware. Unfortunately, this does not include our boards.

Link to comment
Share on other sites

  • 0

It is not possible to read the inputs with simple GPIO control. Our driver uses GPIO and the SPI bus to select and control each board, and how it works is proprietary information. If you want it to work with MatLab, create a program that turns the Raspberry PI into a device capable of sending data (Ethernet or Serial) and investigate the best way to read the data with MatLab.  

The GPIO resources are listed in the Interface Specifications of the electrical specifications pdf:

https://mccdaq.github.io/daqhats/_static/esmcc128.pdf

https://mccdaq.github.io/daqhats/_static/esmcc172.pdf

 

 

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...