Expansion Plate for Pi-Top [4]
Product Code: KT-EXP-01
Digital Ports The Digital ports are all connected to different GPIOs and the underside of the Foundation Plate shows which port is connected to which GPIOs. They're all connected directly to the Raspberry Pi pins, so if you're using the pins on the 40 pin header on the top of the pi-top[4] then they'll also be used on the Foundation Plate at the same time. If the pins or ports have secondary functions as well, they you can see them labelled as well! These ports connect up to our digital sensors in the Kit such as the LEDs, Buzzers, Switches and Ultrasound Sensors. Analogue Ports The Analogue ports are all connected to our Foundation Plate. The Foundation Plate has its own onboard ADC, much like the pi-top PROTO+, and is transmitting that data to the pi-top [4] via I2C. The Plate has a I2C Address of 0x04. The maximum voltage the ADC pins can read is 3.3 Volts. Be careful putting a voltage any larger than that through the pins as it will most likely damage the ADC pins if not they whole ADC!
All of the pins also have capacitors connected to GND.
These ports connect up to our analogue sensors in the Kit such as the Potentiometer (Variable Resistor/Pot Resistor), Light Sensor and the Sound Sensor.
I2C PortsThe I2C ports are all connected to GPIO2 (I2C_SDA) and GPIO3 (I2C_SCL). They're also all connected to one another. Remember that if you're trying to detect a device connected to the pi-top [4] using sudo i2cdetect -y 1 then you'll have to remember that the pi-top [4] Hub MCU will appear, as well as the ADC on board the Foundation Plate.IdentificationThe bottom-side of the Foundation Plate has all the port labels. The copper text on your Foundation Plate is the name of the port and the silkscreen is the GPIOs that are available on that pin.
All the Digital Ports begin with D and are connected to two GPIOs on the Raspberry Pi
All the Analogue ports begin with A and are connected to two Analogue-to-Digital pins on the MCU of the Foundation Plate
The Foundation Plate takes its 3.3V power from the pi-top[4] and has a maximum current rating of 1 A. This 3.3V supply is connected to the 3V3 supplied from the top of the pi-top [4] so be careful when drawing current from both sides.
Visit the Debug Store website for more information on Expansion Plate for Pi-Top [4]