DA14580

APP_ADV_DATA_LEN (0) on DISS profile

Wed, 2015-07-29 12:46--giuseppe

Hi,
I create a new project from template sdk. I enabled DISS profile.
Undef CFG_NVDS on da14580_config.h and edit APP_DEVICE_NAME on app_myapplication_proj.h.
Run the application, the device appear on android app DSPS scan search.

About advertise strings I see on app_myapplication_proj.h this definitions:

#define APP_ADV_DATA "\x07\x01\x03\x18"
#define APP_ADV_DATA_LEN (0)

#define APP_SCNRSP_DATA "\x02\xFF\x00"
#define APP_SCNRSP_DATA_LENGTH (0)

The problem about call the function ----- app_disable_sleep()

Mon, 2015-07-27 05:05--liyang

hi,dialog :
I have use the DA14580 for 12 months . from SDK 3.0.2 to 3.0.10 .But I always met a problem . when I open the LED which controled by two PWM pulse .I use the function app_disable_sleep(), so the LED can work well . and when I close the LED ,I call the function app_set_extended_sleep() to make sure the device work in low power mode .

scan request and scan response

Sat, 2015-07-25 01:48--luke.liu@litepo...

From your document Proximity application_v.13, it seems that central device sends connection request right after receiving the advertisement packet from peripheral device. But according to BT4.1 spec, there shall be scan request packet from central device and scan response packet from peripheral device before the connection request packet. Do I miss something here? Thanks.

Luke

Programator doesn't work correctly

Fri, 2015-07-24 13:16--zvalus

Hi,
i am using:
Keil IDE 5.15 (with required packs)
DA14580 basic development board
J-link software
Problem:
examples first time works correctly ( when they are build first time). After changing for example, threshold value in blink example, build goes successfully, but debugging doesn't work due to fault in microcontroller (sometimes even Keil stops work). If I do those changes before first build - everything works.
I have tried:
Reset MCU before new debug - doesn't work;

Missing notifications on my Android app

Fri, 2015-07-24 10:19--vikramtheone

Hi,
Setup:

我写了一个自定义配置文件/服务应用on. My custom service has two characteristics (1 and 2) and the Characteristic 2 is enabled with notifications. I've designed the notification size to 154 bytes, I exchange the size of notification with the client. I have a timer which expires every 200ms, when it expires I will send a notification i.e. once every 200ms I send a notification of 154 bytes. I have an android app with which I'm connecting to my Murata DA14580 EVK.

With that as the setup.

Pages

Subscribe to RSS - DA14580