Trying to figure out the setting I need, if this is possible.
I want to:
Broadcast my GPS position over Mqtt so that I populate the MeshMap and others can see roughly where my node is. But I dont want to communicate/display with others via mqtt, only LoRa.
What channel, position, and mqtt setting should I use to accomplish this?
So basically, I should do a factory reset >set my user name >set my region
Then leave it alone?
Will this still publish my location to meshmap?
If so this seems the simplest thing to do…
If there is another node nearby, doing a MQTT Uplink, then that would in theory work. As long as you have enabled Position reporting on the primary channel, your location will be shared with mesh (and uplinked by the other node!)
If you want to be the MQTT uplink, then that is more involved. You will need to make sure your ‘Primary’ channel (ch 0) is set as to allow Uplink (sound like you dont want downlink)
… and will need to setup the MQTT module to have broker info. And enable Map Reporting there. And enable “Network” for the node to be able to connect to internet.
I’ve been digging a bit more into MQTT, seems there are two ways for meshmap to get position data.
Either the node itself has “Map Reporting” enabled, which uploads it own position to MQTT. Ie the node that has MQTT uplink enabled.
But also normal ‘Position’ packets on the mesh itself can get uplinked to MQTT. So if the node, or any node in reception range of a node with MQTT uplink, sends position packet to a uplinked channel, they can appear on the map.
… this is what I initially thought was talked about.
… so to appear on the map: You need either to be a MQTT Uplink, and have “Map Reporting” enabled.
Or broadcast your position over a Lora channel (mainly the primary one), and be in range of a node that does MQTT Uplinking (which can be self!) of that channel.
The first option needs explicit setup. The second may happen automatically, but requires someone nearby to have already configured Uplink of your primary channel.
(to clarify, this does confirm my own experience, My nodes appear on meshmap, but I’ve never myself done uplinking. Must of been uplinked by someone else, do publish my (approximate!) position to the default channel)