This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

BLE module likely broadcasting at undesired time

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

Parents
  • I should have explained further that when we connect using software running on a PC with the wired connection, using a Modbus protocol, the connection is dropped, which we believe is due to the BLE module continuing to broadcast on the same pins.  I haven't scoped those pins yet to see if that's necessarily the case.  When we used s110_nrf51_8.0.0_softdevice.hex with the older sdk, we didn't have this issue.

Reply
  • I should have explained further that when we connect using software running on a PC with the wired connection, using a Modbus protocol, the connection is dropped, which we believe is due to the BLE module continuing to broadcast on the same pins.  I haven't scoped those pins yet to see if that's necessarily the case.  When we used s110_nrf51_8.0.0_softdevice.hex with the older sdk, we didn't have this issue.

Children
No Data
Related