firmware icon indicating copy to clipboard operation
firmware copied to clipboard

The ESP32 Bluetooth service has been enhanced to support the output of waypoints in GPWPL format.

Open lcflyr opened this issue 6 months ago • 4 comments

I have already tested it with Heltec Wireless Tracker V1.1

lcflyr avatar May 26 '25 09:05 lcflyr

CLA assistant check
All committers have signed the CLA.

CLAassistant avatar May 26 '25 09:05 CLAassistant

This is really neat. A couple of thoughts: I would like this to be opt-in via the bluetooth config, as it generates a bunch of extra traffic over the PhoneAPI. I would also like to have an NRF52 implementation as well, so that we don't tie this to a single platform.

@lcflyr are there any specific apps or use cases you created this for? I'm curious because I've looked at location standard GATT stuff recently.

thebentern avatar May 29 '25 14:05 thebentern

This is really neat. A couple of thoughts: I would like this to be opt-in via the bluetooth config, as it generates a bunch of extra traffic over the PhoneAPI. I would also like to have an NRF52 implementation as well, so that we don't tie this to a single platform.

@lcflyr are there any specific apps or use cases you created this for? I'm curious because I've looked at location standard GATT stuff recently.

I'm a beginner in embedded systems. It might take some time for me to achieve the function you mentioned. Many APRS map software support the GPWPL waypoint format, allowing users to view the positions of other nodes without being limited to the Meshtastic app.

lcflyr avatar May 30 '25 02:05 lcflyr

@lcflyr thanks so much for sharing this, very cool :)

fifieldt avatar Jun 07 '25 22:06 fifieldt