cvpeck / meas_rpi

Setup a Raspberry Pi for long term measurements

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

License:MIT License


Languages

Language:Jupyter Notebook 94.0%Language:Shell 5.5%Language:Python 0.4%