D4ve-R / EES-Buggy

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Buggy Project 2022

used in this project:

Preparing the Pi

  1. hook pi to router via ethernet
  2. check ip address of pi
  3. open terminal on your host and change to parent dir of EES-Buggy
# default password for pi is raspberry
scp -r EES-Buggy pi@<IPADDRESS>:~/EES-Buggy
ssh pi@<IPADDRESS>

# on rpi
cd EES-Buggy
chmod +x setUpWlan.sh
./setUpWlan.sh
  1. Disconnect pi from lan and check for raspianWifi
  2. Connect to raspianWifi with password raspberry
ssh pi@192.168.4.1

Building

wiringPi must be installed

cd EES-Buggy
make 

About


Languages

Language:C++ 94.7%Language:Makefile 2.9%Language:Shell 2.4%