Portfolio item number 1
Published:
Short description of portfolio item number 1
Published:
Short description of portfolio item number 1
Published:
Short description of portfolio item number 2 
Published in GitHub Journal of Bugs, 2024
This paper is about a famous math equation, \(E=mc^2\)
Recommended citation: Your Name, You. (2024). "Paper Title Number 3." GitHub Journal of Bugs. 1(3).
Download Paper
Published:
This is a description of your talk, which is a markdown file that can be all markdown-ified like any other post. Yay markdown!
Published:
This is a description of your conference proceedings talk, note the different field in type. You can put anything in this field.
Extracurricular, Kennedy Building - The Hackspace, 2024
This lesson aims to teach the electronic equivalent of “hello world” – blinky. We start with the basics - installing the IDE and connecting the ESP32 to the computer. We then explore the syntax and layout of a C++ program, and how to build a basic circuit to blink our LED.
Extracurricular, Kennedy Building - The Hackspace, 2024
This lesson aims to move a servo with the push of a button. We mostly focus on controlling the servos through code. As an extension, we touch on the theory behind servo control - PWM. For fun, I often bring in my oscilloscope for this class. Doing so provides a visual for all the theory, but really it is so I can show off oscilloscope music. It’s a big hit, and my favourite part of the class.
Extracurricular, Kennedy Building - The Hackspace, 2024
This lesson aims to explore the use of ultrasonic sensors. This lesson makes use of our work from lesson one. When we move our hand closer to the ultrasonic sensor, an LED will glow brighter. We also look at the physics behind the code, noting how we use the speed of sound and the time it takes for the pulse to return to calculate the distance of an object from the sensor.