A few beginner's questions

Good morning!
So, yesterday, finally my LillyGo package arrived and I started tinkering. Most of the issues that came up I could solve with a little trial and error and the documentation. There’s still a few questions left which I’d like to ask.

Device: T-Beam 1.1 M8N SX1262
I let it run over night, connected to my phone, to get an idea of the battery endurance. In the morning, the app couldn’t connect to it. After turning BT off and back on on my phone, the connection worked again. I suspect, it’s a BT bug in my Ulefone Armor 3T, but just in case, I wanted to check if that might yet be an issue in Meshtastic.

Device: TTGO LORA32 V2.0 (no GPS)
I set one up with is_router = true. It actually is supposed to be a mobile router and already got its rugged case with a 2P 18650 holder. The device is going into sleep after like 20, 30 secs and only wakes up for received radio then. It didn’t transmit any “hello” packages for the whole night. My tbeam says “last seen 12h ago”. As far as I understand the docs, even in router mode it should still wake up every now and then and transmit a mesh hello package and its name or shouldn’t it?

MQTT
I couldn’t find any mention of auth credentials in the docs and the code also doesn’t seem to implement any auth. Is MQTT auth on the list? Just wondering.

1 Like

I think in router mode it only sends out a location every 12 hours but it doesn’t transmit anything else unless you are transmitting to it.

MQTT is very early and still very much being worked on :slight_smile:

1 Like

That explains a lot. I suppose I misinterpreted the documnetation for the router mode then.
Thanks!

Hello! I’m Newbie… got two devices coming. My plan was to have one stationary and permanent device at home with external antenna and one to carry and be mobile. Still trying to understand the modes… should my permanent home unit be in router mode and my mobile device be in client mode? From what chat AI says, client mode doesn’t extend the network for other uses (relay packets)… which doesn’t make sense in the spirit of “extending the network”. If everyone was in client mode and client mode didn’t relay packets for other uses to extend range, what good is that setting ? Help me understand. Thank you in advance.

CLIENT mode will still relay packets for others, CLIENT_MUTE will not. CLIENT is fine for the device at home.

1 Like

Whether encrypted or not, it will be broadcasted by the Lora layer, and the CLIENT_MUTE method just cannot be decoded。