Hi,
I'm trying to replace the old HC-05 BT module from one of my products by the BC805M module (nRF52805M). I just need the module to connect to the cellphone or PC to send 32 bytes packages. I don't need any advertising or scanning. I only need to send 32 bytes of data every 100mS or so. I'm using the following commands,
at+name=MyProduct/r/n
at+datamode=120/r/n ,No need for a length byte, 20 = 32 bytes.
at+save=1/r/n
Then, I pull the P004, COMMD, pin from high to low to enter data mode.
The module is taking these commands without errors and it's getting connected to a PC we use for testing. I'm struggling making this work. I believe the BC805M is working in advertising mode, which I don't need. I'm not sure if I need to use the configuration commands at+adstart and at+scanner. We just need a simple go through data transmitter like the HC-05. Any help will be appreciated since I'm pulling my hair out trying to make this work.
Thanks,
Robert