diff --git a/docs/configuration/module/telemetry.mdx b/docs/configuration/module/telemetry.mdx index e27d6c24..d73d1b8e 100644 --- a/docs/configuration/module/telemetry.mdx +++ b/docs/configuration/module/telemetry.mdx @@ -70,7 +70,7 @@ This option is used to configure the interval (in seconds) that should be used t Default is `900` seconds (15 minutes). -## Device Config Client Availability +## Telemetry Config Client Availability Bluetooth** +2. Navigate to: **Radio Config > Bluetooth** ::: diff --git a/docs/configuration/tips.mdx b/docs/configuration/tips.mdx index cfe4f2e0..e3329a25 100644 --- a/docs/configuration/tips.mdx +++ b/docs/configuration/tips.mdx @@ -39,13 +39,13 @@ Meshtastic nodes will rebroadcast all packets if they share [LoRa modem settings Meshtastic uses the word "channels" to define two different configuration properties: [Messaging Channels](/docs/configuration/radio/channels) & [LoRa Modem Channels](/docs/configuration/radio/lora#channel-number) -### Device Config: Channels +### Radio Config: Channels These configure "message groups" and include your PRIMARY and SECONDARY channels. All SECONDARY channels use the same LoRa modem config as your PRIMARY channel (including LoRa channel number). There are 8 total chat channels. Channel 0 is your PRIMARY channel, with channels 1-7 available for private group messaging and/or special channels such as [`admin`](/docs/configuration/remote-admin). -### Device Config: LoRa: Channel Number +### Radio Config: LoRa: Channel Number This configures the frequency the radio is set to. Check out the [frequency calculator](/docs/overview/radio-settings#channel-frequency-calculator) to view the relationship between "channel number" and radio frequency. diff --git a/docs/software/mqtt/nodered.mdx b/docs/software/mqtt/nodered.mdx index ddf18973..51261a46 100644 --- a/docs/software/mqtt/nodered.mdx +++ b/docs/software/mqtt/nodered.mdx @@ -20,7 +20,7 @@ Below is a valid JSON envelope for information sent by MQTT to a device for broa Node-RED is a free cross-platform programming tool for wiring together hardware, APIs, and online services developed originally by IBM for IOT. It is widely used for home automation by many non-professional programmers and runs well on Pi's. Node-RED has many plug-in modules written by the community. I will use this platform as a practical example on how to interface with the MQTT features of Meshtastic. Everything can be done from GUI's without using command line. Step one: use http://client.meshtastic.org/ , the python CLI, or an Apple or Android app to connect to your device and adjust these settings. -Enable and enter network SSID/PSK. Settings--> Device Config--> Network; Save. +Enable and enter network SSID/PSK. Settings--> Radio Config--> Network; Save. Set MQTT server address. Settings--> Module Config--> MQTT config; Verify Encryption Enabled is OFF. Turn JSON Output Enabled ON. Save. Go to Channel Editor and set Uplink and Downlink enabled to True. Save.