KCX_BT_Emitter 5.3 name change
I needed a couple bluetooth devices for varius audio projects. One was a music stream point in my 1958 Plymouth, but the catch was that I wanted it to have a custom name. Instead of something like "Bluetooth Device" I wanted it to say "58 Plymouth" or whatever I needed it to be. And, I wanted it permanent in place, installed inside the original radio, no external buttons and absolutely no announcements. After some research I ordered 5 modules almost for free from Aliexpress and set to work. They are called KCX_BT_Emitter Bluetooth 5.3. They are supposed to work with AT commands and serial communication, but I could not get it to work following online advice. I first tried connecting the modules using an Arduino Nano as a serial bridge, but that did not work, possibly due to the Nano using SoftwareSerial. I then switched to an Arduino Mega. using hardware serial (D18 D19) and a minimal sketch, I got it to work, but not the way I expected, but in the end I got it to ...