Skip to content

Commit 02ad2be

Browse files
authored
Update faq.md
update instruction to add a node to the Internet Map from the app, and note that you can use the same companion radio to remove the nodes you added previously add channel and contact QR code URL format
1 parent e0d548c commit 02ad2be

File tree

1 file changed

+26
-6
lines changed

1 file changed

+26
-6
lines changed

docs/faq.md

Lines changed: 26 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,8 @@ author: https://github.com/LitBomb<!-- omit from toc -->
7373
- [7.1. Q: How to update nRF (RAK, T114, Seed XIAO) repeater and room server firmware over the air using the new simpler DFU app?](#71-q-how-to-update-nrf-rak-t114-seed-xiao-repeater-and-room-server-firmware-over-the-air-using-the-new-simpler-dfu-app)
7474
- [7.2. Q: How to update ESP32-based devices over the air?](#72-q-how-to-update-esp32-based-devices-over-the-air)
7575
- [7.3. Q: Is there a way to lower the chance of a failed OTA device firmware update (DFU)?](#73-q-is-there-a-way-to-lower-the-chance-of-a-failed-ota-device-firmware-update-dfu)
76-
- [7.4. Q are the MeshCore logo and font available?](#74-q-are-the-meshcore-logo-and-font-available)
76+
- [7.4. Q: are the MeshCore logo and font available?](#74-q-are-the-meshcore-logo-and-font-available)
77+
- [7.5. Q: What is the format of a contact or channel QR code?](#75-q-what-is-the-format-of-a-contact-or-channel-qr-code)
7778

7879
## 1. Introduction
7980

@@ -480,10 +481,14 @@ This could change in the future if MeshCore develops a client firmware that repe
480481
[Source](https://discord.com/channels/826570251612323860/1330643963501351004/1354780032140054659)
481482

482483
### 5.12. Q: How do I add a node to the [MeshCore Map]([url](https://meshcore.co.uk/map.html))
483-
**A:** From the smartphone app, connect to a BLE Companion radio
484-
- To add the BLE Companion radio your smartphone is connected to to the map, tap the `advert` icon, then tap `Advert (To Clipboard)`.
485-
- To add a Repeater or Room Server to the map, tap the 3 dots next to the Repeater or Room Server you want to add to the map, then tap `Share (To Clipboard)`.
486-
- Go to the [MeshCore Map web site]([url](https://meshcore.co.uk/map.html)), tap the plus sign on the lower right corner and paste in the meshcore://... blob, then tap `Add Node`
484+
**A:**
485+
486+
To add a BLE Companion radio, connect to the BLE Companion radio from the MeshCore smartphone app. In the app, tap the `3 dot` menu icon at the top right corner, then tap `Internet Map`. Tap the `3 dot` menu icon again and choose `Add me to the Map`
487+
488+
To add a Repeater or Room Server to the map, go to the Contact List, tap the `3 dot` next to the Repeater or Room Server you want to add to the Internet Map, tap `Share`, then tap `Upload to Internet Map`.
489+
490+
You can use the same companion (same public key) that you used to add your repeaters or room servers to remove them from the Internet Map.
491+
487492

488493
### 5.13. Q: Can I use a Raspberry Pi to update a MeshCore radio?
489494
** A:** Yes.
@@ -669,10 +674,25 @@ Currently, the following boards are supported:
669674
- Seeed Studio XIAO nRF52840 BLE SENSE
670675
- RAK 4631
671676

672-
### 7.4. Q are the MeshCore logo and font available?
677+
### 7.4. Q: are the MeshCore logo and font available?
673678

674679
**A:** Yes, it is on the MeshCore github repo here:
675680
https://github.com/meshcore-dev/MeshCore/tree/main/logo
676681

682+
### 7.5. Q: What is the format of a contact or channel QR code?
683+
684+
**A:**
685+
Channel:
686+
`meshcore://channel/add?name=<name>&secret=<secret>`
687+
688+
Contact:
689+
`meshcore://contact/add?name=<name>&public_key=<secret>&type=<type>`
690+
691+
where `&type` is:
692+
`chat = 1`
693+
`repeater = 2`
694+
`room = 3`
695+
`sensor = 4`
696+
677697

678698
---

0 commit comments

Comments
 (0)