Week of Events
3D Printing Safety and Basic Use Training 20220824
3D Printing Safety and Basic Use Training 20220824
In this Safety and Basic Use class, learn to use a 3D printer. Become familiar with the CAD design software to create and print your own creation! CLICK HERE TO GO TO CLASS Project: 3D printed name tag Prerequisites: None Equipment access: 3D … Continue reading
QuickBooks Online Basics: via Zoom
QuickBooks Online Basics: via Zoom
Beginners class to teach QuickBooks Online Basics. Learn about: chart of accounts; financial reports; banking; invoices, payments, sales, and A/R reports; contractors (1099); bill and bill payments; mileage.
Ender Club Meeting: Scanning
Ender Club Meeting: Scanning
If you are interested in 3D printing with the Ender 3 then you are in the right place!! This club is organized to share ideas and techniques and heartaches about getting good prints with the Ender 3. There is no cost … Continue reading
Arduino Workshop August 2022
Arduino Workshop August 2022
Hands-on Arduino proto-board and coding practice. Coding of the Sumo-Bots. /*Arduino Battery Tester Created: 20/01/2016By GusModified N/ABy Gus http://arduinomylifeup.com/arduino-battery-tester*/int greenLed = 11;int yellowLed = 12;int redLed = 13; int analogValue = 0;float voltage = 0;int ledDelay = 1000;void setup(){pinMode(greenLed, OUTPUT);pinMode(yellowLed,OUTPUT);pinMode(redLed,OUTPUT);Serial.begin(9600); … Continue reading