kylecorry31 / Trail-Sense

An Android app that uses your phone's sensors to assist with wilderness treks or survival situations.
https://kylecorry.com/Trail-Sense/
MIT License
1.09k stars 71 forks source link

Compatibility with BLE LoRa Communicators #1961

Open LolloDev5123 opened 10 months ago

LolloDev5123 commented 10 months ago

Add an experimental feature that allows TS users to connect their device to a BLE mesh off-grid communication device like https://meshtastic.org. There's already an android app for meshtastic, but it'd be very cool to see intertwined TS features like sensor readings, backtracking, weather, waypoints, chat, etc. incorporated with meshtastic (see meshtastic telemetry features, this allows for "remote" barometers, all connected by mesh)

EDIT: This should be a neat list of what I hope will be implemented

image image image

kylecorry31 commented 10 months ago

Thank you for the suggestion, I will consider adding this along with https://github.com/kylecorry31/Trail-Sense/issues/1540 and https://github.com/kylecorry31/Trail-Sense/issues/1534

msherba commented 10 months ago

Meshtastic app offers the imeshservice to interface with the hardware devices. For an example of a plugin using it see the Meshtastic ATAK-Plugin which takes CoT messages from ATAK and sends them over the Meshtastic device paired via Bluetooth in the MT app.