Other Parts Discussed in Thread: CC2650
Hi,
We have a custom board with CC2650 4XS. We use BLED112 and android tablets/phone to connect with the setup. Our main application is streaming sensor data, but there is a severe range issue. Current implementation was using 0dbm for transmission. It gets disconnected pretty often and is giving a range of nearly 5feet. To improve range,we changed 0dbm to 5dbm in the following snippet. Is this enough? Our design uses murata balun and differential bias.
In scn_rsp_data, spp_ble_server.c file, 0dbm was changed to 5. It would be great if anyone can confirm if this modification is enough.