⚠️ Hi there.. thanks for coming to the forums. Exciting news! we’re now in the process of moving to our new forum platform that will offer better functionality and is contained within the main Dialog website. All posts and accounts have been migrated. We’re now accepting traffic on the new forum only - please POST any new threads at//www.xmece.com/support. We’ll be fixing bugs / optimising the searching and tagging over the coming days.
I would like to store data inside a EEProm (I2C) or internally as file to transmit. Or better I would like to store data in fie and transmit it ofer Bluetooth.
Thats quite generic, what is the actual problem with that or your concerns ? You will be able to find how to transact with an EEPROM memory in the SDK peripheral_examples, there is also a similar functionallity with SPI or I2C used by the SUOTA profile, so you will be able to use that as a reference. Also i suppose that you are going to need a custom profile for doing that and for that impelementation you can use the ble_app_profile or the ble_app_peripheral example which also comes with the SDK.
I am not sure that i get the question, this is related to basic C knowledge if i understand the question correctly, it depends on the size of the array is and the type of the element that the array holds.
Hi gert186,
Thats quite generic, what is the actual problem with that or your concerns ? You will be able to find how to transact with an EEPROM memory in the SDK peripheral_examples, there is also a similar functionallity with SPI or I2C used by the SUOTA profile, so you will be able to use that as a reference. Also i suppose that you are going to need a custom profile for doing that and for that impelementation you can use the ble_app_profile or the ble_app_peripheral example which also comes with the SDK.
Thanks MT_Dialog
Thanks!
Do you know how much data I can store in an array?
Hi gert186,
I am not sure that i get the question, this is related to basic C knowledge if i understand the question correctly, it depends on the size of the array is and the type of the element that the array holds.
Thanks MT_dialog