DA1468x

蓝牙发送经常处于GATTC_SERVER_BUSY状态是怎么回事?

Sun, 2019-04-21 10:31--魏文彬

你好,请问下我在用DA14682蓝牙大量数据长时间持续发送数据的时候。前面20分钟正常。20分钟后遇到函数返回的BLE_ERROR_BUSY状态,且每次发送数据都会遇到。请问这是怎么回事?

我用的demo是ble_sps_peripheral

问题出现在函数:ble_gatts_send_event里的ble_mgr_gatts_send_event_cmd_handler里的BLE_ERROR_BUSY

/* Check if GATT controller is busy */
if ( ke_state_get(KE_BUILD_ID(TASK_GATTC, cmd->conn_idx)) & GATTC_SERVER_BUSY ) {
ret = BLE_ERROR_BUSY;
goto done;
}

我每次蓝牙发送数据前会检查上一次蓝牙发送数据时候完成。若上一次蓝牙发送完成这次发送才能开始。

correct way to put DA14680 to hibernate mode

Thu, 2019-04-18 08:00--xiaojie

SDK DA1468x_DA15xxx_SDK_1.0.14.1081.zip

Hello Dialog,

I have a customized board with DA14680 and some sensors. When not in use, I use a button to trigger the wakeup and put board to hibernate mode. However, the MCU wakes itself up after 1 minutes. I have a few questions:

1. what is the correct way to put system to hibernate mode? Is it simple as "pm_set_sleep_mode(pm_mode_hibernation);", then whenever system is in idle (not running any active task), it will go hibernate?

Trouble with da14681 UART2 at 1MHz

Wed, 2019-04-17 02:04--DLWAY77

Hi,

Using a Dialog ProKit with a DA14681 daughter board and DA1468x_DA15xxx_SDK_1.0.14.1081.

I have modified the freertos_retarget project to experiment with UART2 for communication with another processor. I monitor the output transmit signal with a scope. The relevant code fragments are below.

UART_BUS(UART2, SERIAL2, HW_UART_BAUDRATE_1000000, HW_UART_DATABITS_8, HW_UART_PARITY_NONE,
HW_UART_STOPBITS_2, 0, 1, HW_DMA_CHANNEL_3, HW_DMA_CHANNEL_2, 0, 0)

{

Mesh Information

Mon, 2019-04-15 18:36--parmanjosan

Hello Dialog Team,

I am using DA14583 Bluetooth mesh to implement a home automation project.

One of the nodes in this mesh is going to be an esp32 (https://www.espressif.com/en/news/Espressifs_BLE_Mesh_SDK_Is_Now_Bluetooth_SIG_certified). Any specific configuration I need to set to include esp32 in the mesh or its the same configuration of including another dialog ble device.

Building Production Test Firmware for DA14861

Wed, 2019-04-10 11:32--shpasser

Hello Dear Support,

I've downloaded "DA1458x_DA1468x_PLT_v_4.3.0.310.zip" and "DA1468x_DA15xxx_SDK_1.0.14.1081.zip" and tried to build the Production Test for DA14861 without any success. Could you please help me to find the right project and source files in order to build the Production Test for DA14861.

Thanks in advance,

Ron.

Does DA14682 support "Bluetooth long range (BLR/LE Coded PHY)"?

Mon, 2019-04-08 08:38--msaito02

Hello!

Does your “DA14682” support “Bluetooth long range”?
We're looking for a bluetooth 5 chip supports both long range and mesh for our home automation device. Or could you kindly tell me such a model name?

Best regards,

Pages

订阅RSS - DA1468x