Hi,
I use the nrf51422 chip.I want to know if the ANT establish link between chips,where can I get the matching configuration (like device type、channel ID).I mean is...
Is there a way to recieve more than one write callback for a given characteristic, per radio session? It seems like I can rx 1 time per attribute per radio session and tx...
If it can work with iOS blue setting will be better
I need some reference to dev hid device in IOS
but I can just find my device ,connect ok but not work.
I need to create timeout below 1ms. I would pretty much like to use timer for that because I do not want to hold the cpu inside cycle. For me it is not important the exactness...
Hi,
While testing the device firmware update through the nRFtoolbox android application, i get "device has no required service" error more frequently.
I use latest version...
I'm having some trouble successfully entering ON,IDLE mode. I have pared-down my application to do the following:
Initializes the app_timer using the scheduler:
...
I want to control GPIO toggle by PPI. Timer1 is in timer mode. CC[0] is 1000, and CC[1] is 8000.
I use compare[0] to toggle gpio18 by PPI. I also want to use compare[1] to...
Ok so I've followed the instructions to make my dev dongle (pca10000) a sniffer in "nRF Sniffer User Guide v1.2". Now I want to use it the way I used to use it in MCP.
...
Hi,
I am unable to compile any debug versions of my code, as result I'm not able to step-through and debug my code.
On a normal compile, get the following error:
"region...
Our pcb is used for gps location data. We have a nrf24L01 nordic chip as the micro process or between the gps module and wireless module (2G). Our engineer needs to capture...
If I write a zero to the output register, and enable the pullup on the same pin, can I switch between driven low output and input with pullup simply by settting/clearing the...
Hello,
For our DFU solution we would like to read the current hardware/software revision of the module. But now we can only test the hardware/software revision of the application...
Dear All,
I can read two different ANT sensors sucessfully with my target system, but initialization of sensors only works first time. When changing sensorIDs of simulator...
HI, All.
I have some troubles:
Why MBR is erased when I erase or write the SorfDevice with 1kB at address 0x3000? My SorfDevice version is 7.1.0.
Thanks all.
Update...
Hello all,
When I try to implement the new watchdog driver it keeps saying that the NRF_DRV_WDT_DEAFULT_CONFIG is undeclared. What am I missing I have all the requered...
Hey folks,
I'm trying to modify the SPI Master loop back example into a 4 line SPI Master_Slave program. Whenever I change the Tx_Buffer_lenght from 10 to lsome other numbers...
hello,
In order to develop a project on master-bridge-slave,i found scan_start() in the ble_central program.But the function definition for sd_ble_gap_scan_start() in scan_start...
I am using nRF51422 SDK v8.0 and the board for evaluation is PCA10003. As I am using the BLE in GENERIC_KEYRING. The same I am trying to configure to send Immediate alert...
Hi,
I'm wondering if there's any way to check if a peripheral device was actively scanned? I can easily set my own scan response data but is there any message generated...