3D Printing Workshop
We currently teach Tinkercad for 3D rendering and use designs on Thingiverse to introduce the concept of 3D objects. We use slicing software such as Cura, thinkerine, Prusa Sli3er and Prusa Control.
We aim to provide basic understanding for students about 3D rendering, and slicing using the resources stated above.
Arduino
We currently teach basic hardware programming using the Arduino Integrated Development Environment (IDE).
We teach 3 basic categories of hardware programming with the Arduino Uno:
- Sensors: light sensors, and motion sensors
- Outputs: Direct Current(DC) motors, servo motors, Light Emitting Diodes (LED)
- Switches: push buttons
Raspberry Pi
We currently teach basic hardware programming using the Python and the Raspberry Pi OS.
We teach 3 basic categories of hardware programming with the Raspberry Pi:
- Sensors: light sensors, and motion sensors
- Outputs: Direct Current(DC) motors, servo motors, Light Emitting Diodes (LED)
- Switches: push buttons
Internet Of Things(IOT)
We currently teach basic hardware programming using the Arduino Integrated Development Environment (IDE).
We teach 3 basic categories of hardware programming with the ESP 8266:
- Sensors: light sensors, and motion sensors
- Outputs: Direct Current(DC) motors, servo motors, Light Emitting Diodes (LED)
- Switches: push buttons
We are looking to further develop this to use Universal Asynchronous Receiver/Transmitter (UART) and wireless fidelity(WIFI).