Hello,
I'm using a nrf51422_xxac_s110, with the Keil uvision IDE. I recently upgraded my sdk from an older version, to 12.3 in order to use some components like FDS. Consequently I also had to change my soft device hex file from
s110_nrf51_8.0.0_softdevice.hex to
s130_nrf51_2.0.1_softdevice.hex
in order to have the module broadcast, and establish a connection from our app.
Our BLE module is connected to a larger embedded device, and communicates with a processor within that device via two pins that are basically Tx and Rx. These two pins are multiplexed to also communicate with a physical wire connection. At any given time only one of either the BLE module, or the physical wire can have an established connection to the port that handles the content received and transmitted on these pins.
I'd like to know how I can stop the BLE from broadcasting, or at least lower the rate at which it broadcasts so interference is kept to a minimal? Would using a different softdevice.hex file help instead?
Thanks
Dak