From 816d4e2fa3fdd5d8fbb5f8c35dba15a6bbf9f6e5 Mon Sep 17 00:00:00 2001 From: silverphish-io <50057415+silverphish-io@users.noreply.github.com> Date: Thu, 25 Sep 2025 14:59:25 +0100 Subject: [PATCH 1/2] Update faq.md --- docs/faq.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/faq.md b/docs/faq.md index 5ed1d2a5..0976c098 100644 --- a/docs/faq.md +++ b/docs/faq.md @@ -185,7 +185,7 @@ The T-Deck firmware is free to download and most features are available without - Canada and USA are on **910.525MHz** - For other regions and countries, please check your local LoRa frequency -In UK and EU, 867.5MHz is not allowed to use 250kHz bandwidth and it only allows 2.5% duty cycle for clients. 869.525Mhz allows an airtime of 10%, 250KHz bandwidth, and a higher EIRP, therefore MeshCore nodes can send more often and with more power. That is why this frequency is chosen for UK and EU. This is also why Meshtastic also uses this frequency. +In UK and EU, 867.5MHz is not allowed to use 250kHz bandwidth and it only allows 2.5% duty cycle for clients. 869.525Mhz allows an airtime of 10%, 250KHz bandwidth, and a higher Effective Isotropic Radiated Power (EIRP), therefore MeshCore nodes can send more often and with more power. That is why this frequency is chosen for UK and EU. This is also why Meshtastic also uses this frequency. [Source](https://discord.com/channels/826570251612323860/1330643963501351004/1356540643853209641) @@ -557,7 +557,7 @@ From here, reference repeater and room server command line commands on MeshCore **A:** Yes. See the following: #### 5.14.1. meshcoremqtt -A Python script to send meshore debug and packet capture data to MQTT for analysis +A Python script to send meshcore debug and packet capture data to MQTT for analysis https://github.com/Andrew-a-g/meshcoretomqtt #### 5.14.2. MeshCore for Home Assistant From 4e886bfa90d9f179b859c21bec212609b4ac8a79 Mon Sep 17 00:00:00 2001 From: silverphish-io <50057415+silverphish-io@users.noreply.github.com> Date: Thu, 25 Sep 2025 15:01:39 +0100 Subject: [PATCH 2/2] Typo fix in faq and payloads --- docs/payloads.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/payloads.md b/docs/payloads.md index 4d00f930..e23cbb83 100644 --- a/docs/payloads.md +++ b/docs/payloads.md @@ -57,7 +57,7 @@ Appdata Flags # Acknowledgement -An acknowledgement that a message was received. Note that for returned path messages, an acknowledgement will be sent in the "extra" payload (see [Returned Path](#returned-path)) and not as a discrete ackowledgement. CLI commands do not require an acknowledgement, neither discrete nor extra. +An acknowledgement that a message was received. Note that for returned path messages, an acknowledgement will be sent in the "extra" payload (see [Returned Path](#returned-path)) and not as a discrete acknowledgement. CLI commands do not require an acknowledgement, neither discrete nor extra. | Field | Size (bytes) | Description | |----------|--------------|------------------------------------------------------------| @@ -186,4 +186,4 @@ TODO: describe what datagram looks like # Custom packet -Custom packets have no defined format. \ No newline at end of file +Custom packets have no defined format.