Hi, I'm trying to start developing an application on a nrf52832 (using a chinese module "E73-TBB"). But I can't get any BLE example to work. I can compile and upload, but when I try to scan for bluetooth devices, can't find any.
I've already tested the hardware, and seems to be working fine, I loaded a .hex that I extracted from a chinese beacon and it worked fine on my board, so the bluetooth part is working.
The example I am focused is the "ble_app_beacon" from the SDK 17.1.0, should it work right away or should I change something?
I'm using Keil IDE and in order to work I changed the programming algorithm to only "nRF52xxx SoftDevice Erase" (at least the other non ble examples worked this way).
This is the path of the example I used: "nRF5_SDK_17.1.0_ddde560\examples\ble_peripheral\ble_app_beacon\pca10040\s132\arm5_no_packs".

