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

lte_ble_gateway

I have been programming nRF9160 using v0.4.0 SDK and it has worked fine. However moving the same program to Nordic Thingy 91 has been giving me problems. The board nrf9160_pca20035ns does not exist there, and similar boards gives me error. I also tried with v1.1.0 in which the board does exist but it has given me this error during opening. Can someone show me a way around this error?

Parents Reply
  • I have done that and everything appears to work fine except when I change the connection parameters. These are the connection parameters I want to use

    static const struct bt_le_conn_param cp = {
                .interval_min = 2400,
                .interval_max = 2400,
                .latency = 4,
                .timeout = 3200,

    they work fine with nRF9160 DK

Children
Related