Search found 3 matches
- Sun Nov 18, 2018 1:56 pm
- Forum: ESP32 Arduino
- Topic: Bluetooth Communication with GPS Tracker GPSlim236
- Replies: 4
- Views: 9723
Re: Bluetooth Communication with GPS Tracker GPSlim236
Does anybody else have an idea how I can connect to my GPS Tracker (MAC address known) and receive the data via BT SPP with my esp32?
- Thu Nov 01, 2018 9:31 pm
- Forum: ESP32 Arduino
- Topic: Bluetooth Communication with GPS Tracker GPSlim236
- Replies: 4
- Views: 9723
Re: Bluetooth Communication with GPS Tracker GPSlim236
Hey ESP_Tianhao, thank you very much for your fast reply! I thought, since the GPS Tracker broadcasts the NMEA messages via BT I have to run the bt_spp_acceptor on my esp32. However, I tried the bt_spp_initiator demo ( https://github.com/espressif/esp-idf/blob/master/examples/bluetooth/bt_spp_initia...
- Wed Oct 31, 2018 10:31 pm
- Forum: ESP32 Arduino
- Topic: Bluetooth Communication with GPS Tracker GPSlim236
- Replies: 4
- Views: 9723
Bluetooth Communication with GPS Tracker GPSlim236
Hey guys, I've already tried several examples for esp32 classic BT connections but nothing worked out for me. I hope you can help. First of all, what do I want to achieve? -> I have a GPSlim236 GPS tracker and want to receive with my esp32 the NMEA messages broadcasted by the GPSlim236. Therefore, m...