DA14580

Advertisement-complete callback in non-connectable broadcast mode.

Wed, 2015-10-21 08:20--ciano

Dear Dialog,

I have started using the new SDK 5 series.

I have want to change the advertisement data dynamically, and I have your example "Ble_app_peripheral", which works great, but as usual I have a small twist.
我想在non-connectab播出le advertise in this configuration:

GPIO configuration in extend_sleep mode

Mon, 2015-10-19 17:37--awesley

I set the P3.2 to hight. I use ke_timer_set( ) function to generate 10ms timer. In the timer interrupt function I set the P3.2 to low . The action generate once in every 100 ms .

alert_state.port = 3
alert_state.pin = 2

void a_function( )
{
GPIO_SetActive( alert_state.port, alert_state.pin);
ke_timer_set(APP_PXP_TIMER, TASK_APP, 1);
}
a_function is be called every 100ms

can't drive GPIO in deep sleep mode

Mon, 2015-10-19 14:33--dsnejko

Hi,

I have a custom board with DA14580. The board has one clock 16Mhz. SDK si 3.06. After a connection established I am trying to use a GPIO to power an external opam amplifier and run the adc to read the analog signal. It works in active mode but stops working if I enable any sleep mode. Even if I try to control the mode from the app, let say deep sleep in advertisement and force active after connection, the gpio is not controlled. Any suggestions?
Regards, Dmitri.

Pages

Subscribe to RSS - DA14580