Difference b/w SPS & SPP
Hi Dialog,
Can you say the difference between SPS and SPP ?
Hi Dialog,
Can you say the difference between SPS and SPP ?
Hi,
We are developing DA14680 solutions, but all the license in SDK really puzzles us.
It is all like we are not allowed to use.
Are we allowed to use that and give the codes to our customers who want to customize the firmware?
Thanks
Hi,
我们正在开发DA14680, 发现SDK里的协议非常奇怪,说明不准使用,也不准分发。
那我们以后要给我们的客户使用或者自己使用应该怎么办呢?
hi,Dialog:
sometimes ,I want to close the timer ,but I find it make no difference to using the ke_timer_clear(); Is it must be use in the timer_handler function ?
Hi,
I want to add a custom service, not present in the sdk, (Light Bulb - 128 bit) and its single characteristic (ON - 128 bit) in the ble_app_peripheral example.
I have removed the existing service/characteristic present in the app.
If I am not wrong, I need to add an entry in user_prf_funcs[] and then write two functions:
void app_lb_db_create(void)
void app_lb_db_enable(uint16_t)
Also, I need to add those under which task_id? TASK_CUSTS1 or anything else?
hi!
how to transmit 3 packages during one connect event In DSPS project?
thanks!
Hi Dialog
I am using DA14580 Pro kit. I am running the sps example with the version DA1458x_DSPS_v_5.150.2. I need to transfer some fixed data continuously from device to host.
Where i need to modify?
I have modified my code like tis
void user_ble_pull (bool init, bool success)
{
bool send_flow_on = false;
static bool tx_busy_flag = false;
static uint8_t rounds_waiting=0;
static uint16_t length;
Hello,
我试图上传作品DA1示例代码4580, but Keil's uVision is producing the following error:
Every time when the peripheral issues the message "GAPC_DISCONNECT_CMD", my application disconnects from the central, but also crashes due to a watchdog timeout.
The disconnect message is issued after 10 (using timer) seconds of inactivity (no data sent nor received, to and from client). If I disable the wdt the application does not behave correctly either.
Watchdog set to FF.
Is there anything I might be missing, anything I should do before disconnecting?
Hello,
According to the UM-B-041, 6.2.5.3, can I use SWDIO and SWCLK as URX and UTX in Production?