Handheld gps unit

Hi, I´m trying to build a handheld GPS/GNSS unit with Bluetooth so the gps can send data to an android phone and if possible also to a iphone. Powered by a LiPo battery 2Ah.

I have a module XA1110 (gps-14414) which I connected via Qwiic to Nano Artemis (dev-15443) and used the code on XA1110 hookup guide. I can receive data to serial monitor but is not able to use the BLE on Artemis.

I’m a beginner so my question is if there is any other developmentboard that works better for me? Could Pro nRF52840 Mini be a good choice or shall I wait on ble/arduino support. Read that sparkfun are working on that. Grateful for support.

Hello AndersG,

That sounds like a cool project. As of right now, the Artemis BLE isn’t at full functionality. The Pro nRF58240 would be a good substitute in the meantime. We are trying to shoot for capabilities similar to the [Arduino Nano 33 BLE, so this can be a good alternative as well.

I hope this helps.](https://www.sparkfun.com/products/15588)

Thank you Brandon.