DA1469x

ble_gatts_set_value VS ble_storage_put_u32

Mon, 2019-04-29 14:19--alexedge

Hi,

hope someone could clarify the difference between the use of these two functions and when / where they should be used.

uint32_t yyy = 0x12345678;

ble_gatts_set_value(xxx_val_h, sizeof(yyy), &yyy);

OR

ble_storage_put_u32(conn_idx, xxx_val_h, yyy, true); // with param conn_idx is this per connection?

Thanks,

Alex.

DA14695-USB

Fri, 2019-04-26 11:40--jwyoungster

Using SSS v2.0.07

SDK 10.0.4.66

was able to load/compile/modify pxp reporter demo , debug using RAM and get the usb kit doing things.

tried to flash it with the .bin file created. (i.e. run it standalone)...used the cli-programmer and J Link 6.44 GDB (i.e. command prompt style)

didnt do anything (i.e. not running).

went back into sdk to try and debug...

while debugging get all sorts of errors...(see attachments).

re-flashed the usb with the factory fw.bin...the usb runs standalone no problems.

DA14695 Development Kit – USB

Tue, 2019-04-16 17:05--jwyoungster

Just got one of these kits after attending a n event at Avnet, North Reading , MA.

Are there any "canned software" apps specifically geared towrds this board? i.e for a real beginer...jsut to go in , tweek a few things, see how to compe, etc.?

I downloaded all the SDK/SS, etc...I can compile the demo projects in the SDK ( there...ble_multi-lin, pcp_reporter, etc).

Possibly the source code for the "factory default" program loded on the part?

again, super beginer here. If I could flash the led in a manner I dicate by editing some code would be helpful.

DA1469x support wireless charging?

Wed, 2019-04-03 21:49--dmyers

Hello, I'm looking at product line for DA1469x and want to know if it's possible to interface the built-in battery charger with a wireless power receiver's rectified (5V) output. Since the charging seems to be based on USB VBUS, could the rectified output just be connected to the VBUS line? Assume USB charging isn't a requirement in this use case.

Pages

Subscribe to RSS - DA1469x