Dear,
We have project using normal advertisement (not extended) on a nrf5340 module (Raytac MDBT53-1M) to send data using Manufacturer data.
We have a product already on market using a silicon BGM111 BLE module to get these advertisement data, and another one which will be replace by the one using nrf5340 which is doing for now the advertisement, so to say the data emission.
Problem is, the reception on BGM111 is working really badly when using the nrf5340: advertisement is often not detected or only when being really near (~2m). In the opposite, old emitter is working fast and from far (more than 50m).
I tried to reduced advertisement intervals like follow:
I also tried to increase TxPower with these Kconfig in my prj.conf:
CONFIG_BT_CTLR_ADVANCED_FEATURES=y
CONFIG_BT_CTLR_TX_PWR_DYNAMIC_CONTROL=y
CONFIG_BT_USER_PHY_UPDATE=y
CONFIG_BT_CTLR_TX_PWR_MINUS_20=y
CONFIG_BT_CTLR_TX_PWR_PLUS_8=y
However, it is not helping a lot. Are there some parameters that could be optimized (channels, tx power) so to reproduce the default parameters from BGM111 emitter so to be compatible with on market receptor product? Thanks a lot for your help.
Kind regards,
Michael