Matlab Simulink and Raspberry PI

Last week Mathworks held a Raspberry Pi workshop on site in the Merchant Venturers Building, they introduced us to using Simulink with Raspberry pi’s, I found the afternoon interesting and thought I would share the training material for others who couldn’t attend to have a go,  on the day we used Raspberry PI Camera module however, I have repeated the examples using a USB web camera (Logitech Quickcam Pro 9000 Web camera) and the examples worked just as well.

 

Simulink Raspberry Pi Workshop material – zip  Simulink_Rasp_Pi_Workshop_R2013b_R2014a_R2014b_R2015a_R2015b

Simulink and Raspberry Pi Workshop Manual – PDF Simulink_Rasp_Pi_Workshop_R2013b_R2014a_R2014b_R2015a_R2015b

How to setup Matlab Simulink and Raspberry Pi – PDF Installation instructions

—-

PiBrella http://www.maplin.co.uk/p/pimoroni-cyntech-pibrella-for-raspberry-pi-lights-buzzer-switch-io-pins-a72rk

How to install .net 3.5 Framework to Windows Server 2012 R2

If your application requires .Net 3.5 to run on Microsoft Windows Server 2012 R2, you are more than likely to have a problem installing or if it does install not work.

How to install .Net Framework 3.5 on Windows Server 2012 R2.

  1. Insert server operating Disc or mount the ISO.
  2. Open command as Administrator
  3. Take not of the drive letter the O/S disc is mounted and if it isn’t d: then you will need to change this part “/Source:d:\sources\sxs” in the line below to the driver letter
  4. Type : dism /online /enable-feature /featurename:NetFX3 /all /Source:d:\sources\sxs /LimitAccess 
  5. The .Net framework 3.5 feature will install see fig 1
  6. Under Roles and feature in the server manager you will now see dot net 3.5 installed see fig 2

Continue reading

How to update National Instruments myRIO firmware and Real-Time

myRIOThe National Instruments myRIO requires to have the same Real-Time module  installed on as the one that is installed  with LabVIEW to be able to use, if an old version is installed on the myRIO then when you plug the myRIO in the “NI myRIO USB monitor” will disable LabVIEW from the menu (see fig 1), if you are using the latest version of LabVIEW then you will need to update the firmware* or use an older version of LabVIEW.

* Updating the firmware will delete all code installed on the myRIO.

 Instructions on how to update the BIOS and firmware on the myRIO:

Continue reading