this post was submitted on 03 Aug 2023
36 points (97.4% liked)

Asklemmy

42609 readers
945 users here now

A loosely moderated place to ask open-ended questions

Search asklemmy ๐Ÿ”

If your post meets the following criteria, it's welcome here!

  1. Open-ended question
  2. Not offensive: at this point, we do not have the bandwidth to moderate overtly political discussions. Assume best intent and be excellent to each other.
  3. Not regarding using or support for Lemmy: context, see the list of support communities and tools for finding communities below
  4. Not ad nauseam inducing: please make sure it is a question that would be new to most members
  5. An actual topic of discussion

Looking for support?

Looking for a community?

~Icon~ ~by~ ~@Double_A@discuss.tchncs.de~

founded 5 years ago
MODERATORS
 

I found some tutorials, like this one here that basically shows, that it is technically possible. There was one answer on quora recommending development kit from Nordic to do it. But I assume that without soldering and stuff it wouldn't be possible and it is not as easy as flashing some firmware via usb cable connected to some device.

So is there any easy way of changing those funky factory implemented names with some regular and easily accessible kit and software? I'm just curious but if there was an easy way for doing it, I'd definitely give it a try.

you are viewing a single comment's thread
view the rest of the comments
[โ€“] nickwitha_k@lemmy.sdf.org 13 points 11 months ago

Not really. Basically, the Bluetooth standard defines the communication protocol and little else. The device name, etc, will depend upon the device's implementation. The manufacturer may use an off-the-shelf Bluetooth module or develop their own and there is no prescriptive standard for how they must be programmed.

Some devices may be super easy to configure with an app or software intended to configure them. Others might require cutting traces on a PCB to isolate the Bluetooth module from the serial bus controller to overwrite its ROM before repairing it. Others might have a simple programming interface that one can either solder headers to or plug into with the right connector. And there are a huge number of other possibilities.

Basically, the closest thing to a universal programmer would be something like a Bus Pirate, not a piece of software.