-
-
Notifications
You must be signed in to change notification settings - Fork 14
HC-933 Clean up Bluetooth articles #8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from all commits
Commits
Show all changes
11 commits
Select commit
Hold shift + click to select a range
9f96699
Clean up Bluetooth articles
seaxwi 7ada8f4
Add missing blank lines
seaxwi e545f3c
Changed filename to match title
seaxwi 2e49721
HTML not supported in titles
seaxwi 7bf1492
Add <sup> for registered trademark symbol
seaxwi ffc0f4d
Merge branch 'main' into bluetooth-trademarks
seaxwi 01ae35e
fix messy merge
seaxwi 62310f5
Remove duplicate
seaxwi bed1b76
LoRa trademark attribution
seaxwi ba4d159
title edit
seaxwi d9d3c5d
Change filename to match title
seaxwi File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
16 changes: 0 additions & 16 deletions
16
content/Hardware/Core Boards/Which-Arduino-boards-support-BLE.md
This file was deleted.
Oops, something went wrong.
61 changes: 61 additions & 0 deletions
61
content/Hardware/Generic/Boards-and-shields-with-wireless-connectivity.md
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,61 @@ | ||
| --- | ||
| title: "Boards and shields with wireless connectivity" | ||
| --- | ||
|
|
||
| The following is meant for an overview **only** and does not take precedence over specifications in [Arduino Store](https://store.arduino.cc/) or [Arduino Docs](https://docs.arduino.cc/). | ||
|
|
||
| ## Boards with Wi-Fi connectivity | ||
|
|
||
| * MKR VIDOR 4000 | ||
| * MKR WiFi 1010 | ||
| * Nano 33 IoT | ||
| * UNO WiFi Rev 2 | ||
| * Portenta H7 | ||
| * Portenta H7 Lite Connected | ||
|
|
||
| ## Boards with Bluetooth<sup>®</sup> connectivity | ||
|
|
||
| These boards support Bluetooth Low Energy **and/or** what's now known as Bluetooth _Classic_. | ||
|
|
||
| The capabilities of each board are dependent on its communications module, and available libraries. Check [Arduino Docs](https://docs.arduino.cc/) for more information. | ||
|
|
||
| * MKR Vidor 4000 | ||
| * MKR WiFi 1010 | ||
| * Nano 33 BLE | ||
| * Nano 33 BLE Sense | ||
| * Nano 33 IoT | ||
| * Nano RP2040 Connect | ||
| * Nicla Sense ME | ||
| * Portenta H7 | ||
| * Portenta H7 Lite Connected | ||
| * UNO WiFi Rev 2 | ||
|
|
||
| [Read about the ArduinoBLE library here](https://www.arduino.cc/reference/en/libraries/arduinoble/). | ||
|
|
||
| ## Boards with other connectivity types | ||
|
|
||
| **Narrowband communication:** | ||
|
|
||
| * MKR NB 1500 | ||
|
|
||
| **GSM/3G:** | ||
|
|
||
| * MKR GSM 1400 | ||
|
|
||
| **Sigfox:** | ||
|
|
||
| * MKR FOX 1200 | ||
|
|
||
| ## Shields with connectivity | ||
|
|
||
| **Wi-Fi:** | ||
|
|
||
| * Arduino WiFi Shield | ||
|
|
||
| **LoRa<sup>®</sup>:** | ||
|
|
||
| * Portenta Vision Shield - LoRa | ||
|
|
||
| **Narrowband communication:** | ||
|
|
||
| * Portenta Cat. M1/NB IoT GNSS Shield | ||
7 changes: 0 additions & 7 deletions
7
content/Hardware/Generic/Can-I-use-BLE-and-Wi-Fi-at-the-same-time.md
This file was deleted.
Oops, something went wrong.
18 changes: 18 additions & 0 deletions
18
content/Hardware/Generic/Change-the-Bluetooth-broadcast-name.md
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,18 @@ | ||
| --- | ||
| title: "Change the Bluetooth® broadcast name" | ||
| --- | ||
|
|
||
| When using the [ArduinoBLE](https://www.arduino.cc/reference/en/libraries/arduinoble/) library to enable Bluetooth Low Energy communication on an Arduino board, the broadcasted name is set by the [setLocalName()](https://www.arduino.cc/reference/en/libraries/arduinoble/setlocalname/) function. | ||
|
|
||
| For example, you can set the name to _MyArduinoDevice_.< | ||
|
|
||
| ``` | ||
| BLE.setLocalName("MyArduinoDevice"); | ||
| ``` | ||
|
|
||
| If using an example, first check if `BLE.setLocalName()` is already called somewhere. In this case, just replace the existing name. Otherwise, make sure to add the line after the device has been initialized with `BLE.begin()`, but before it's advertised with `BLE.advertise();`. | ||
|
|
||
| ## Further reading | ||
|
|
||
| * [ArduinoBLE library](https://www.arduino.cc/reference/en/libraries/arduinoble/) | ||
| * [Connecting Nano 33 BLE Devices over Bluetooth<sup>®</sup>](https://docs.arduino.cc/tutorials/nano-33-ble-sense/ble-device-to-device) |
41 changes: 0 additions & 41 deletions
41
content/Hardware/Generic/How-do-I-change-the-name-of-the-BLE-boards.md
This file was deleted.
Oops, something went wrong.
Binary file not shown.
Binary file not shown.
9 changes: 0 additions & 9 deletions
9
...ardware/Nano Family/Does-my-BLE-device-support-Classic-Bluetooth-besides-BLE.md
This file was deleted.
Oops, something went wrong.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Do we need the trademark symbol also here, when the Bluetooth word appears?
Uh oh!
There was an error while loading. Please reload this page.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
No, we use it with the "first and most prominent" mention. The symbol should be in superscript (enclosed by
<sup>tags) except in the article title, which does not support this.