No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
== Basic info == | |||
* Channel URL: https://meshtastic.org/e/#Ci0SIEfowNqBHrltz7bk6VcMvfDmtR87KcwwusNcNYchIRw4GglOdXJkU3BhY2USCggBOANAA0gBUBs | |||
* Lora Region: EU_868 | |||
* Channel name: NURDspace | |||
* Channel option: Long range / Fast | |||
== Configuring a RF node == | |||
=== Android/IOS app === | |||
* Android https://meshtastic.org/docs/software/android/usage | |||
* IOS Docs should be mostly the same as android https://apps.apple.com/us/app/meshtastic/id1586432531 | |||
=== (cli client) === | |||
<nowiki> | |||
meshtastic --seturl 'https://meshtastic.org/e/#Ci0SIEfowNqBHrltz7bk6VcMvfDmtR87KcwwusNcNYchIRw4GglOdXJkU3BhY2USCggBOANAA0gBUBs' | |||
</nowiki> | |||
== Configuring a gateway node (MQTT) == | |||
<nowiki> | |||
meshtastic --seturl '<channel url>' | |||
meshtastic --set mqtt.address '10.208.30.67' --set mqtt.enabled true --set mqtt.json_enabled true --set mqtt.username '' --set mqtt.password '' | meshtastic --set mqtt.address '10.208.30.67' --set mqtt.enabled true --set mqtt.json_enabled true --set mqtt.username '' --set mqtt.password '' | ||
meshtastic --ch-set downlink_enabled true --ch-index 0 | meshtastic --ch-set downlink_enabled true --ch-index 0 |
Revision as of 11:59, 15 March 2023
Basic info
- Channel URL: https://meshtastic.org/e/#Ci0SIEfowNqBHrltz7bk6VcMvfDmtR87KcwwusNcNYchIRw4GglOdXJkU3BhY2USCggBOANAA0gBUBs
- Lora Region: EU_868
- Channel name: NURDspace
- Channel option: Long range / Fast
Configuring a RF node
Android/IOS app
- Android https://meshtastic.org/docs/software/android/usage
- IOS Docs should be mostly the same as android https://apps.apple.com/us/app/meshtastic/id1586432531
(cli client)
meshtastic --seturl 'https://meshtastic.org/e/#Ci0SIEfowNqBHrltz7bk6VcMvfDmtR87KcwwusNcNYchIRw4GglOdXJkU3BhY2USCggBOANAA0gBUBs'
Configuring a gateway node (MQTT)
meshtastic --seturl '<channel url>' meshtastic --set mqtt.address '10.208.30.67' --set mqtt.enabled true --set mqtt.json_enabled true --set mqtt.username '' --set mqtt.password '' meshtastic --ch-set downlink_enabled true --ch-index 0 meshtastic --ch-set uplink_enabled true --ch-index 0 or: meshtastic --set bluetooth.enabled 1