-
Install ubuntu OS on the Raspberry Pi. Suggest ubuntu server 18.04 server.
-
Install Node.js and npm with the following commands:
sudo apt update
sudo apt install nodejs npm
- Install Node-RED globally with the following command:
npm i - g node-red
- Clone this repository locally and install the Peekaboo operators using our provided installation script:
git clone https://github.com/CMUChimpsLab/Peekaboo.git
cd Peekaboo/peekaboo-operators
bash reinstall_allnodes.sh
- Use the following command to find your Raspberry Pi's IP address:
hostname -I