a bug in gapm_cmp_evt_handler?
sdk5
I mean how to fetch the result from scanning completion?
case GAPM_SCAN_ACTIVE:
case GAPM_SCAN_PASSIVE:
{
EXECUTE_CALLBACK_VOID(app_on_scanning_completed);
}
sdk5
I mean how to fetch the result from scanning completion?
case GAPM_SCAN_ACTIVE:
case GAPM_SCAN_PASSIVE:
{
EXECUTE_CALLBACK_VOID(app_on_scanning_completed);
}
Hi,
I would like to understand what would happen if I have#undefREAD_NVDS_STRUCT_FROM_OTP in my application and burn my application into the OTP.
To put it in other words, I would like to understand if we are burning an application into OTP is it a MUST to have READ_NVDS_STRUCT_FROM_OTP defined?
I'm in the middle of understanding how to:
1. Go about with loading an application into SRAM from OTP.
2. Booting from OTP (Normal mode)
Hi Dialog
I was download the code of protest.hex to my product for BQB ,and there is some comand have no return:
Command: WriteScanEnable
发送:0 x011a0c0103
Expected: 0x040EXXXXXXXX00
Received: [Empty]
Command: SetEventFilter
Sent: 0x01050C03020002
Expected: 0x040EXXXXXXXX00
Received: [Empty]
Is the test code no support these command?
I was used the two-wire(only TX RX wire), and also some command was success as follow:
in a post, it mentioned:
please note that ke_timer_set cannot wake the DA14580 from sleep modes : you can only do that with app_timer_set.
I checked through the codes of app_easy_timer, it looks like using ke_timer_set, so it can not be used to wake up? what is the difference between app_timer_set and ke_timer_set?
Peter
Hello,
I can use the sps_device project to communicate using UART but I would like to use SPI.
What are the steps to do it? I uncommented the #define CFG_HCI_SPI and commented out #define CFG_HCI_UART in da14580_stack.h:
//#define CFG_HCI_UART
#define CFG_HCI_SPI
In arch_system.c :
#ifdef CFG_HCI_SPI
// Creation of SPI external interface api
const struct rwip_eif_api spi_api =
{
spi_hci_read_func,
spi_hci_write_func,
spi_hci_flow_on_func,
spi_hci_flow_off_func,
};
#endif
hi dialog,
I want to let da14580 going into deep sleep mode for a couple of hours or days, then it wakes up automatically, how to do it with minimal energy consumed?
Peter
hi dialog,
I am going to connect da i2c to a wifi module which supports i2c as well. in sdk5, I found a sample with eeprom i2c.
the question is:
1) is the i2c driver necessary to be bound to eeprom?
2) is there other sample describing i2c to other module rather than eeprom? or how can I customize it.
thanks,
Peter
Hi ,Deal Dialog:
hi dialog,
In the attachment page 1, it says there are 16Mhz 32.768Kz XTAL within da14580, but in the attachment page 2 or any other reference designs downloaded from dialog, the 16Mhz XTAL is outside da14580, that means XTAL is needed to connect to da14580 externally. Shall we use external XTAL or not?
Peter Fu
Hi,
we want to mass-produce approximately 1,000 DA14580.
I try to download the SDK code we wrote. If we give to send a written code, can you download it?
or Do we need to download it ourselves?
The motherboard is now P2ML3078(muRata) we are using.