Improvement sharing Tbeam + App + Android 11

  • Tbeam hardware
  • Android 11
  • connect to the APP using WiFi instead BT
  • route trace lines shown on map
  • sleepmode after 24 hours APP not possible to wakeup the unit in BT (not find, see the unit).

default behavior on ESP32 devices is to enter light sleep to conserve energy, give it a few minutes and it should connect to the app to send or deliver messages.

if you would prefer the device always awake, you can enable the setting is_always_powered on the device.

Thank you for your reply.
Iam retired not a guru or programmer for lora yet, like ask of there is a terminal command line for git?

I see in another comment you installed esptool, so you are half-way there. follow these instructions: Meshtastic-python installation | Meshtastic

when connected via USB you should be able to interface via command-line, like: meshtastic --info

to enable the setting I mentioned, run: meshtastic --set is_always_powered true