BLE timer
Dear support team! Could you, please, explain me, how set time interval for ext. sleep mode.
Reboots without CFG_DEVELOPMENT_DEBUG
I have a custom board where I adapted the example ble_app_all_in_one for my application. I use ARCH_EXT_SLEEP_OTP_COPY_ON. Everything works so far, but when I disable CFG_DEVELOPMENT_DEBUG, the device consistently reboots after a few seconds.
Any hint as of what may be going on?
Read FIFO I2C
Hi,
I'm trying to read a 32 Byte FIFO (using I2C)
The FIFO register address is constant (0x09) and require to re-read the same address while transmiting STOP at the end.
Please see what i'm missing here ?
Thanks
void user_i2c_multi_byte_read_FIFO(uint32_t reg_address, uint8_t *rd_data, uint32_t num_bytes)
{
int j=0;
GLOBAL_INT_DISABLE();
user_i2c_send_address(右eg_address);
Central with 8 connections to peripherals
Hi
I am developing software for a device that should connect to 8 peripherals. I have used the DSPS_HOST example as inspiration, but when I run into a assert in gapc_disconnect_ind_handler because the state is APP_CONNECTABLE instead of APP_CONNECTED. It happen when one connection is established, but run out of range and it is scanning for more devices at the same time.
When I at start scanning I set ke_state_set(TASK_APP, APP_CONNECTABLE)
When starting the the scan. I do it with:
GATT read data path
Hi,
I'm tring to hook "read" for GATT custom service (using ble_app_peripheral example)
it seems as read doesn't stop in breakpoint located in these functions.
- gattc_read_req_ind_handler
- gattc_att_info_req_ind_handler
- custs1_att_info_rsp_handler
Please advise how to hook "read" data path
Thanks
Access to raw live data through the mobile app
Hey,
I'm trying to figure out how to access the raw data from the DA14585 through the mobile app. I can see the historical data and get it in JSON, but I need the raw live data, possibly without the usage of cloud. Being able to store and use it directly would help a lot. I'm trying to make it give live alerts and such, but not just by having it send something to my email. The raw data would help me program it for my own use better. Any ideas?
Multi Slave configuration
Hi,
I need information about simantenously connection of multiple slaves configuration
for example,our DA14585 should be as master that support multiple slave connections.
i want to implemenet it how to do that..is our chip supports that how to proceed.please help me in detail
Transfer Da14580 to Da14585
Hi Dialog,
I'm transferring Da14580 to Da14585, but I found GPIO_SetInactive and GPIO_SetActive is not effective in Da14585, while it's OK in Da14580.
The same code can ran in 580 while can not in 585,
is there any difference in 585 and 580? either in software or in hardware?
Thanks
Benjamin
Switching the device role
Hello everyone,
I'm trying to switch the device role from GAP_ROLE_BROADCASTER/GAP_ROLE_ALL to GAP_ROLE_OBSERVER in order to interchange advertising and active scan periodically. Unfortunately, the code execution breaks with the error code 0x43 (GAP_ERR_COMMAND_DISALLOWED) after the code section presented below. Do you have an idea what could be wrong in the re-configuration command? Is there any crucial steps, that should be done before (like changing of the state of the application or of the any other task)?