This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts
This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Port nRF51-ble-bcast-mesh-master to RedBear Lab BLE Nano

I use Keil uVision 4.74.0.22 to compile nRF51-ble-bcast-mesh-master with nrf51_sdk_v6_1_0_b2ec2e6 and get the rbc_mesh_BLE_Gateway.hex. However, I drag and drop the hex file to MBED drive and it's not working. I heard that uVision trial version only support 32KB firmware size. Would that be the problem?

Parents Reply
  • @Max: How did you test the LED example ?

    Note that the BLE_Gateway allow a phone to connect and join the network, that's why we have nrf_adv_conn_init() so that BLE central device can connect and control the other nodes.

    In the LED example, they only do broadcast mesh, won't allow connection. The control is either from button press, or from a phone connected to the BLE Gateway.

Children
No Data
Related