Skip to content

Latest commit

 

History

History
28 lines (18 loc) · 767 Bytes

README.md

File metadata and controls

28 lines (18 loc) · 767 Bytes

CSI-Sense-Zero / RPi

Binaries, scripts and configuration files that go into the Raspberry Pi.

Tested on: Raspberry Pi Zero 2W running Raspbian OS Lite

Setting up the Pi

sudo apt update
sudo apt install --yes --no-install-recommends supervisor git raspberrypi-kernel-headers

sudo cp serialread.conf /etc/supervisor/conf.d

mkdir -p /home/pi/bin
cp serialread.sh /home/pi/bin/

cd emlog
make -j$(nproc)
sudo make install
sudo depmod

sudo echo emlog >> /etc/modules  # might need to run in root shell

sudo reboot

Communication between the CSI receiver ESP board and the Pi could be established by either UART or USB serial. You may want to configure the serialread.sh script accordingly.