ykasidit / bluetooth_gnss

Bluetooth GNSS app on Google Play Store
https://play.google.com/store/apps/details?id=com.clearevo.bluetooth_gnss&hl=en&gl=US
GNU General Public License v2.0
72 stars 21 forks source link

BLE, serial data from Bluetooth LE #64

Open sigmallc opened 1 year ago

sigmallc commented 1 year ago

Do you think to receive raw data via bluetooth LE and mock location. I think you can marry your project with https://github.com/kai-morich/SimpleBluetoothLeTerminal

ser commented 8 months ago

I think this is very very important as most of microcontrollers running micropython are unable to use Classic Bluetooth and have drivers only for BLE.

ykasidit commented 2 weeks ago

hi, thanks for the suggestion. unfortunately i dont have a ble-gnss device to test yet (but i got and implemented ble qstarz racing gps) and seems there are different non-standard characteristics, i'll try do this - should not be much work as qstarz is done now - once i get a working ble gnss device.