Qwiic Kit for Raspberry Pi Hookup Guide
This Tutorial is Retired!
Note: This tutorial is for the Qwiic Starter Kit for Rasberry Pi V1. For users with the Qwiic Starter Kit for Raspberry Pi V2, make sure to check out the updated tutorial.
View the updated tutorial: Qwiic Kit for Raspberry Pi V2 Hookup Guide
Contributors:
M-Short, bboyho
Python Library
We will also need to install the Qwiic Python libraries. This will automatically download a folder containing all the Qwiic_Py files and dependencies to your Raspberry Pi. Run the following command to automatically install the modules for the Qwiic sensors and micro OLED. To ensure that you are installing to the correct path for Python 3, make sure that you use pip3
.
language:bash
sudo pip3 install sparkfun_qwiic
Tip: If you need to uninstall the library and start from scratch, simply use the
uninstall
with the command: sudo pip3 uninstall sparkfun_qwiic