MyRobotLab Part 18 Setting MRL on the Raspberry Pi

9 months ago
62

In this 18th video in the series, we look at setting MRL on the Raspberry Pi

You will first need to download and install the Raspberry Pi Imager.
You can find it on the Raspberry Pi website here: https://www.raspberrypi.com/software/
I used the legacy Buster OS.
After installing the OS on the microSD card and starting the raspberry pi up, I connected using putty available from here: https://www.putty.org/

sudo raspi-config
Then enable the VNC access

To install Chromium run the command below:
sudo apt-get install chromium

To install Java 11 run the command below:
sudo apt-get install openjdk-11-jdk

Use the command below to edit the sound setting in Java:
sudo nano /etc/java-11-openjdk/sound.properties

Add the following 4 line to the sound.properties file:
javax.sound.sampled.Clip=com.sun.media.sound.DirectAudioDeviceProvider
javax.sound.sampled.Port=com.sun.media.sound.PortMixerProvider
javax.sound.sampled.SourceDataLine=com.sun.media.sound.DirectAudioDeviceProvider
javax.sound.sampled.TargetDataLine=com.sun.media.sound.DirectAudioDeviceProvider

This install is using a Raspberry Pi 3 Single Board Computer (SBC).

Maybe drop into the CyberOne YouTube Channel DISCORD server where you can have a chat :-)
https://discord.gg/WzrBUTkthQ

MyRobotLab also has a DISCORD you can visit at
https://discord.gg/XygZbWwsCq

Please Like, Subscribe and ring the notification bell to be alerted when the next video is released.
It also a form of support that costs you nothing, but does help the channel a lot.

Also please consider joining my VIP Patrons GoLucky and Louwrens Burger and my Builder Patreon's Lmorales45 and White Wolf in supporting the channel on Patreon.
https://www.patreon.com/Cyber_One
Builder level Patreons get the videos 1 week before YouTube does,
VIP Patreons get the videos as they are created, from 1 week to 2 months before YouTube.

Alternatively you can help with a donation via paypal
https://www.paypal.com/donate/?hosted_button_id=T6NBDSZQXJ8RC

See you in the next video :-).

Loading comments...