On new fresh Raspberry Pi run
cat basic.sh | ssh pi@raspberrypi.local
WIFI_SSID="my-rpi3"
WIFI_PASSWORD="my-rpi3-password"
WIFI_NETWORK="192.168.33"
git clone https://github.com/lhost/rpi-scripts.git
cd rpi-scripts
./rpi3-install.sh
For LCD manual steps are required. Depends on model of your LCD display.
Configure you Wifi network parameters and run
./wifi-access-point.sh
If you like to turn you RPi into remote control of your robots, run this command:
./nodemcu-webdriver.sh
This will install:
- RabbitMQ server with MQTT plugin enabled
- nginx (as reverse proxy) with the following proxy: -- http://your.raspberry.pi/rmq --> port 15672 (RabbitMQ web interface) -- http://your.raspberry.pi/robot/ --> port 4999 (web joistick - webdriver)