DA14580

DSPS - can't discover the device in the app

Fri, 2016-07-01 14:10--mraninec

Hi,

I downloaded DSPS 5.150.2 and without any changes I loadedsps_device我的自定义项目委员会(基本上只有转为叙述e module with DA14580 and its necessary circuitry) to verify board's functionality. I can detect the device in any BLE scanning app (for example nRF Master Control Center), but not in DSPS app (tried both Android and iOS). Are any changes in project required in order to make the project work on the custom board, even when I don't need to use any peripherals and interfaces for now?

Best Regards,
Michal

SDK 3 vs SDK 5

Fri, 2016-07-01 11:17--sabasit

Dear Dialog,

We have been using Murata Module with Dialog controller DA14580. We used SDK 3.x and hex file when programmed using UART, it works fine. Now we need to update to SDK5 to use functionality in Central Mode more. The hex file created same way i.e. using Keil compiler when programmed through UART, bootloader reply correctly with CRC but program doesn't run.

Is there something in the configuration of project settings or stack configuration that we are missing. Could you help us in this regard?

Thanks,
Sbasit

DA14580 reset while service interrogate immediately after connection is made

Fri, 2016-07-01 10:38--hardy.chen

Using DA14580_BEACON_3.40.6.

Hi,

My application running based on DA14580_BEACON_3.40.6 is now facing a crucial issue which cause DA14580 reset right after connection made from Android or iOS device.
And my observation is interesting that if the *service discovery* is delayed after couple hundred ms, it would then survive for serving GATT commanding.
So, is there any bug/limitation in DA14580 for serving GATT request with a guard time required after connection is made?

ASSERT_WARNING

Thu, 2016-06-30 10:47--Jun-ichi Tobe

ASSERT_WARNING

Hello Support!

I woulu like to know about the "ASSERT_WARNING".

rwble.c
>> void power_up(void)
>>
>> if ( GetBits32(BLE_INTSTAT_REG, SLPINTSTAT) )
>> ASSERT_WARNING(0);
>>
>> while ( !GetBits32(BLE_INTSTAT_REG, SLPINTSTAT) ) {};

Q1)
Could you please let me know the conditions of "BLE_INTSTAT_REG, SLPINTSTAT"
and when & how "SLPINTSTAT" is TRUE.
I can not find them in the datasheet.

how to debug with uart1

Thu, 2016-06-30 07:11--RandyYu

我用的SDK5.0.3下面的prox_reporter创建的工程,论坛上现在有个示例使用的SKD5 template.我按照这个在我的工程上修改的,但是我使用的是UART1,我添加driver下面的uart.c 到工程之后出现以下的编译错误,请问怎么解决?谢谢
.\out_580\prox_reporter_580.axf: Error: L6200E: Symbol UART_Handler multiply defined (by rom_symdef.txt and uart.o).
.\out_580\prox_reporter_580.axf: Error: L6200E: Symbol UART_Handler_func multiply defined (by rom_symdef.txt and uart.o).
.\out_580\prox_reporter_580.axf: Error: L6200E: Symbol uart_finish_transfers_func multiply defined (by rom_symdef.txt and uart.o).

training_02_custom_profile_example problem

Thu, 2016-06-30 06:32--RandyYu

when I flow the training_02_custom_profile_example sheet to learn the sdk 5.0.3,there has a error after compile "identifier "att_decl_char" is undefined and identifier "att_decl_cfg" is undefined identifier "att_decl_user_desc" is undefined " ect,training_02_custom_profile_example does not define this.
Thanks

Dangerous macro definitions: MS_TO_BLESLOTS, MS_TO_DOUBLESLOTS, MS_TO_TIMERUNITS, TIMERUNITS_TO_MS...

Wed, 2016-06-29 16:46--oren

Dangerous macro definitions: MS_TO_BLESLOTS, MS_TO_DOUBLESLOTS, MS_TO_TIMERUNITS, TIMERUNITS_TO_MS, US_TO_BLESLOTS, US_TO_DOUBLESLOTS, US_TO_TIMERUNITS.

anoyone谁使用这些宏——注意到y should not be used with formulas.
For example, look at MS_TO_TIMERUNITS:
#define MS_TO_TIMERUNITS(x) ((int)(x/10))
It's OK to doMS_TO_TIMERUNITS(10000)andMS_TI_TIMERUNITS(x)
butMS_TO_TIMERUNITS(a + b)would give:((int)(a + b/10))
Not((int)((a + b)/10))!!!

关于添加按键作为鼠标的移动操作

Wed, 2016-06-29 15:55--songlaihong

您好:
我想修改鼠标的例程将移动鼠标的动作用按键来执行,我找到了app_mouse_send_motion_report()入口,但是如何通过按键操作并将鼠标移动报告给host不是很了解,能告知一下或者有相关案例吗?

Pages

Subscribe to RSS - DA14580