How to get the BLE data to build my own app? #41
-
I'm working on my own iOS app that tracks 0-60 times and location data. I'm just getting started and was wondering how I can interface with the BLE on this? Does anyone have any direction in what I need to learn to be able to pull the NMEA sentences off via BLE? I'll be able to parse all the data after that, I just can't figure out how to interface with it and receive the sentences. Edit: I tried looking at the data from a BLE discovery app in the Location and Navigation service but it shows no data. Not sure if I'm looking in the wrong place I also see that nothing is being printed on serial in terms of NMEA sentences, is that supposed to be the case? I've also tried the following Python to try and read the BLE data but nothing gets printed:
@renatobo, any chance I could get some insight here? Thanks for this amazing program by the way :) |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
It seems the GPIO pins were configured wrong and that's why I wasn't getting data. Fixed it! Time to make the app, still, thank you for this program !! |
Beta Was this translation helpful? Give feedback.
I recommend you get things up and running at 1Hz, with one of the applications I list in the documentation.
Once you know your GPS and esp32 are working correctly, you should build your app.
Also, before building an app that reads GPS data, try broadcasting a simple message with a serial counter and have it read on your app.
Develop and test each step below separately