Choosing the Right Development Setup for a Bluetooth Project

Hello everyone,

I’m currently planning to develop an application that involves multiple Bluetooth devices operating within a certain range outdoors. Since there’s no option for a stationary power supply, all Bluetooth devices need to be powered either by battery or via USB using a power bank.

In this setup, there will be one “master” device that periodically connects to several other devices, reads data from them, and then disconnects. During this process, the master device should also send data to a connected PC - either over UART, USB, or BLE.

Because this is still an early evaluation phase and I’ll need quite a few Bluetooth devices, cost-efficiency is important. I also don’t have the option to design a custom PCB at this stage. However, I do need to be able to write custom firmware and debug the devices during development. Additionally, I’d like to use the nRF Connect SDK for this project.

I’ve been considering using the nRF52840 Dongle since it can be powered without cables, but I’m unsure how well debugging works on that device. Another idea is to develop on the nRF52840 DK and later port the firmware to the Dongle, though I’m not certain how straightforward that process is. Also, I’m wondering if it’s possible to debug the USB connection when the Dongle is connected to a PC.

As I’m relatively new to this topic, I’d really appreciate any advice or insights on how to choose the best development setup for this kind of Bluetooth application.

Thank you!

Parents Reply Children
  • I have the Thingy 53 (left) and it is TOP notch product, frankly I don't think they make a BAD device anywhere. 

    I just received the Thingy 91-X , and wow I love this "thingy" LOL , Lots of examples for the 53 and more are coming along for the 91-X so that and the DK boards are the TRUTH when it comes down to your Dev time or Dorking around, trying to use other 3rd party stuff. NORDIC or NO ! :-)

    I like Seeed Studio's XIAO line they use the nRF52 and nRF54 series SOC's on their MCU offering Powerful and TINY Good support forum too. forum.seeedstudio.com/latest

    HTH

    GL :-) PJ :v:

Related