In the sdk_driver folder left click and add Existing files to Group 'sdk_driver' navigate to the following directory ..\v_5.150.2\sdk_580\sdk\platform\driver\i2c_eeprom in order to add the i2c driver file, also remember to include the i2c_eeprom.h file in your include paths.
Hi, Sorry , i haven't used the spi interface , please refer IOT smart band project you will get some ideas about using spi interface.. see the fucntion user_send_ble_data() in dsps this function receives data from uart & sends data via BLE.
Hiprasanth.velliyangiri,
In the sdk_driver folder left click and add Existing files to Group 'sdk_driver' navigate to the following directory ..\v_5.150.2\sdk_580\sdk\platform\driver\i2c_eeprom in order to add the i2c driver file, also remember to include the i2c_eeprom.h file in your include paths.
Thanks MT_dialog
Hi,
How can we send the data received from spi interface using DSPS profile?
Please tell the steps to do this.
Thank you
Hi,
Sorry , i haven't used the spi interface , please refer IOT smart band project you will get some ideas about using spi interface..
see the fucntion user_send_ble_data() in dsps this function receives data from uart & sends data via BLE.
On calling the function user_send_ble_data(), there is a software reset occurring and my code stops. What might be the problem?
Hi Bharath,
You mean a platform reset ? this occurs whenever the code can't allocate any memory since you 've run out.
Thanks MT_dialog