Preassembled 40-pin Pi Wedge Hookup Guide
Contributors:
Byron J.
Resources and Going Further
If you want more detailed information about the Wedge and the interfaces it breaks out, check out the following materials:
- To take a closer look at programming for the I/O on a Pi, in both Python and C, take a look at our Raspberry gPIo tutorial.
- If you want to use the synchronous serial interface broken out by the wedge, you can learn more in out I2C & SPI tutorial
- The design files for the PCB, and some WiringPi software examples can be found in the 40-pin Pi Wedge GitHib repository.
Raspberry gPIo
How to use either Python or C++ to drive the I/O lines on a Raspberry Pi.
Raspberry Pi SPI and I2C Tutorial
Learn how to use serial I2C and SPI buses on your Raspberry Pi using the wiringPi I/O library for C/C++ and spidev/smbus for Python.
Python Programming Tutorial: Getting Started with the Raspberry Pi
This guide will show you how to write programs on your Raspberry Pi using Python to control hardware.
Python GUI Guide: Introduction to Tkinter
Tkinter is the standard graphical user interface package that comes with Python. This tutorial will show you how to create basic windowed applications as well as complete full-screen dashboard examples complete with live graph updates from matplotlib.
Looking for more inspiration? Check out these other Rasperry Pi tutorials:
Pi Servo Hat Hookup Guide
This hookup guide will show you how to connect and use the Pi Servo Hat in a project.
Headless Raspberry Pi Setup
Configure a Raspberry Pi without a keyboard, mouse, or monitor.
Qwiic Distance Sensor (VL53L1X, VL53L4CD) Hookup Guide
The Qwiic Distance Sensor - VL53L1X is a time of flight sensor that is capable of several modes, as well as having a range of 4M. It's cousin VL53L4CD is also a time of flight sensor with similar characteristics but it has a range of about 1.3M. Let's hook it up and find out just how far away that thing over there is.
Setup and Using MicroPython for Beginners
In this tutorial, our goal is to help guide you through using MicroPython on a microcontroller unit or Linus SBC, setting up and running mpremote, and getting started with three different development environments
For more information about the Raspberry Pi B+ and the software described here, please visit their sites.
- The Raspberry Pi Foundation
- The Pi Foundation's B+ Addons forum.
- The Pi Foundation's GitHub repository for the Raspberry Pi B+ HATs.
- The eLinux.org Raspberry Pi peripherals guide
- WiringPi
- RPi.GPIO module
- Some notes about increasing the available current from the B+ USB ports.
If you have any problems or questions, our technical support department can help. Please don’t hesitate to contact us. We also love to hear about your projects!