Introduction to Raspberry Pi
What we will cover:
Introduction to the Raspberry Pi: Raspberry Pi is a series of small single-board computers developed by the Raspberry Pi Foundation. It's designed to promote basic computer science education and DIY projects, offering an affordable and accessible platform for learning coding and electronics.
Raspberry Pi Main Components: During the session we will cover the basic features such as the CPU, RAM, GPU, USB ports, HDMI output, audio output, and GPIO pins.
Models and Specification: A brief overview of the Raspberry Pi models including the Raspberry Pi 1 Model A/B/A+/B+, Raspberry Pi 2, Raspberry Pi 3, Raspberry Pi 4, and Raspberry Pi Zero.


Control an LED
Students will learn how to build a simple circuit to turn on and off an LED using the Raspberry-Pi GPIO pins.
General Purpose Input and Output (GPIO): GPIO refers to the pins on a Raspberry Pi that can be programmed to either input or output digital signals. These pins allow the Raspberry Pi to interact with external hardware components such as sensors, LEDs, motors, and more, making it versatile for a wide range applications.

Programme Traffic Lights
They participant will learn to build a traffic light sequence and how to programme them. This will give the students an understanding of real-life applications of programming. Watch the video below to see what we will create on the day of the workshop.
Programming Languages (Python and Block Programming)
Students will complete the exercise with the Scratch programming language and higher learners will also repeat the activity with Python. Scratch is an easy to use drag and drop block programming language that will help students grasp the basic concepts behind coding. During the exercises the students will learn how we can use programming languages to control the GPIO pins on the Raspberry Pi.

Higher Learners
We also provide coding workshops to college and undergraduate university students.