As well as being a fully functional computer, the Raspberry Pi is a great tool to introduce yourself to the world of electronics. Through the use of the General Purpose Input/Output (GPIO) port of the Raspberry Pi, you can connect to the external world and create electronic projects very easily.
First things first, knowledge about the GPIO (General Purpose Input Output) reference is crucial for anyone working with electronic devices or microcontrollers. GPIO pins allow these devices to interact with the external world by providing the ability to receive input signals or transmit output signals. Understanding the GPIO reference, which specifies the configuration, functionality, and electrical characteristics of each GPIO pin, enables developers and engineers to correctly interface with the hardware. Without this knowledge, the risk of making errors in hardware connections or misusing GPIO pins increases, potentially leading to malfunctioning circuits or damage to the components. Hence, familiarity with the GPIO reference is vital for successful hardware integration and smooth project development.
blinking_LED.py
To write to GPIO pins using Python, you'll first need to install the RPi.GPIO library. This library allows you to control the GPIO pins on a Raspberry Pi.
LED_button.py
To write to GPIO pins using Python, you'll first need to install the RPi.GPIO library. This library allows you to control the GPIO pins on a Raspberry Pi.
stoplight.py
screen_detection.py
To write this code using Python, you'll first need to install the library (at the moment it is only accesible in the StemX kits used to complete this task).
loops.py
variables.py
api.py
To write this code using Python, you'll first need to install the library (at the moment it is only accesible in the StemX kits used to complete this task).
api_flights.py
print(response.json())
To write this code using Python, you'll first need to install the library (at the moment it is only accesible in the StemX kits used to complete this task).
conditional_statements.py
StemX Final Project: dump1090_interactive_flights.py
To write this code using Python, you'll first need to install the library (at the moment it is only accesible in the StemX kits used to complete this task).