u-blox / c209-aoa-tag

Bluetooth Direction Finding Tag sample application. Works with u-connectLocate.
https://www.u-blox.com/en/technologies/bluetooth-indoor-positioning
Apache License 2.0
31 stars 12 forks source link

storage service limitations, dependencies #10

Closed sdetweil closed 2 years ago

sdetweil commented 2 years ago

I want to save the eddystone info my AT command sets, into storage. like the transmit power.

is there any doc on the storage service?

perssonmagnus commented 2 years ago

Hi,

You mean the same as is done with the TxPower in https://github.com/u-blox/c209-aoa-tag/blob/master/src/storage.c? The NVS of Zephyr is described in the Zephyr doc, https://docs.zephyrproject.org/latest/reference/storage/nvs/nvs.html?highlight=nvs_write#api-reference.

sdetweil commented 2 years ago

yes, thanks.