mohdfareed / msd-p18538

Interactive Training Robot for Fire Safety
0 stars 0 forks source link

MSD P18538 - Interactive Fire Safety Training Robot

Interactive Training Robot for Fire Safety. This repository contains the software for the Raspberry Pi that controls the robot.

How to setup a new RPi device

  1. Use RaspberryPi Imager to create a loadable SD card. Choose the following options:
    • Device: Raspberry Pi 4
    • OS: Raspberry Pi OS (64-bit)
    • Device: SD Card
    • Next -> Edit Settings:
      • General:
      • Hostname: msd-p18538
      • Username: pi
      • Password: choose a secure password
      • Services:
      • Enable SSH
      • Use password authentication
  2. Connect the RPi to a monitor, keyboard, and mouse.
  3. Boot up the RPi and connect to the RIT Wi-Fi network.
  4. Open a terminal window and run the following:
export GITHUB_LINK=https://raw.githubusercontent.com/mohdfareed/msd-p18538/main/setup.sh
curl $GITHUB_LINK | bash

Requirements