Week of Events
Ender Club Meeting: Lithophane Clinic
Ender Club Meeting: Lithophane Clinic
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
Vinyl Cutter & Heat Press: Safety & Basic Use Class
Vinyl Cutter & Heat Press: Safety & Basic Use Class
In this Safety & Basic Use class, you’ll learn all the basics of using our computer-controlled (CNC) vinyl cutter and heat press to add your own graphic designs to shirts, blankets, flags, bags and more! Use this for hobby work or to … Continue reading
Arduino Workshop September 2022
Arduino Workshop September 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