Skip to content

Hardware Assembly

Connecting via Qwiic

By default, the sensor can be read through I2C. Connect a Qwiic cable between the SparkFun Qwiic Air Quality Sensor and your microcontroller. Then connect a compatible USB cable between the microcontroller and your computer's USB port.

Photo of completed Qwiic assembly

Removing the BMV080 from the enclosure

The Air Quality PM1/PM2.5/PM10 Sensor - BMV080 (Qwiic) comes housed in an enclosure to help protect the sensor during handling and installation. The enclosure does expose the solder jumpers and PTH pins for users to access while the board is inside the enclosure. While it is possible to access these parts of the board, we recommend removing the breakout from the enclosure prior to working with either the solder jumpers or PTH pins.

We strongly recommend putting on Latex or Nitrile gloves (and not following our bad example in the photos below) before removing the board from the enclosure. Also, make sure to perform these steps on a clean and flat surface. Whether or not you decide to use gloves, do your best to avoid touching the enclosure's glass sensor cover and do not touch the bare sensor or any of the passive components (resistors/capacitors) near it:

Photo showing areas to avoid touching while handling the BMV080

Start by identifying the two slots on either side of the enclosure. Next, carefully slide a precision flathead screwdriver or similar precise tool into one of the slots and gently wedge it under the tab. Rock the precision flathead's handle toward the mounting hole so the tab pops out.

Photo showing using a precision screwdriver to unlock the tab holding the two enclosure pieces together.

Repeat this step on the other side to "unlock" the two pieces of the enclosure, then carefully remove the outer shell of the enclosure.

Photo showing separation of the two pieces of the sensor enclosure.

Next, identify the rubber O-ring and lens cover (beneath the O-ring) covering the BMV080 aperture. Using tweezers, first remove the O-ring and then the lens cover. Make sure to place them on a clean surface to avoid contaminating them with dust or other substances:

Photo showing removing the O-ring with tweezers.

Photo showing removing the lense cover with tweezers.

With the O-ring and lens cover removed, the assembly should look like the photo below:

Photo showing O-ring and lens cover removed next to the inner shell.

The inner shell of the enclosure has a small notch to lock the breakout board into place inside. Using either your fingertip or tweezers, gently press down on the edge of the breakout board while pressing from the other side to slide the board out from the inner shell.

Photo showing breakout board pressed down to bypass the notch in the inner enclosure.

Slide the sensor out from the inner shell's slot while taking care to avoid touching the BMV080 sensor and passive components on the sensor's ribbon cable.

Photo showing the breakout board being removed from the inner enclosure.

Now that the breakout board is out of the enclosure we can solder to the board and adjust the solder jumpers. If using male header pins, solder the short end from the top side of the board so that you can access the longer mating pins from the bottom side. If you're soldering wires, make sure to trim the leads as short as possible to avoid obstructing the board from sliding back into the enclosure. After soldering, carefully clean the solder joints to remove any flux residue left on the board using isopropyl alcohol and a Q-tip or other gentle cleaning tool.

Note

When soldering make sure to not add too much solder. Excess solder can obstruct the breakout board from sliding back into the inner shell. For users soldering header pins, ensure that the header's plastic spacer is flush against the breakout board and not at an angle. For users soldering wire, ensure that the stripped wire is short.

Reassembling the Enclosure

Once we're done modifying the breakout board we'll want to place the sensor back in the enclosure. This section goes over how to reassemble the parts but essentially we're just working backward through the previous steps.

Start by sliding the BMV080 breakout board back into the inner shell until it "clicks" back into place once it is past the notch. Make sure the BMV080 sensor and the Qwiic connector align with their respective apertures in the inner shell:

Photo showing BMV080 breakout secured back into the inner shell.

Turn the enclosure over on a clean, flat surface. Using tweezers, place the lens cover over the hole where the BMV080's sensor is located. Then place the o-ring over lens cover. Ensure that the parts are in their respective square and circular slots.

Photo showing lens cover being placed back onto inner shell.

Photo showing o-ring being placed back onto inner shell.

Now take the outer shell and place it back onto the inner shell making sure to align the apertures for the BMV080 and Qwiic connectors. Push down until you hear the tabs pop in.

Photo showing outer shell being placed back on top of inner shell

Photo showing pressing down to secure outer and inner shell together.

Connecting via PTH

Note

When soldering directly to the PTHs, you will need to be careful of the 3D printed enclosure! You will want to carefully remove the board from the enclosure when soldering.

For temporary connections to the PTHs, you could use IC hooks to test out the pins. However, you'll need to solder headers or wires of your choice to the board for a secure connection. You can choose between a combination of header pins and jumper wires, or stripping wire and soldering the wire directly to the board.

Interrupt

The following table shows the connection that is required between an ESP32 and the SparkFUn Qwiic Air Quality Sensor when using I2C as the communication interface with interrupts.

ESP32 Pinout
(i.e. IoT RedBoard - ESP32, ESP32 Thing Plus C, etc.)
SparkFun Qwiic Air Quality Sensor
BMV080
GND GND
3.3V 3V3
SDA SDA (PICO)
SCL SCL (SCK)
14 IRQ

SPI

The following tables shows the connection that is required between between an ESP32 and the SparkFun Qwiic Air Quality Sensor when using SPI as the communication interface. You will need to cut the MODE jumper between the center pad and the pad labeled as I2C. Then add solder between the center pad and the pad labeled as SPI. Make sure to also leave the AB0 jumper open (i.e. both sides of the jumper are not connected).

ESP32 Pinout
(i.e. IoT RedBoard - ESP32, ESP32 Thing Plus C, etc.)
SparkFun Qwiic Air Quality Sensor
BMV080
GND GND
3.3V 3V3
PICO PICO (SDA)
POCI POCI (AB0)
SCK SCK (SCL)
CS CS (AB1)

Photo of SPI assembly with IoT RedBoard - ESP32