SmartDice Source code
I am looking for the source code and User manual for the SmartDice product. Where can I find them on your site? I need to understand how my program on an Android tablet can communicate with it.
Thanks,
Greg
I am looking for the source code and User manual for the SmartDice product. Where can I find them on your site? I need to understand how my program on an Android tablet can communicate with it.
Thanks,
Greg
Hi Dialog.
I'm using a DA14580 Development Kit - Expert with DA15480_CB_PXI_WLCSP...
I wrote an Otp Header with the address 0x47f00 and 0x47f0a with YES value.
From that point I alway have in the SmartSnippet tool that value grayed, and not possible to change.
I lost also the functionalities of the "Booter" tab via UART, because it does not detect the pressing of the reset button.
I think because the OTP configuration remove the Bootmode.
I recently increased the size of 3 characteristics from 2 bytes to 40 bytes (an array of values) each. Since, the last service of the profile is not showing up when I connect. Is there a way to debug this? (like using the status variable when attributes are added to the database). Is there some maximum size for this database? I have verified that the calculated total size parameters for the service are correct.
Hi,
I have DA14580 Basic Development Kit and currently I am using SDK 5.0.3.
Till now I was using Proximity Reporter project and program it to the on-chip RAM using uVision Keil 5. Now I want to add support of SUOTA.
Please let me know, what I need to change? Do I need to program OTP instead of RAM to make SUOTA work?
Thanks,
DV
why?
I have put below into wake up call back already.
if(GetBits16(SYS_STAT_REG, PER_IS_DOWN))
periph_init();
irq is setuped for p2_7.
hi support,
does it mean I can not go to sleep right after started? can I safely change the number? what is the minimal num?
#define STARTUP_SLEEP_DELAY_DEFAULT 3200
here is my code, I use a key p2_7, once the key is pressed, it didn't trigger an interrupt to the call back. can someone help?
wkupct_register_callback(wake_up_cb);
wkupct_enable_irq(0x100, 0x100, 1, 0);
Is there an SDK 5.0.3 example BLE project (target_app) that uses the UART for debug? The peripheral examples at "\projects\target_apps\peripheral_examples" use "\projects\target_apps\peripheral_examples\shared\common_uart\common_uart.c" which contains the note: "(Do not use for your designs) - (legacy)" and the BLE example projects I have found do not use printf debugging so I'm not sure how to "add" printf debugging to the BLE examples.
Thank you.