DA14580

how add custom service which is UUID16 ?

Thu, 2016-11-03 12:22--Jonas Freitas

Hello

I would like to turn the DSPS 3.150.2 in uiid16 type, I found that there is a closed topic on discução to create custom UUID16 where the sample firmware was created, I wonder if you have to pass the same? under the topic:

https://support.dialog-semiconductor.com/can-i-add-custom-service-which-...

PLT, updates

Thu, 2016-11-03 09:42--ciano

Hi Dialog,

We am using the PLT and building our own prod_test.bin based on SDK 5.0.4

My PLT gives these versions:
Software: DA1458x/DA1468x Production Line
Software version: v_3.170.6.90
PLTD DLL version: v_3.170.6.90
PDLL Version: v_3.170.6.90
UDLL Version:
Production test BLE firmware version: v_5.0.4
Production test APP firmware version: v_5.0.4

Advertising period more than 1 second not working

Thu, 2016-11-03 06:54--abhikalitra

HiSupport@Dialog,

I am using SDK 5.0.4. I have to design a BLE in advertising mode. It measures battery voltage and advertise it.For this application I am using example
SDK 5.0.4\SDK 5.0.4\DA1458x_SDK_5.0.4\DA1458x_SDK\5.0.4\projects\target_apps\ble_examples\ble_app_barebone.

I am setting advertising period 1 Second using the following settings--

#define APP_ADV_DATA_UPDATE_TO (100) // value*10ms = ms

.intv_min = 32, // value*0.625ms=ms

IoT kit da14583 to da14580

Wed, 2016-11-02 21:04--misisnik

Hi

I want to ask if is possible to edit firmware from IoT development kit which is running under da14583 (https://support.dialog-semiconductor.com/connectivity/reference-design/d...) to the murata -- just normall da14580.

I have been connected externall flash memory to P0.7 as CS, P0_0 as SDO, P0_2 as SCK and P0_1 as SDI.
My question is If its enought to edit ports in platform/user_platform.h due to my HW design, or is more to do for it ?

ADC的差分工作模式

Wed, 2016-11-02 06:41--z20121202038

你好,
DA14580的AD支持差分工作模式,P00&P01、P02&P03分别组成了两个差分对。
adc_init(0,GP_ADC_SIGN,0);
adc_usDelay(20);
adc_enable_channel(0);
adc_sample=adc_get_sample();
如上代码,实现差分方式采集P00、P01两脚间的电势差。但尝试了各种情况,差分采值总不如预期,如把P00、P01同时接地,差分采出的值不为0,且与0偏离很远。

请问,差分采样方式有哪些注意事项:
1)对P00、P01自身的电压值有没有限制?
2)在选择内部1.2v参考电压的情况下,差分采样的范围是多少?
3)差分采样的输出应该是一个有符号数吧?它的bit9是不是就是符号位?

期待您的回答,谢谢!

Pages

Subscribe to RSS - DA14580