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

which program to choose to advertise data over BLE ?

Hello Everyone,

I have done I2C communication with Grid Eye sensor (AMG 8832) using twi_master_with_twis_slave (nRF5_SDK_12.3.0_d7731ad) example program. Now i want to transmit the Temperature data over BLE . I am not sure which ble_peripheral example to use to transmit the data ?

Thanks in advance.

Parents
  • Hello,

    This means that there is probably an err_code != 0 in one of the APP_ERROR_CHECK(err_code) calls. Can you try to disable the optimization, and then define "DEBUG" in your preprocessor defines? I don't know what IDE you use (if any), but in most IDEs, it is usually found in the project settings->C/C++.

    Try to do that, and then see if it stops on line 76, and if you can see where the APP_ERROR_CHECK was called from. You need to do both of the steps above to find this information.

    BR,

    Edvin

  • Thanks for replying Edvin,

    The problem is solved. I am able to get the advertisement packets.But it is limited to 31 bytes i want to send 64 bytes of data. can you help me how to solve the issues or suggest me a post to look up for info.

    Thanks for helping once again.

Reply Children
No Data
Related