Maker.io main logo

Qwiic Kit for Raspberry Pi V2 Hookup Guide

2023-06-13 | By SparkFun Electronics

License: See Original Project Displays Single Board Computers Wifi Wireless

Courtesy of SparkFun

Guide by M-SHORT, BBOYHO

Introduction

Note: This tutorial is for the Qwiic Starter Kit for Raspberry Pi V2. For users with the Qwiic Starter ‎Kit for Raspberry Pi V1, make sure to check out the older tutorial.

Welcome to the Qwiic Kit for Raspberry Pi V2 hookup guide. Here we are going to get started with ‎some of the basics surrounding I2C and Python on your Raspberry Pi. Don't worry, we've done ‎most of the work with the Python Libraries we've written for the boards in our Qwiic Kit. This kit ‎should help you get started whether you just want to get data and display it on your Pi, display it on ‎our OLED screen, or post it to the Internet.‎

SparkFun Qwiic Starter Kit for Raspberry Pi

Required Materials

To follow along with this tutorial, you will also need a few pieces of hardware listed in the Wishlist. ‎You may not need everything though depending on what you have. Add it to your cart, read ‎through the guide, and adjust the cart, as necessary.‎

Qwiic Starter Kit for Raspberry Pi V2 Wishlist SparkFun Wish List

VIEW QWIIC STARTER KIT FOR RASPBERRY PI V2 WISHLIST ON SPARKFUN.COM

Raspberry Pi

Single board computers with the Raspberry Pi 40-pin GPIO header will work. We'll be using a ‎Raspberry Pi throughout this tutorial. If you have not worked with a Raspberry Pi, we recommend ‎getting started with the Raspberry Pi desktop or starter kit. Below are a few options from the catalog.‎

Optional Materials

You have several options when it comes to working with the Raspberry Pi. Most commonly, the Pi is ‎used as a standalone computer, which requires a monitor, keyboard, and mouse (listed below). To ‎save on costs, the Pi can also be used as a headless computer (without a monitor, keyboard, and ‎mouse). This setup has a slightly more difficult learning curve, as you will need to use ‎the command-line interface (CLI) from another computer.‎

Suggested Reading

Before you get started, I recommend taking a look at some of our other tutorials and familiarizing ‎yourself with some of these topics. We will end up working with the Raspberry Pi, Python ‎programming language, and MQTT protocol to send data over the Internet.‎

python_1

Qwiic Connect System

SparkFun's Qwiic Connect System is a quick and easy way to connect I2C devices to your ‎microcontroller. Because our Qwiic boards use a 4-pin JSH-SH connector, you don't need to solder. ‎You just need a cable to connect your modules. The connector is polarized meaning you can't plug ‎it in wrong. Additionally, you can daisy chain all your boards together.‎

qwiic_2

Qwiic Connect System

I2C is a protocol that has been around for a while, it has a few advantages such as each device ‎being on the same bus but each having a unique address. Messages are sent back and forth with ‎an address and only the device with the correct address listens to the message. This is why we are ‎able to daisy chain our sensors. Currently, a large number of sensors we find communicate over I2C, ‎but what about the ones that don't? Well, some of our Qwiic board use other types of sensors and ‎have a small microcontroller that reads the data and then outputs via I2C, so in other words you can ‎make anything you want to be I2C. One thing to note is that each item on the bus must have its own ‎address. Some sensors will have jumper pads that let you change the address (you usually have 2 ‎or 4 options if this is the case), but not all do. This might make it difficult to have a lot of one sensor ‎in a chain unless you have a dedicated I2C mux.

 

nosoldering_3

Qwiic cables (4-pin JST) plug easily from development boards to sensors, shields, accessory ‎boards and more, making easy work of setting up a new prototype.‎

polarized_4

There's no need to worry about accidentally swapping the SDA and SCL wires on your breadboard. ‎The Qwiic connector is polarized so you know you’ll have it correctly wired every time, right from ‎the start.‎

daisy_5

It’s time to leverage the power of the I2C bus! Most Qwiic boards will have two or more connectors ‎on them, allowing multiple devices to be connected.‎

The Qwiic Connect System is designed to keep your projects moving. If you have I2C sensors that ‎don't have a Qwiic connector on them, check out our Qwiic adapter. You might have to write your ‎own Python library, but at least we've made the connection easier for you.‎

Hardware Overview

Revision Changes: With the revision from the initial release of the SparkFun Qwiic Starter Kit for ‎Raspberry Pi, we have swapped out an individual board inside the kit, listed below. At the time of ‎writing, we used the Qwiic pHAT v1.0. The Qwiic pHAT v2.0 is functionally the same with additional ‎features. Unfortunately, the CCS811 is EOL so the Environmental Combo Breakout ‎CCS811/BME280 was removed from V2. Thus, a similar sensor (SGP40) was added. Since the ‎BME280 is also broken out on the Atmospheric Sensor Breakout, it was also included in the kit.‎‎

table_6

Please refer to the following pictures if you are unsure.

kit21285

KIT-21285

kit16841

KIT-16841

kit15367

KIT-15367

The hardware we are using for this kit (other than the Pi) is the Qwiic pHAT V2.0 which provides a ‎Qwiic connector to your Raspberry Pi. This enables you to easily connect a variety of Qwiic-enabled ‎Devices easily such as the Proximity Sensor Breakout- VCNL4040, Atmospheric Sensor Breakout - ‎BME280, Air Quality Sensor - SGP40, and Qwiic micro OLED breakout.‎

proximity_8

Proximity and Light Sensor(VCNL4040)

temp_9

Temperature, Humidity, and Barometric Pressure Sensor(BME280)

air_10

Air Quality Sensor(SGP40)

micro_11

MicroOLED Display

Hardware Hookup

Let's start with connecting the pHAT. The pHAT should fit on the Raspberry Pi like most Pi HATs, ‎but it should also fit on compatible boards such as the Nvidia Jetson Nano, the Google Coral board, ‎and others that use the standard 2x20 GPIO header. It will even work on the Raspberry Pi Zero W. ‎Just line up the headers and connect the pHAT to your Raspberry Pi. If you have more questions ‎on the Qwiic pHAT check out the hookup guide for more information.

hat_12

Next, we are going to connect our boards. We've given you a selection of different cable lengths to ‎let you configure your boards however you like. So go ahead and daisy chain all your boards ‎together (while you only need 1x Qwiic connector on the pHAT, you can use as many as you'd like). ‎It doesn't matter which order you connect them in (or which of the connectors on the board you ‎use), as long as they all have a path to the Pi. Keep in mind that these cables are polarized and ‎should only go in one direction (don't force it to go in the wrong direction). Your setup should look ‎similar to the image below with the Qwiic-enabled devices daisy chained and stacked on a ‎Raspberry Pi. Of course, you could also connect each board to each Qwiic connector as well.

chain_13

When you are ready, connect the power supply and any peripherals (i.e., HDMI monitor, keyboard, ‎mouse, etc.) to the Raspberry Pi.‎

Note: Make sure to watch where you place the Atmospheric Sensor - BME280. The sensor ‎readings can be affected by the heat from the Raspberry Pi and can skew the ambient temperature ‎sensor readings. If you are looking to measure the ambient temperature of the room, make sure to ‎add some space between the Raspberry Pi and BME280.‎

Configure Your Pi

We are going to assume you already have a Raspberry Pi up and running with Raspbian. We'll also ‎assume that it is connected to the Internet. If not, check out our starter kits and tutorials on setting ‎up a Raspberry Pi.‎

hardware_14

Raspberry Pi 4 Kit Hookup Guide

Guide for hooking up your Raspberry Pi 4 Model B basic, desktop, or hardware starter kit together.‎

Make sure to update the image so that we have the latest distribution. Enter the following ‎commands in the command line individually to update your image.‎

Copy Code
sudo apt-get update
sudo apt-get dist-upgrade

Note: sudo stands for "Super User Do", it is a way to give you superuser powers from the ‎command line. Be careful whenever using sudo.

User Configuration Settings

Once you are set up, I highly recommend changing your password. At this point, we are going be ‎dealing with the Internet of things and don't want unsavory characters sneaking into your system ‎using the default login: (username: pi, password: raspberry).‎

The raspi-config tool is a quick way to change your password as well as setup the network, ‎language, keyboard, etc. Type the following command using the command line and then go through ‎the menus to update your information.‎

Copy Code
sudo raspi-config

You'll want to enable the I2C pins using the tool to read the sensors on the I2C bus.‎

enable_15

Raspi-config for I2C

Note: The previous Qwiic Kit for Raspberry Pi included the CCS811 which required you to use I2C ‎clock stretching.

Note: Here are some more resources on setting up a Raspberry Pi including how to connect to the ‎Pi through a serial connection as well as VNC into the Pi remotely. This can be handy if you want to ‎update things in the future without having to lug out an extra monitor, keyboard, and mouse.

SD Cards and Writing Images: How to upload images to an SD card for Raspberry Pi, ‎PCDuino, or your favorite SBC.‎

Getting Started with the Raspberry Pi Zero Wireless: Learn how to setup, configure, ‎and use the smallest Raspberry Pi yet, the Raspberry Pi Zero - Wireless.‎

Headless Raspberry Pi Setup: Configure a Raspberry Pi without a keyboard, mouse, or ‎monitor.‎

How to Use Remote Desktop on the Raspberry Pi with VNC: Use RealVNC to ‎connect to your Raspberry Pi to control the graphical desktop remotely across the network.‎

Python

Notice: This tutorial was written with Raspbian version "June 2019", Python version 3.7.3, and pip ‎‎19.1.1 for Python v3.7. Other versions may affect how some of the steps in this guide are ‎performed.‎

Python is a great language, we actually have a great tutorial on getting started with Python ‎programming on a Raspberry Pi that covers everything from picking an editor and getting the code ‎to run, to syntax and error messages. I highly recommend reading it if you plan on writing your own ‎code. If you just plan on running the example code and maybe making a few changes, we'll go ‎through a few basic things here.‎

tutorial_16

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.‎

Indentation

In many programming languages, we indent things to make things easier to read. In Python, those ‎indents are part of the code. Instead of putting brackets around your loop or if() statements, you ‎just indent that entire chunk with a leading whitespace. In other words, you have to make sure your ‎indents are correct. I also recommend not using your keyboard's TAB button to indent as various ‎programs will read it differently (and usually incorrectly).‎

Commenting

Another thing to keep in mind is comments. In Python, the symbol "#" is used to denote that the line ‎is a comment. Unlike many other languages there is no official multi-line comment available. So, ‎you'll just have to get use to typing # for each line when writing large comments.‎

Python Versions and Installing PIP

There are 2 commonly used Python versions. Even after Python 3 came out many people ‎continued to use 2.7 for many years. Part of the reason is that Python 3 improved on some things ‎and in the process made it not backwards compatible. For our example we will be using Python 3.7 ‎‎(and the code will not run on 2.7). To see what version of Python your Pi is using, open a command ‎line and type each of the following commands individually to check.‎

Copy Code
python --version
python -m pip --version

If you are not using Python 3, then we'll need to open the *.bashrc file and add an alias.‎

First, you will need to update the python installation package by running the following command to ‎install pip for Python 3. Execute the following commands.‎

Copy Code
sudo apt-get install python3-pip

Type the following command to open the file.‎

Copy Code
nano ~/.bashrc

Then add the following lines at the end. That should tell the computer whenever you want to ‎run python to look for the file located at /usr/bin/python3.‎

Copy Code
alias python='/usr/bin/python3'
alias pip=pip3

putty_17

To exit nano type CTRL + X and then hit Y when it asks you if you want to save and then ENTER. You ‎can now either reboot or type the following to force the Pi to run the */.bashrc file again.‎

Copy Code
source ~/.bashrc

Once adjusted, type the following command to ensure that pip is up to date.‎

Copy Code
python -m pip install --upgrade pip

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.‎

Copy Code
sudo pip3 install sparkfun_qwiic

Tip: If you need to uninstall the library and start from scratch, simply use the uninstall with the ‎command. This is also for users that have the libraries installed and what to "upgrade" to the latest ‎versions.‎‎ ‎

Copy Code
sudo pip3 uninstall sparkfun_qwiic

Setting Up MQTT and Cayenne

MQTT is a messaging protocol that works great for IoT devices. Devices can post to a topic, and/or ‎subscribe to a topic to receive information. Alex wrote a tutorial all about MQTT, which is a great ‎read if you are unfamiliar with MQTT. Amongst other things, our setup is going to act as an MQTT ‎client and publish information to an online service called Cayenne.‎

mqtt_18

Introduction to MQTT

‎An introduction to MQTT, one of the main communication protocols used with the Internet of ‎Things (IoT).‎

Cayenne

What is Cayenne? Cayenne is a product from myDevices that allows you to not only display data on ‎a dashboard but also set up triggers, monitor devices, control devices, etc. You can view your ‎home's temperature remotely from their site (or app), but you can also tell it to text you when the ‎temperature goes below 40 so you can figure out why your furnace isn't working. But don't worry, ‎none of the exercises in this tutorial require you to give myDevices any money (or even a credit ‎card).‎

logos_19

Cayenne and myDevices Logos Courtesy of myDevices

If you have not already, the first thing to do is make an account. Head over to Cayenne to sign up ‎by clicking on the link below using one of the Raspberry Pi's Internet browsers. If you have an ‎account, just make sure to login in.‎

LOG IN WITH CAYENNE

Once you have an account, we're going to start by setting up the Raspberry Pi. This is a good ‎introduction that provides you with some information on your Pi (RAM usage, temperature, network ‎speed). It also allows you to remotely reset or shutdown you Pi, toggle I/O pins and even give you ‎the IP address of your Pi. That is one of the nice things about Cayenne, it doesn't define devices ‎based on IP address or network. You provide a small script, and your Pi basically tells Cayenne ‎where it is. This is helpful if you lose power, reset your device etc., and need to know the IP ‎address to log back in remotely.‎

Adding a Device in Cayenne

You'll be greeted with a few devices. Select the Raspberry Pi.‎

Qwiic_Pi_Cayenne_20

You'll be prompted with an image of the Raspberry Pi before continuing on. Hit on the next button.‎

Set_Up_Your_Pi_Cayenne_21

You'll be provided with a few options. We'll be following option 2. Follow the instructions provided ‎‎(Cayenne has very good instructions in when setting up your Raspberry Pi).‎

terminal_22

At this point you should have a working Cayenne account. Type (or copy and paste using your ‎mouse's right click) the first command and hit the ENTER button. The command will begin executing. ‎When it is done, type (or copy and paste) the second command and hit the ENTER button. The ‎process may take a few minutes. When the command is finished executing, your Raspberry Pi will ‎automatically restart.‎

After the reboot, open the browser back up and head back to Cayenne. Next, go back to adding a ‎new device or widget. This time you are going to select the blue "Bring Your Own Thing" button.‎

newdevice_23

This will provide you with your MQTT username, password, and client ID, as well as the server ‎information for our project. We'll use this information later. You might want to do this on your Pi ‎which will make it easier to copy and paste these values into your code.‎

Example Code

We've written some example code to read the sensor data and display a few sensor values to the ‎micro-OLED. In your terminal window, type the following to download the demo code from ‎the GitHub repository.‎

Copy Code
git clone https://github.com/sparkfun/Qwiic-Kit-for-Pi.git

Then navigate to folder by typing the following command in the command line.‎

Copy Code
cd Qwiic-Kit-for-Pi/v2

command_24

You can also navigate to the folder /home/pi/Qwiic-Kit-for-Pi/v2 to open the example in your ‎favorite Python editor. In this case, we use opened the code in the Thonny editor.‎

editor_25

We recommend opening the example code in a Python editor to follow along before running the ‎demo.‎

Reading the Sensor Data

Now that we have everything physically hooked up and ready to go, we can set up our sensors and ‎start reading data. First, the code will need to run through the condition statement to give the ‎sensor values some time to take samples from the environment. At the top of the code, we set up a ‎flag (i.e., initialize) and counter (i.e., n) to keep track of whether or not we have just started the ‎Python script. Further down in the main code under the for loop, we'll take a few readings over a ‎certain period of time. Once we have taken a few values, we'll update the flag so that we can take ‎the reading once through the for loop. The variable u is used as a counter for logging data with ‎Cayenne after a certain period of time later on in the code.‎

Copy Code
#These values are used to give BME280 and SGP40 some time to take samples and log data to Cayenne
initialize=True
n=2
u=0
.
.
.

if initialize==True:
print ("Initializing: BME280 and SGP40 are taking samples before printing and publishing data!")
print (" ")

else:
#print ("Finished initializing")
n=1 #set n back to 1 to read sensor data once in loop

for n in range (0,n):
#print ("n = ", n) #used for debugging for loop
.
.
.

#Give some time for the BME280 and SGP40 to initialize when starting up
if initialize==True:
time.sleep(10)
initialize=False

Reading the Sensors Values

Python does not require you to initialize and type your variables, we just get to go ahead and use ‎them. We've highlighted most of the user functions in the main code under the for loop below as ‎well as a few of the configuration functions.‎

Copy Code
            #Proximity Sensor variables - these are the available read functions
proximity = prox.get_proximity()
ambient = prox.get_ambient()
white = prox.get_white()
close = prox.is_close()
.
.
.

#BME280 sensor variables
pressure = bme.get_reference_pressure() #in Pa
altitudef = bme.get_altitude_meters()
humidity = bme.read_humidity()
tempf = bme.get_temperature_fahrenheit()
.
.
.


#SGP40 sensor variable
voc_index = my_sgp40.get_VOC_index()
.
.
.

Now that we've read all our data, let's figure out what we want to do with it all. Our different outputs ‎will each display a different set of variables based on the application. Feel free to comment out any ‎variables you are not using in your code using a "#" or choose to display different variables. The ‎actual code has a lot more variables and functions listed that you probably won't need.‎

Displaying Data to Your Pi

Once we've read the data from the 3 sensors it is time to display that information on the Pi's ‎console, the OLED screen, and send the information to be displayed by Cayenne.‎

Let's dig into the code a bit deeper. This section goes over how to send the serial data to your ‎Raspberry Pi's terminal window. The output can be displayed through a Python Editor's console.‎

running_26a

Running Demo via Command Line

running_26b

Running Demo via Thonny Editor

Comments and Libraries

Starting at the very first line you'll see a line of code that looks like a comment (comments start ‎with #). This line actually tells us that we will by using Python 3 which is what is used for the Qwiic ‎Pi libraries. After the header comment is a line to import a few libraries to help us keep things clean ‎between Python 2 and Python 3. Next, we are going to add in a few libraries including an MQTT ‎client, our Qwiic library, the time library, and the system library.‎

Definitions

If you scroll down a bit, you'll, see our Qwiic board definitions. As we add more libraries, you'll want ‎to periodically download those updates, each sensor has its own *.py file or module. Inside that file ‎you should find the class definition as well as all the functions. We can then setup that device in our ‎code (the example code has already done this, but if you want to add new sensors from new ‎libraries, you'll need to do this yourself). Don't forget the begin() call to get your sensor up and ‎running.‎

Then we get to the main part of our code, which is in a while() loop. This will loop forever (unless ‎we exit out). Here is where we define and read the variables from the sensors as we talked about ‎earlier. We do this every time through the loop, so we always have new data. Next, we'll get into ‎printing the data to the screen. We've selected some of the variables to print out as well as the time. ‎When you run this code, this information will all display on the console.‎

Copy Code
#printing time and some variables to the screen
#https://docs.python.org/3/library/time.html
#print (time.strftime("%a %b %d %Y %H:%M:%S", time.localtime())) #24-hour time
print (time.strftime("%a %b %d %Y %I:%M:%S%p", time.localtime())) #12-hour time

print ("BME280 \t | Temperature: %.1f \xb0F" %tempf)
#print ("BME280 \t | Temperature: %.1f \xb0C" %tempc)
print ("BME280 \t | Humidity: %.1f %%RH" %humidity)
print ("BME280 \t | Pressure: %.2f hPa" %(pressure/100))
#print ("BME280 \t | Altitude: %.2f m" %altitudem)
print ("BME280 \t | Altitude: %.2f ft" %altitudef)

print ("VCNL4040 | Distance Value: %.2f " %proximity)
print ("VCNL4040 | Ambient Light: %.2f" %ambient)

print ("SGP40 \t | VOC Index: %.2f" %voc_index)

print (" ") #blank line for easier readability

Displaying Data to Your OLED

Next, we are going to look at the Qwiic micro-OLED screen. The OLED module should have the ‎same functions as our OLED Arduino library, but they might look a bit different for Python. Let's ‎start with a few basic commands...‎

micro_27

Qwiic micro–OLED Before Connecting to a Raspberry Pi

Initializing the Micro OLED

We start by defining our OLED screen like we did with our sensors at the top of the code as well as ‎run the initialization.‎

Copy Code
oled = qwiic.QwiicMicroOLED()
oled.begin()

Clearing the Screen

Next, we are going to clear the screen. This actually will clear the entire buffer.‎

Copy Code
oled.clear(oled.ALL)

Then we can display the cleared screen. This will display what is in the buffer which at this point is ‎nothing.‎

Copy Code
oled.display()

Font Size

Next, we can set the font type. The module comes with 4 different fonts. Unless you just need to ‎display 2-3 digits, I recommend sticking with font 0 or font 1 as they will give you enough room to ‎display a few lines of information. This is the end of the commands we'll use to setup the screen at ‎the beginning of the code.‎

Copy Code
oled.set_font_type(1)

Setting Cursor Position

When we are ready to actually print to the screen, we'll set the cursor to the top left.‎

Copy Code
oled.set_cursor(0,0)

Printing

Then we can print some text. When we print the temperature, we don't want to print all the decimal ‎places, partly because the limit of the screen size. The "int" command takes the tempf variable and ‎gives us an integer and then we can print that.‎

Copy Code
oled.print("Tmp:")
oled.print(int(tempf))

If we want, we can move the cursor to a different line, print more data, etc.‎

Displaying

Finally, we will want to display all of this to the screen.‎

Copy Code
oled.display()

Also, keep in mind you might want to add delays when using an OLED screen so that the ‎information isn't flickering too fast. In this case, we already have a 5 second delay each time ‎through the loop so we should be fine.‎

Because we already have the variables setup, we just need to pick a few we think would be useful ‎and print them to our OLED display. We can get about 3 lines of code here comfortably, but you ‎might want to change the font type and just display temperature so that you can view it from more ‎than 12 inches away. Of course, you could also adjust the size of the font to 0 and line spacing to ‎read more sensor readings. However, it will be harder to read on the small screen.‎

More with Cayenne

Now let's look at the Cayenne part of our code. Sending data to the service will enable you to view ‎the sensor readings on the Cayenne's dashboard.‎

sending_28

Credentials

Let's start with the definitions. Remember the username, password, and client ID we got earlier? ‎We are going to copy and paste these into the code for the respective username, password, ‎and clientid. Now our code knows not only to post to Cayenne, but who's account and what ‎project this is for.‎

Copy Code
username = "______ENTER_MQTT_USERNAME____"
password = "______ENTER_MQTT_PASSWORD____"
clientid = "___ENTER_CAYENNE_CLIENTE_ID___"
mqttc=mqtt.Client(client_id = clientid)
mqttc.username_pw_set(username, password = password)
mqttc.connect("mqtt.mydevices.com", port=1883, keepalive=60)
mqttc.loop_start()

Topics

Next, we are going to setup our topics. Topics are how MQTT keeps track of what is what. Each ‎topic gets a different channel which is the number at the end of the line. Otherwise, the code is ‎exactly the same for each topic name. We just need to figure out once at the beginning what pieces ‎of data we want to send.‎

Copy Code
#set MQTT topics (we are not setting topics for everything)
topic_bme_temp = "v1/" + username + "/things/" + clientid + "/data/1"
topic_bme_hum = "v1/" + username + "/things/" + clientid + "/data/2"
topic_bme_pressure = "v1/" + username + "/things/" + clientid + "/data/3"
topic_bme_altitude = "v1/" + username + "/things/" + clientid + "/data/4"

topic_prox_proximity = "v1/" + username + "/things/" + clientid + "/data/5"
topic_prox_ambient = "v1/" + username + "/things/" + clientid + "/data/6"

topic_sgp40_voc_index = "v1/" + username + "/things/" + clientid + "/data/7"‎

Publishing Sensor Data to the Cloud

Once in the main part of the code, we are going to publish data to each of those topics so Cayenne ‎will see this. You'll notice we are using the topics we set up earlier, as well as setting the payload to ‎the variable we want to send with it. We will send this when the counter reaches about 900. This is ‎about 15 minutes assuming that we set the delay to 1 second ( i.e., time.sleep(1), which is not ‎shown below) so that we utilize the Cayenne service as necessary and to make it easier to handle ‎our data over a long period of time.‎

Copy Code
if u==900:
#send data every 15 minutes to Cayenne, 15 minutes => ~900 seconds; u=900
#publishing data to Cayenne (we are not publishing everything)
mqttc.publish (topic_bme_temp, payload = tempf, retain = True)
mqttc.publish (topic_bme_hum, payload = humidity, retain = True)
mqttc.publish (topic_bme_pressure, payload = pressure, retain = True)
mqttc.publish (topic_bme_altitude, payload = altitudef, retain = True)

mqttc.publish (topic_prox_proximity, payload = proximity, retain = True)
mqttc.publish (topic_prox_ambient, payload = ambient, retain = True)

mqttc.publish (topic_sgp40_voc_index, payload = voc_index, retain = True)
u=0 #reset to 0 to begin logging data after another 15 minutes

Let's Run the Code Already!‎

OK, now that we've updated our code to submit data to our Cayenne account and figured out which ‎variables we want to send where we can run the code. Make sure you save your code (with your ‎Cayenne account information and any other changes you wanted to make). Then open a terminal ‎window and navigate to the folder where your code is if you have not already. Type the following ‎command and ENTER to run the script. Our code actually runs a loop until we decide to cancel the ‎program CTRL + C.‎

Copy Code
python qwiic_kit_for_pi_demo.py

editor_29

Or hit the Run button in your Python editor to start executing the script. To stop, simply click on ‎the Stop button with your mouse.‎

stop_30

Assuming you don't get any errors, you should see some of the sensor data displayed on your ‎screen.‎

demo_31a

Running Demo via Command Line

demo_31b

Running Demo via Thonny Editor

If you look at the microOLED, you will also notice some of the BME280 sensor data on the display.‎

data_32

Note: If you do not give the sensors enough time to start, the output for the BME280 and SGP40 ‎may appear to be incorrect. ‎

Copy Code
Tue Dec 20 2022 03:49:31PM
BME280 | Temperature: 76.2 °F
BME280 | Humidity: 12.3 %RH
BME280 | Pressure: 1013.25 hPa
BME280 | Altitude: -5256.14 ft
VCNL4040 | Distance Value: 1.00
VCNL4040 | Ambient Light: 602.00
SGP40 | VOC Index: 96.00

You'll notice that the pressure and altitude may be off by about 40,000 Pa and 10,000 ft, ‎respectively. This is normal. You'll need to give the sensors a few seconds to take readings from ‎the environment. Note that the output for the altitude in feet is calculated from the (barometric) ‎pressure measurement to report the equivalent pressure altitude based on an atmospheric model. ‎If you want more details on this subject, look into how an altimeter works. ‎

The SGP40 will take longer for the sensor values to stabilize. For the best results, let the SGP40 ‎run for 24hrs to generate a "history" of the average VOC gas concentration in the room. For more ‎information on the SGP40, check out the SGP40 datasheet, Sensirion VOC Index for ‎Experts, Sensirion SGP40 Design In Guide, and SGP40 Quick Testing Guide.‎

You will also start seeing the green boxes popping up on Cayenne as well so you can add them to ‎your dashboard and move them around.‎

dashboard_33

Congratulations, you now know how to read Qwiic sensors on a Pi, display data to your Pi, display ‎data on the Qwiic micro-OLED screen, and get that information to display on the web. Try adjusting ‎the code to send data to the web at a slower rate or calibrate the sensor readings for stable ‎readings. Keep checking the Qwiic_Py repo for more Python libraries for our Qwiic boards or write ‎your own and start experimenting.‎

Customizing Data on Cayenne's Dashboard

Once Cayenne sees this data, you should get a green box pop up on your Cayenne dashboard. ‎Click the "+" in the upper right-hand corner to permanently add it to your dashboard. By default, the ‎values will be displayed with the associated channel. You will need to head into the settings and ‎assign a name to be displayed for each channel in order to easily read the sensor data. You can ‎also assign an icon to the channel, drag, and drop widgets, and resize each window if you prefer.‎

custom_34

After customizing according to your personal preference, the channels may look similar to the ‎image below.‎

channels_35

Triggers and Notifications

While we are not going to go into this in this tutorial, Cayenne will also let you setup triggers and ‎other things to text you, email you, or change things on any of your other devices (such as turn on ‎an I/O pin on the Pi). You can start playing with Cayenne and its various features. Just make sure ‎you don't overwhelm your inbox with notifications by sending texts 100 times per second.‎

trigger_36

Troubleshooting

Not working as expected and need help? ‎

If you need technical assistance and more information on a product that is not working as you ‎expected, we recommend heading on over to the SparkFun Technical Assistance page for some ‎initial troubleshooting.

SPARKFUN TECHNICAL ASSISTANCE PAGE‎

If you don't find what you need there, the SparkFun Forums are a great place to find and ask for ‎help. If this is your first visit, you'll need to create a Forum Account to search product forums and ‎post questions.

SPARKFUN FORUMS

Below are a few additional troubleshooting tips and tricks when using the Qwiic devices with a ‎single board computer.‎

The Demo Code is Not Running

If you are having trouble running the demo code, there are a few reasons why the Python script ‎may not be executing. Below are two common reasons why the demo code may not be running.‎

Library Not Installed

If the libraries are not installed properly, you may receive an error similar to the output below when ‎trying to execute the Python script:‎

Copy Code
 Traceback (most recent call last):
File "./qwiic_kit_for_pi_demo.py", line 24, in <module>
import qwiic
ImportError: No module named 'qwiic'

The ImportError indicates that the module(s) was not installed properly. Make sure that the Python ‎modules are installed on the Pi in order to run the demo.‎

I2C Bus Not Turned On

If you receive an error similar to the one below, there may be something with the interface settings ‎for the I2C bus.‎

Copy Code
Error:  Failed to connect to I2C bus 1. Error: [Errno 2] No such file or directory
Error connecting to Device: 60, 'NoneType' object has no attribute 'write_byte'
Error: Failed to connect to I2C bus 1. Error: [Errno 2] No such file or directory
Traceback (most recent call last):
File "/home/pi/Qwiic-Kit-for-Pi/qwiic_kit_for_pi_demo.py", line 50, in <module>
bme.begin()
File "/home/pi/.local/lib/python3.7/site-packages/qwiic_bme280.py", line 160, in begin
chipID = self._i2c.readByte(self.address, self.BME280_CHIP_ID_REG)
File "/home/pi/.local/lib/python3.7/site-packages/qwiic_i2c/linux_i2c.py", line 142, in readByte
return self.i2cbus.read_byte_data(address, commandCode)
AttributeError: 'NoneType' object has no attribute 'read_byte_data'

The Error: Failed to connect to I2C bus 1. Error: [Errno 2] No such file or directory at ‎the beginning of the error indicates that the I2C bus is not turned on. Make sure to use the raspi-‎config to ensure that I2C bus is turned on as opposed to using the graphical user interface.‎

I2C Device Not Connected

If you receive an error similar to the one below, it means that the bus is having issues reading a ‎sensor.‎

Copy Code
Error connecting to Device: 60, [Errno 121] Remote I/O error
Traceback (most recent call last):
File "/home/pi/Desktop/New/qwiic_kit_for_pi_demo_v2a.py", line 54, in <module>
bme.begin()
File "/usr/local/lib/python3.7/dist-packages/qwiic_bme280.py", line 216, in begin
chipID = self._i2c.readByte(self.address, self.BME280_CHIP_ID_REG)
File "/usr/local/lib/python3.7/dist-packages/qwiic_i2c/linux_i2c.py", line 185, in readByte
raise ioErr
File "/usr/local/lib/python3.7/dist-packages/qwiic_i2c/linux_i2c.py", line 178, in readByte
data = self.i2cbus.read_byte_data(address, commandCode)
File "/usr/local/lib/python3.7/dist-packages/smbus2/smbus2.py", line 433, in read_byte_data
ioctl(self.fd, I2C_SMBUS, msg)
OSError: [Errno 121] Remote I/O error

The OSError: [Errno 121] Remote I/O error indicates that an I2C device is not connected to the ‎bus. Make sure that the sensors and micro-OLED are securely connected to the I2C bus. The demo ‎code currently checks to see if the SGP40, BME280, VCNL4040, and micro-OLED are connected ‎to the Pi's I2C bus before executing.‎

I'm Having Problems Getting the Qwiic_Py Library.‎

If you are having trouble installing the modules, you may receive this error:‎

Copy Code
Could not install packages due to an EnvironmentError: 404 Client Error: Not Found for url: https://www.piwheels.org/simple/sparkfun-qwiic/‎

Make sure that you are connected to the Internet to install the modules. Also, make sure that you ‎are using Python3 and pip3 with the correct alias as stated earlier.‎

If you receive this error when trying to install the modules:‎

Copy Code
ERROR: Could not install packages due to an EnvironmentError: [Errno 13] Permission denied: '/usr/local/lib/python3.7/dist-packages/sparkfun_qwiic_i2c-0.8.3.dist-info'
Consider using the `--user` option or check the permissions.

This is due to your user permissions. Make sure to use sudo with your command:‎

Copy Code
sudo pip install sparkfun_qwiic

Or --user to the command.‎

Copy Code
pip install --user sparkfun_qwiic‎

I Don't Want to Use Cayenne or Another 3rd Party Service.‎

That's perfectly alright, you can delete or comment out all the relevant commands as that will not ‎affect the rest of the code.‎

I Can't Connect to Cayenne.‎

Make sure you have copied your username, password, and clientid correctly from Cayenne into ‎the code before executing the Python script. Also, ensure that you have a reliable connection to the ‎Internet.‎

How Do I Add _____ Qwiic Sensor?

Right now, we only have a few Qwiic sensors in the Qwiic Py library, but we are looking to keep ‎adding more. Please periodically check back to see if the sensor you want is available. You can also ‎check the Internet for existing Python code for that sensor or write your own library.‎

Resources and Going Further

For more information, check out the resources below:

 

制造商零件编号 KIT-21285
SPARKFUN QWIIC STARTER KIT FOR R
SparkFun Electronics
¥508.75
Details
制造商零件编号 KIT-16386
RASPBERRY PI 4 DESKTOP KIT - 4GB
SparkFun Electronics
¥1,578.04
Details
制造商零件编号 WIG-16300
LOGITECH K400 PLUS WIRELESS TOUC
SparkFun Electronics
¥427.35
Details
制造商零件编号 DEV-14495
QWIIC ADAPTER
SparkFun Electronics
¥13.02
Details
制造商零件编号 KIT-16841
SPARKFUN QWIIC STARTER KIT FOR R
SparkFun Electronics
¥479.86
Details
制造商零件编号 DEV-15945
SPARKFUN QWIIC PHAT V2.0
SparkFun Electronics
¥56.57
Details
制造商零件编号 SEN-15177
QWIIC VCNL4040 PROXIMITY SENSOR
SparkFun Electronics
¥61.05
Details
制造商零件编号 SEN-15440
QWIIC BME280 ATMOSPHERIC SENSOR
SparkFun Electronics
¥147.27
Details
制造商零件编号 SEN-18345
QWIIC AIR QUALITY SENSOR SGP40
SparkFun Electronics
¥155.88
Details
制造商零件编号 LCD-14532
QWIIC MICRO OLED BREAKOUT
SparkFun Electronics
¥155.88
Details
制造商零件编号 SC0194(9)
RASPBERRY PI 4 B 4GB
Raspberry Pi
¥447.70
Details
Add all DigiKey Parts to Cart
TechForum

Have questions or comments? Continue the conversation on TechForum, DigiKey's online community and technical resource.

Visit TechForum