Do you have a question about the Raspberry Pi B and is the answer not in the manual?
GPU | Broadcom VideoCore IV |
---|---|
RAM | 512 MB |
Audio Outputs | 3.5 mm jack, HDMI |
GPIO | 26-pin header |
Power | 5 V via Micro USB or GPIO header |
Processor | Broadcom BCM2835 |
CPU | 700 MHz ARM1176JZF-S core |
USB Ports | 2 |
Video Outputs | HDMI, Composite RCA (PAL and NTSC) |
Storage | SD card |
Ethernet | 10/100 Mbit/s |
Details GPIO pins as power or I/O, explaining input and output capabilities.
Explains the physical and BCM numbering systems used for GPIO pins.
Provides essential warnings for connecting to GPIO pins to prevent RPi damage.
Shows how to import the necessary RPi.GPIO library for Python control.
Explains setting pin numbering modes and configuring pins as inputs or outputs.
Demonstrates Python code for reading digital inputs and setting digital outputs with timing.