⚠️
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.
4 posts / 0 new
Last post
gert186
Offline
Last seen:1 year 3 months ago
加入:2016-04-21 59
Some Questions

Hi,

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.

Can someone give me some Help?

Best regards
Gert

Device:
MT_dialog
Offline
Last seen:2 months 1 week ago
工作人员
加入:2015-06-08 11:34
Hi gert186,

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

gert186
Offline
Last seen:1 year 3 months ago
加入:2016-04-21 59
Thanks!

Thanks!

Do you know how much data I can store in an array?

MT_dialog
Offline
Last seen:2 months 1 week ago
工作人员
加入:2015-06-08 11:34
Hi gert186,

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