Skip to content

Commit c1fdef0

Browse files
committed
Fix v2 camelcase.
1 parent e4c0fd0 commit c1fdef0

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ The BlueSMiRF v2 has an on-board voltage regulator to power between 3.3V and 5V.
2626

2727
**Note:** Bluetooth® classic (Serial Port Profile or SPP) is primarily supported. This Bluetooth protocol is supported on Android phones, most desktops, and laptops. BlueSMiRF also supports the BLE protocol, available on all Apple phones.
2828

29-
This repo houses the [BlueSMiRF v2 Hookup Guide](https://docs.sparkfun.com/SparkFun_BlueSMiRF-v2) and the firmware that runs on the SparkFun BlueSMiRF V2 product line including:
29+
This repo houses the [BlueSMiRF v2 Hookup Guide](https://docs.sparkfun.com/SparkFun_BlueSMiRF-v2) and the firmware that runs on the SparkFun BlueSMiRF v2 product line including:
3030

3131
* [SparkFun BlueSMiRF v2](https://www.sparkfun.com/products/24113)
3232
* [SparkFun BlueSMiRF v2 - Headers](https://www.sparkfun.com/products/23287)

docs/button.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Button Control
22

3-
The **PAIR** button on the BlueSMiRF V2 allows the device to enter a few different states.
3+
The **PAIR** button on the BlueSMiRF v2 allows the device to enter a few different states.
44

55
* [Pairing Mode](../button/#pairing-mode)
66
* [Factory Reset Mode](../button/#factory-reset-mode)

docs/firmware_update.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ We recommend using a [breadboard](https://www.sparkfun.com/products/12002) or [j
8989
</div>
9090

9191
!!! note
92-
The connection also includes two additional connection for flow control: <span STYLE="text-decoration:overline">RTS</span> and <span STYLE="text-decoration:overline">CTS</span>. These two connections are not needed for a basic serial UART connection. However, using all six wires can help make a tighter connection on the 1x6 header. The wire colors also connect TXO-to-RXI and RXI-to-RXO to indicate that it is not a direct connection between the two boards and the 1x6 header.
92+
The connection also includes two additional connections for flow control: <span STYLE="text-decoration:overline">RTS</span> and <span STYLE="text-decoration:overline">CTS</span>. These two connections are not needed for a basic serial UART connection. However, using all six wires can help make a tighter connection on the 1x6 header. The wire colors also connect TXO-to-RXI and RXI-to-RXO to indicate that it is not a direct connection between the two boards and the 1x6 header.
9393

9494
<div style="text-align: center;">
9595
<table>
@@ -122,7 +122,7 @@ If the COM port is not showing, be sure the unit is turned **On**. If an unknown
122122

123123
Once the correct COM port is identified, head to the [GitHub repo for the BlueSMiRF v2 binaries](https://github.com/sparkfun/SparkFun_BlueSMiRF-v2_Binaries) and download all the contents. Unzip the contents in a known directory and copy the path.
124124

125-
<div style="text-align: center"><a href="https://github.com/sparkfun/SparkFun_BlueSMiRF-v2_Binaries/archive/main.zip" class="md-button">Download BlueSMiRF V2 Binaries GitHub Repo (ZIP)</a></div>
125+
<div style="text-align: center"><a href="https://github.com/sparkfun/SparkFun_BlueSMiRF-v2_Binaries/archive/main.zip" class="md-button">Download BlueSMiRF v2 Binaries GitHub Repo (ZIP)</a></div>
126126

127127
Open a command prompt (Windows button + <kbd>r</kbd> then type ‘ <kbd>cmd</kbd> ’). Head to the directory where you unzipped the folder. You'll need to use the `cd` commmand, paste the path where you unzipped the folder, and hit the <kbd>enter</kbd> key.
128128

@@ -161,10 +161,10 @@ After about 20 seconds, you should see the following message: `Done programming!
161161
<div style="text-align: center;">
162162
<table>
163163
<tr style="vertical-align:middle;">
164-
<td style="text-align: center; vertical-align: middle;"><a href="../assets/img/Successfully_Programmed_BlueSMiRF_ESP32.JPG"><img src="../assets/img/Successfully_Programmed_BlueSMiRF_ESP32.JPG" width="600px" height="600px" alt="Successfully Programmed BlueSMiRF V2 - ESP32"></a></td>
164+
<td style="text-align: center; vertical-align: middle;"><a href="../assets/img/Successfully_Programmed_BlueSMiRF_ESP32.JPG"><img src="../assets/img/Successfully_Programmed_BlueSMiRF_ESP32.JPG" width="600px" height="600px" alt="Successfully Programmed BlueSMiRF v2 - ESP32"></a></td>
165165
</tr>
166166
<tr style="vertical-align:middle;">
167-
<td style="text-align: center; vertical-align: middle;"><i>Successfully Programmed BlueSMiRF V2 - ESP32</i></td>
167+
<td style="text-align: center; vertical-align: middle;"><i>Successfully Programmed BlueSMiRF v2 - ESP32</i></td>
168168
</tr>
169169
</table>
170170
</div>
@@ -181,7 +181,7 @@ The batch file runs the following commands, where *COM4* is replaced with the CO
181181
!!! tip
182182
Finished programming the ESP32? Type <kbd>CTRL</kbd> + <kbd>C</kbd> , <kbd>Y</kbd> , and <kbd>ENTER</kbd> to exit the batch file. You can also close the window.
183183

184-
Upon completion, the BlueSMiRF V2 must be power cycled to exit bootloader mode. Once power cycled, the BlueSMiRF will start running the new firmware.
184+
Upon completion, the BlueSMiRF v2 must be power cycled to exit bootloader mode. Once power cycled, the BlueSMiRF will start running the new firmware.
185185

186186
!!! note
187187
We recommend disconnecting the USB cable from the USB-to-Serial Converter or your computer's COM port.
@@ -196,7 +196,7 @@ If the COM port is not showing, be sure the unit is turned **On**. If an unknown
196196

197197
Once the correct COM port is identified, head to the [GitHub repo for the BlueSMiRF v2 binaries](https://github.com/sparkfun/SparkFun_BlueSMiRF-v2_Binaries) and download all the contents. Unzip the contents in a known directory and copy the path.
198198

199-
<div style="text-align: center"><a href="https://github.com/sparkfun/SparkFun_BlueSMiRF-v2_Binaries/archive/main.zip" class="md-button">Download BlueSMiRF V2 Binaries GitHub Repo (ZIP)</a></div>
199+
<div style="text-align: center"><a href="https://github.com/sparkfun/SparkFun_BlueSMiRF-v2_Binaries/archive/main.zip" class="md-button">Download BlueSMiRF v2 Binaries GitHub Repo (ZIP)</a></div>
200200

201201

202202
Open a Terminal window and run the following command, where */dev/ttyUSB0* is replaced with the port that the USB-to-Serial board enumerated at and *BlueSMiRF_Firmware_vx_x.bin* is the firmware you would like to load.

0 commit comments

Comments
 (0)