Is it possible to generate a GUI on Raspberry Pi with Simulink and RPI Support package?

40 views (last 30 days)
Hi! I am quite new to programming Raspberry Pi by Simulink, but it makes a lots of fun :)
Actually I want to create a real standalone application for my Raspberry Pi. So the measured data / digital in and outs will be displayed through the HDMI monitor and i can control digital i/o's by the USB hardware which is connected to my Rasperry Pi.
I am using raspberry pi 2, matlab 2015 with installed raspberry pi support package.
Thank you for your help in advance :D
Alex
  4 Comments
Walter Roberson
Walter Roberson on 23 Jul 2017
Sharon Koppolu comments to Joyeeta Chatterjee:
Very sad that Mathworks has not provided any answer

Sign in to comment.

Answers (3)

Stefanie Schwarz
Stefanie Schwarz on 28 Sep 2017
The image provided by MathWorks is based on Raspbian Jessie Lite. This is a lite version of the Raspbian Jessie image. One of the differences with this image is that it is headless and does not have a Desktop GUI.
If you require a Desktop for your Raspberry Pi, you will have to install a few packages. Follow the instructions below to set up the Desktop:
1. Set up your Raspberry Pi with the Raspbian image provided by MathWorks.
2. Install the following packages to get the GUI interface:
sudo apt-get update
sudo apt-get install --no-install-recommends xserver-xorg
sudo apt-get install --no-install-recommends xinit
sudo apt-get install --no-install-recommends raspberrypi-ui-mods lxterminal gvfs
Please refer to https://www.raspberrypi.org/forums/viewtopic.php?f=66&t=133691 for an explanation of the above commands.
3. Connect the HDMI monitor cable, USB camera and keyboard to Raspberry Pi and then reboot the Pi.
4. A login prompt will appear on the monitor (normal black screen – without GUI). Enter the credentials “pi” & “raspberry”
5. Enter “startx” to the prompt using the keyboard and this will show the GUI interface on the monitor.
If you have problems connecting your Raspberry Pi to the network, you may follow these instructions: https://www.raspberrypi.org/documentation/configuration/wireless/wireless-cli.md
  1 Comment
Abhishek Kekud
Abhishek Kekud on 1 Dec 2017
The question was to develop an GUI that can read the measured data and display it on the GUI. Not about the desktop GUI. My requirement is same as above. Develop a GUI using simulink and deploy it to raspberry pi so that the GUI fetches the realtime value and displays it on the screen.

Sign in to comment.


Walter Roberson
Walter Roberson on 24 Jul 2017
You can use an SDL Video Block to do the display; see https://www.mathworks.com/help/supportpkg/raspberrypi/ref/sdlvideodisplay.html
If you program everything in Simulink then you can deploy to Raspberry .
  2 Comments
Walter Roberson
Walter Roberson on 9 Mar 2022
You can use Computer Vision toolbox insertText() and insertShape() to [eventually] create arbitrary images to be displayed.

Sign in to comment.


Kevin Graebner
Kevin Graebner on 13 Jun 2019
why are you being so lame matlab. this is something you really need in your library to make this program more useful for developing programs.

Categories

Find more on Simulink Support Package for Raspberry Pi Hardware in Help Center and File Exchange

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!