Yoctowattmeter installation#

Install virtualhub#

We will test here the basic functionalities of the YoctoWatt, by connecting to the Yoctowatt through VirtualHub.

  1. Install the GPG key of the repository :

wget -qO - https://www.yoctopuce.com/apt/KEY.gpg | sudo apt-key add -

  1. Install VirtualHub

cd
mkdir YoctoVirtualHub
cd YoctoVirtualHub
wget https://www.yoctopuce.com/FR/downloads/VirtualHub.linux.50357.zip
unzip VirtualHub.linux.50357.zip
sudo cp 64bits/VirtualHub /usr/sbin/
sudo cp startup_script/yvirtualhub.service /etc/systemd/system/ # copy the systemd startup script on /etc/systemd/system/
sudo systemctl daemon-reload  #  reload your systemd configuration 
sudo  systemctl start yvirtualhub.service  #  ensure that you can start your script
sudo systemctl enable yvirtualhub.service # set this service to be started at boot time

Install vlc media player#

To test local videos.

sudo apt install vlc