Workshops and Class Links for Labs
May 19, 2025
Rover Build Steps - Slides
Rover Log File Bash Script - Example
wget -O rover_status_log.sh https://raw.githubusercontent.com/jimTheSTEAMClown/VIAM-Party-Rover-0/refs/heads/main/roverStatusLog_lab.sh
chmod 744 rover_status_log.sh
April 1, 2025
Review & Resources:
Python Reading Files - Slides
March 21, 2025
Review & Resources:
March 17, 2025
Review & Resources:
RGB Function example - GitHub
March 13, 2025
sudo apt install bat -y
March 12, 2025
def stop_light(_stop_light):
print(_stop_light)
def main():
print("Welcome To The STEAM Clown Makey Bot")
main()
Dictionary:
stop_light = {'red_LED' : 1, 'yellow_LED' : 1, 'green_LED' : 1}
March 11, 2025
wget Lab
sudo wget -O ./PiImageBuild/rpi_set_preferences.sh https://raw.githubusercontent.com/jimTheSTEAMClown/RaspberryPi/master/rpi_set_preferences.sh
sudo chmod 755 ./PiImageBuild/rpi_set_preferences.sh
sudo cat ./PiImageBuild/rpi_set_preferences.sh
bash ./PiImageBuild/rpi_set_preferences.sh