Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improve lost and found mode #5514

Open
RCGV1 opened this issue Dec 5, 2024 · 1 comment · May be fixed by #5522
Open

Improve lost and found mode #5514

RCGV1 opened this issue Dec 5, 2024 · 1 comment · May be fixed by #5522
Labels
enhancement New feature or request

Comments

@RCGV1
Copy link
Member

RCGV1 commented Dec 5, 2024

Platform

NRF52, ESP32, RP2040

Description

I think there are several ways lost and found mode could be improved:

  • Reduce power in lost and found mode
  • Enable precise location to avoid sending imprecise locations
  • Reduce battery usage (Could stop forwarding packets)
  • Allow position requests
  • Make the node emit RF in a way to make it easier to direction find by making it a unique signal. (Doesn’t have to be Lora)
@RCGV1 RCGV1 added the enhancement New feature or request label Dec 5, 2024
fifieldt added a commit to fifieldt/meshtastic-firmware that referenced this issue Dec 7, 2024
As suggested by @RCGV1, this patch sets LOST_AND_FOUND role to
* Broadcast full precision by default
* Save battery by not re-broadcasting

Fixes meshtastic#5514
@fifieldt fifieldt linked a pull request Dec 7, 2024 that will close this issue
fifieldt added a commit to fifieldt/meshtastic-firmware that referenced this issue Dec 7, 2024
As suggested by @RCGV1, this patch sets LOST_AND_FOUND role to
* Broadcast full precision by default
* Save battery by not re-broadcasting

Fixes meshtastic#5514
fifieldt added a commit to fifieldt/meshtastic-firmware that referenced this issue Dec 7, 2024
As suggested by @RCGV1, this patch sets LOST_AND_FOUND role to
* Broadcast full precision by default
* Save battery by not re-broadcasting

Fixes meshtastic#5514
caveman99 pushed a commit to fifieldt/meshtastic-firmware that referenced this issue Dec 12, 2024
As suggested by @RCGV1, this patch sets LOST_AND_FOUND role to
* Broadcast full precision by default
* Save battery by not re-broadcasting

Fixes meshtastic#5514
@phaseloop
Copy link

My two cents:

  • SX1262 and most likely other chips support regular FSK modem so direction finding beacon could be triggered in the form of a relatively long FSK burst on a different frequency - while still meeting ISM regulations.
  • Add support for a buzzer in meshastic tracker so you can remotely trigger audible tone/alarm.

But at the beginning we should agree on what is really required from this mode because documentation is pretty vague - even how to enter this mode because this is not something that you probably should/want to set in advance in the config.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants