I have purchased DSD TECH HM-18 BLE Module for my Arduino project and had it working fine for sending and receiving data. However default baud rate is 9600 and according to their datasheet it can be changed to higher values. I have tried all I could, but nothing happens.
So I have connected BLE to my board and through the bluetooth sending command:
AT+BAUD? this gives me response OK+Get:3 then I send AT+BAUD4 according to their instructions and nothing happens. I don't get any response. Also it says to restart the module = re-power. I do that, but AT+BAUD? gives me response OK+Get:3 again.
I read on Amazon, where I have purchased it, that somebody actually succeeded in changing baud rates on this unit. I have tried to ask question there, but no response.
Anybody here had done this? Any successful results?