Skip to content

Commit 670a57d

Browse files
committed
Update quickstart.md
Fixing quick start assembly image size & adding links for OLED & Alphanumeric examples.
1 parent ac6a376 commit 670a57d

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

docs/ex7_alphanumeric.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
This example shows how to read the BMV080 via Qwiic when the sensor is configured in duty cycle mode. The output to the Qwiic Alphanumeric display will show the amount of particulate matter that is detected.
1+
This example shows how to read the BMV080 via Qwiic when the sensor is configured in duty cycle mode and outputs the readings to display them on a Qwiic Alphanumeric display connected over a Qwiic daisy-chain. You'll need a [Qwii Alphanumeric Display](https://www.sparkfun.com/sparkfun-qwiic-alphanumeric-display-red.html) to run this example.
22

33
Head to the example 7 from the Arduino IDE's menu (located in **File** **Examples** > **SparkFun BMV080 Arduino Library** > **Example_07_Demo_Alphanumeric**).
44

docs/ex8_oled.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
This example shows how to read the BMV080 via Qwiic when the sensor is configured in duty cycle mode. The output to the Qwiic OLED Display (specifically the 1.3", 128x64) will show the amount of particulate matter that is detected.
1+
This example shows how to read the BMV080 via Qwiic when the sensor is configured in duty cycle mode and outputs sensor data to a connected Qwiic OLED Display (specifically the 1.3", 128x64). You'll need a [Qwiic OLED Display](https://www.sparkfun.com/sparkfun-qwiic-oled-1-3in-128x64.html) connected to the Qwiic circuit to run this example.
22

33
Head to the example 8 from the Arduino IDE's menu (located in **File** **Examples** > **SparkFun BMV080 Arduino Library** > **Example_08_Demo_OLED**).
44

docs/quickstart.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ If you're unfamiliar with any of the concepts covered here or would like more in
1212
Start by connecting the Air Quality Sensor - BMV080 to the IoT RedBoard - ESP32 using a Qwiic cable and then connect the IoT RedBoard - ESP23 to your computer with a USB-C cable:
1313

1414
<center>
15-
[![Qwiic assembly with IoT RedBoard - ESP32](./assets/img/BMV080_Qwiic_Assembly.jpg){ width="600}](./assets/img/BMV080_Qwiic_Assembly.jpg "Click to enlarge")
15+
[![Photo of completed Qwiic assembly](./assets/img/BMV080_Qwiic_Assembly.jpg){ width="600"}](./assets/img/BMV080_Qwiic_Assembly.jpg "Click to enlarge")
1616
</center>
1717

1818
## Arduino Example 1 - Basic Readings

0 commit comments

Comments
 (0)