COMPUTER PROGRAMMING FUNDAMENTALS
RASPBERRY PI PROJECT IDEAS
Question
[CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
|
|
GPIO Pins
|
|
the SD cards
|
|
The USB ports
|
|
the camera
|
Detailed explanation-1: -The GPIO pins are one way in which the Raspberry Pi can control and monitor the outside world by being connected to electronic circuits. The Pi can control LEDs, turning them on or off, drive motors, and interact with many other objects.
Detailed explanation-2: -GPIO stands for General Purpose Input/Output. It’s a standard interface used to connect microcontrollers to other electronic devices. For example, it can be used with sensors, diodes, displays, and System-on-Chip modules.
Detailed explanation-3: -The Raspberry Pi has two I2C connections at GPIO 2 and 3 (SDA and SCL) are for I2C0 (master) and physical pins 27 and 28 are I2C pins that enable the Pi to talk to compatible HAT (Hardware Attached on Top) add on boards.