Skip to content
forked from PhilippCo/meas_rpi

Setup a Raspberry Pi for long term measurements

License

Notifications You must be signed in to change notification settings

cvpeck/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 these lines one after the other

sudo apt update && sudo apt -y upgrade && sudo apt-get -y install --reinstall raspberrypi-bootloader raspberrypi-kernel && sudo apt-get -y install raspberrypi-kernel-headers git
sudo reboot

After reboot log in again and paste this:

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

No packages published

Languages

  • Jupyter Notebook 94.1%
  • Shell 5.5%
  • Python 0.4%