Skip to content

PhilippCo/meas_rpi

Repository files navigation

Short tutorial about installing GPIB on a Raspberry Pi

The purpose of this repository is to prepare a Raspberry Pi as a GPIB controller and make this as easy as possible. The provided installation bash script will install the following things:

The linux-gpib setup is based on MiDis description on the EEVBlog Forum: https://www.eevblog.com/forum/metrology/raspberry-pi23-logging-platform-for-voltnuts/msg2008349/#msg2008349

install Raspbian

Install Raspberry Pi Image

Since some time the default user isn't 'pi' anymore. But a lot of scripts rely on paths for this user. Therefore, it is absolutely neccessary to use the username pi!

Update Raspbian and install everything you need

log in via ssh or console and just copy and paste this line

sudo apt install -y git && mkdir ~/repos && cd ~/repos && git clone https://github.com/PhilippCo/meas_rpi.git && meas_rpi/install.sh

About

Setup a Raspberry Pi for long term measurements

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors