Raspberry Pi Setup

From MuonPi-Wiki
Revision as of 20:37, 16 April 2020 by Lniesold (talk | contribs) (Created page with "This article will introduce to you, how to set up a Raspberry Pi from scratch with all software needed to run the detector hardware. DISCLAIMER: If not stated otherwise, this...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

This article will introduce to you, how to set up a Raspberry Pi from scratch with all software needed to run the detector hardware.

DISCLAIMER: If not stated otherwise, this tutorial is developed on Raspian 10 Buster.

Initial Setup

Next Steps

  • Enable I2C Interface: In terminal: sudo raspi-config >> Interfacing Options >> I2C>> Enable: Yes >> Reboot

Optinal

  • Enable SSH: The SSH protocol is needed to remotely communicate with the Raspberry Pi. In a terminal: sudo raspi-config >> Interfacing Options >> SSH >> Enable: Yes >> Reboot
  • Using a fixed IP address in a local network: edit the /etc/dhcpcd.conf. Use the template and uncomment the "Example Static IP Configuration" section with your desired IP address.

MuonPi Setup