SVCTE Stuff...
Tuesday, March 4, 2025 - Raspberry Pi Makey Bot, Cisco Net-Academy Linux, Solder LED, Open Lab/Robot Club
Entry Ticket: (Get Logged In & Do This...)
Finish SCMakey Bot
Are You Done? Check The Assignments That Are Due... Are You Caught Up? Can You Do One Now?
Special Instructions or Announcements:
Happening Today:
Happening This Week:
Happening Next Week:
Happening Sometime In The Future (or right now or in the past):
Check out the What's Happening / Calendar Page...
Always Happening:
ISS (International Space Station)
Today's Lecture / Lab
Skills USA - What's Next
Angelinah DeLeon Santa Clara Urban Search & Rescue (Team) Gold
Kaylee Neuhaus Leland Urban Search & Rescue (Team) Gold
Noah Murillo Liberty Urban Search & Rescue (Team) Silver
Jan (Renz) Tarriela Brahnam Urban Search & Rescue (Team) Silver
William Sie Piedmont Urban Search & Rescue (Team) Bronze
Nathan Lien Leigh Urban Search & Rescue (Team) Bronze
Desmond Read Del Mar Urban Search & Rescue (Team) Advance to state
Medha Tirumalai Gunderson Urban Search & Rescue (Team) Advance to state
Makey Bot
You are going to design a small 3D Printed Robot:
See this TinkerCAD template for a SCMakeyBot-Holes. Copy and edit
You will turn in an STL file Tuesday
Raspberry Pi - Cisco NetAcademy - Linux Essentials - Let's Look Around & Intro to Linux
Learning Objectives:
The Learning objective and desired outcome is for you to enroll and start the Cisco NetAcademy Linux Essentials class
Duration: 40 + Min
Raspberry Pi - Cisco NetAcademy - Linux Essentials - Lessons & Labs:
Cisco NetAcademy - Linux Essentials
You got a Cisco NetAcademy Email invite to your my.metroed.net <-- Accept that invite
You will also need to create a NGD account. When it asks you, use your my.metroed.net account
Finish Chapter 5, then do Chapter 1 - 4
Dig Deeper:
Raspberry Pi - LED - Solder Some LED
Learning Objectives:
Solder 3 LED Stop Light LED, And RGB Eyes
Duration: 30 + Min
Raspberry Pi Hardware - LED Soldering Project:
Follow the Instructions in this presentation
Dig Deeper:
Python Challenge - Write this code
Using the past positional data, and predict future positions, create a python program which can tell me when the ISS will be over San Jose (later any location) at a specific time. For example, I want to know what day the ISS will be over head between 8:00 AM and 10:00 AM. Write a program to create a list of dates when that will happen.
ISS (International Space Station)
iCube Spinning LED Solder Kit
My Big Robotics Project List
Robot Project That Might Need A Team
Wifi In A Box
Elephant MyCobot 280 - Research
3D Print Projects
Open Lab / Robot Club
Robot Club Project - Check In #2 - How Can I Help?
Engineering Notebook - How to Document Robot Club Project
Rx - Robot Club First Project - 🎯 Professional Skill / 🛠️ LAB Activity - ⚓ Establishing
Check Your Assignments:
Are You Done? Check The Assignments That Are Due... Are You Caught Up? Can You Do One Now?
Helpful Links
Announcements:
Today?
Quick Links:
Engineering Notebook - Where Is Your Engineering Notebook?
Daily Engineering Notebook "Blog" Template <-- Copy this each day you "blog"
CTSO's: SkillsUSA HOSA - Canvas Tile
SVCTE Student Resources - Canvas Tile
What Do I Do If I'm Done With Everything?
Extra Credit:
Find the "Typos" Competition - Win Extra Credit Points for finding Typos and Broken Links
SVCTE Shadow Days Links for Stuff Like Labs
Shadow Day Links
Entry Ticket: (Get Logged In & Do This...)
- A new connectivity standard—Matter—looks set to unlock the promise of the smart home and deliver consumers more secure, reliable, and seamless experiences.
- and Sign up for.
Taipei Workshops and Class Links for Labs
Middle School - Arduino & Robot Throwing Arm, Breadboards, TinkerCAD & Flashing an LED
Workshop-2023 - Taipei - Arduino-Servo - STEAM Clown - 📰 Slides / 🛠️ LAB Activity
TinkerCAD - TinkerCAD Account Overview - 📰 Slides / 🛠️ LAB Activity
High School - Arduino & Rube Goldberg, Breadboards, TinkerCAD & Flashing an LED
Workshop-2023 - Taipei - Arduino - Rube Goldberg - STEAM Clown - 📰 Slides / 🛠️ LAB Activity
TinkerCAD - TinkerCAD Account Overview - 📰 Slides / 🛠️ LAB Activity
Grade School - Protection Against the Wind
Workshop-2023 - Taipei - Protection From The Wind - STEAM Clown - 📰 Slides / 🛠️ LAB Activity
Taipei Teacher Workshop - Stepping Into The Future
Workshop - 2023 - Taipei - Stepping Into The Future - STEAM Clown - 📰 Slides / 🛠️ LAB Activity
Golden Hand Award - Stepping Into The Future
Workshop - 2023 - Taipei - Golden Hand Award - STEAM Clown - 📰 Slides / 🛠️ LAB Activity
Workshops and Class Links for Labs
Shadow Day Labs
Breadboards, TinkerCAD & Flashing an LED
Breadboards, TinkerCAD & Flashing an LED - Breadboard & TinkerCAD Introduction - 📰 Slides / 🛠️ LAB Activity
Circuit Playground
Intro and Installing tools and IDE - - 📰 Slides / 🛠️ LAB Activity
online browser IDE - https://urfdvw.github.io/CircuitPython-online-IDE/
VIAM Rover and Server Setup
Install a Raspberry Pi 64 bit OS:
Verify and update all the Localization settings
Verify the following Interfaces are set: ssh, vnc, I2C, Serial Port, Serial Console & 1 wire
Update and Install tools and software:
Get some Shell Scripts and In a Pi console window run
cd ~
pwd
ls -l
wget -O new-pi-64bit-build-prep.sh https://raw.githubusercontent.com/jimTheSTEAMClown/VIAM-Party-Rover-0/main/new-pi-64bit-build-prep.sh
chmod 744 new-pi-64bit-build-prep.sh
If you want to run everything and not worry about what is getting installed, you can run this wget instead
wget -O new-build.sh https://raw.githubusercontent.com/jimTheSTEAMClown/VIAM-Party-Rover-0/main/new-build.sh
wget -O rpi_set_preferences.sh https://raw.githubusercontent.com/jimTheSTEAMClown/RaspberryPi/master/rpi_set_preferences.sh
chmod 744 rpi_set_preferences.sh
chmod 744 new-build.sh
./new-build.sh
The run the shell script new-pi-64bit-build-prep.sh. It will copy more shell scripts that update the tools and apps that are required or recommended for a new viam rover build.
./new-pi-64bit-build-prep.sh
This will take a few minutes to run. It's probably running update, upgrade for the first time
ls -l
The shell script rover_image_build_64bit.sh will update and upgrade, then install some apps and tools like curl, git, and the Arduino tools. Other might be installed to, so check the latest version of this shell found on my github site - rover_image_build_64bit.sh
The shell script viam-new-setup.sh will update and upgrade, then install the needed viam tools and apps, including the viam-server. Other might be installed to, so check the latest version of this shell found on my github site - viam-new-setup.sh
./rover_image_build_64bit.sh
./viam-new-setup.sh
Now go to the Viam Rover site: https://app.viam.com/robots
SVCTE Shadow Days Links for Stuff Like Labs