GATT Peripheral Mode Write Char Size
Hi we implement a project for gatt peripheral mode. We have a 1 service and 2 properties in the service. Also every properties have 1 characteric.
Hi we implement a project for gatt peripheral mode. We have a 1 service and 2 properties in the service. Also every properties have 1 characteric.
i am using the ROLE_BOTH, and it can work in master-slave mode, but the chip stop adv when it start scan, can it scan and adv both at the same time?thank you~!
Hi, Dialog!
I run the Blinky Peripheral example application on the basic development kit according to the reference document UM-B-048. after I have done all the preparations(follow the reference steps), ready to compile the SDK example project blinky, Keil5 notified me of an error:Error: C4065E: type of input file 'DA14585AC' unknown.
在DSPS_6.150.4.50上做透传功能,有些数据从585采集,并不是从ble接收。怎么把585采集的数据放进Tx list,实现 uart DMA发送?
user_ble_to_dma_uart( (void *)param ); 比如user_uart_tx_data[10] = {0,1,2,3,4,5,6,7,8,9}数据要怎么传入param ,怎么开辟数据空间?
void user_ble_to_dma_uart(void *msg)
{
struct ke_msg *msg_tx = ke_param2msg( msg );
__disable_irq();
co_list_push_back(&dma_uart.tx_list_ready, &msg_tx->hdr);
__enable_irq();
}
Hi all,
I am working on DA14585 Basic Kit.
For the application I am building I would be needing to implement both Central and Peripheral appication on DA14585 (individually).
Before I implement that, I want to implement BLE Central on one kit and BLE peripheral on another and test the working. I will make some modification to those code for the custom profile (I have tested custom profile with peripheral and smartphone on other end).
Note: SDK version: 6.0.14.114 & DA14585 Basic Kit
嗨
im trying to read a voltage output from a voltage devider ( 3v to be precise), and i managed to understand some parts about the adc reading
using the sdk 6.0.14 i wrote this code based on the batt example in the peripheral examples
/ /在periph_setup.h
#define ADC_PORT GPIO_PORT_0
#define ADC_PIN GPIO_PIN_1
uint32_t adc_get_voltage_sample(void);
GPIO_ConfigurePin(ADC_PORT,ADC_PIN,INPUT,PID_ADC,false); // in set_pad_functions
//in periph_setup.c
Hi
If i do my own module based on DA14585 based on your referance design then do I need to do any calibration of the module when it is beeing produced?
If yes doe you have any document that describe what has to be done?
For BT SIG do I have to de a new qualification when I use the chip and your referance design or can i just relay or the chip qualification you already have done?
Br Erik
Dear Dialog Support,
I often have to use UART to programm our DA14585. I use the CIB from the DA14583 IOT sensor and at the moment Smart Snippets 5.0.12.
When I program a new binary file, I click "burn and verify", and the procedure is as follows:
I am using the toolbox 5.10 burning tool to burn external flash, but sometimes it does not work very well, sometimes there are abnormal connections and burning failures.
I use jtag to connect to my product board for burning. At present, there are two kinds of errors in the test, one is the failure of connecting the chip, the other is the failure of the flash operation.
Do you know what the problem is? thank you!