slowcontrol:apfel_hv_pi
This is an old revision of the document!
APFEL/HV raspberry pi
Stand: 18/8/2021
Raspberry Pi Set up
Configuration
- Start with a raspbian image
- Set up a user with username:
pi
, and password: standardagmaas
password - To enable the I2C bus and set the correct frequency, uncomment the following line from
/boot/config.txt
dtparam=i2c_arm=on
and modify it to
dtparam=i2c_arm=on,i2c_arm_baudrate=400000
Software installation
- Create a directory
/home/pi/apfel_dev
- In that directory clone the following repositories
- Compile with
make
both repositories - Add the following lines to
/etc/rc.local
/home/pi/apfel_dev/hv_control/start_hv.sh /home/pi/apfel_dev/apfel_interface/scripts/start_apfel.sh
Service scripts
~/start_hv.sh
- If a
file not found
error appears, stop the script with^C
and start it again - APFEL server and http server start script:
~/start_apfel.sh
Note: for now use the pi only locally with keyboard and monitor…
slowcontrol/apfel_hv_pi.1629280103.txt.gz · Last modified: 2022/01/14 18:44 (external edit)