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...
Hi,
I use two evk board to connected and test the uart serialization sample(ble_s110_serialization), one is ble_app_hrs and one is ble_app_connectivity. But I have one...
I am getting get BLE_EVT_USER_MEM_REQUEST and BLE_GAP_EVT_CONN_PARAM_UPDATE event, when writing to ble device, sample code did not handle these event, and seems no document...
Hello:
Why do I erase SDK5.2 version of flash and read not, in SDK4.2 can. I tested nrf51_sdk_v5_2_0_39364\nrf51822\Board\nrf6310\flashwrite_example is a good example.However...
I am using nRF Master Control panel for testing my peripheral changes. It works fine until i upgrade my nexus 5 to android Marshmallow. Now the app cant even find BLE device...
Hi all,
I'm using nRF5_SDK_11.0.0_89a8197, if I build any project from it, it deletes all objects files and compile all source files every time it take some unnecessary...
Hii all
I am trying to run bootloader_signing example from the gcc. Nordic already gave an example for Keil I wanted to port the same thing for gcc. But its not working,...
Hi
I'd like to know three type of ESD models breakdown voltage lower limit.
・Machine model(MM)
・Human body model(HBM)
・Charged device model(CDM)
If nobody have the...
Hello,
i am working with the nRF52 DK and the SDK11. My intention is to receive arbitrary bytes via UART in non-blocking mode.
I have already read the following entry...
Hi I need use s130 softdevice as a central. So i am getting error with my existing code that works fine with s120 softdevice as central.
nordic_sdk_10/components/softdevice...
Hi, Nordic:
I'm testing the DC/DC function as to reduce the radio current. I have done the DC/DC test using pca10028 DK with the code below (SD v2.0.1, SDK11) :
void...
Hi,
I want to develop an ANT+BLE application using the D52Q module. I found the BLE serialization documentation but it's referred to S130, S132 SoftDevices. Is it compatible...
I have recently started getting the following error during a DFU using MCP.
Capture.PNG
Any idea as to the cause of this? What is the best way to debug this?
I am...
Hi,
I am wondering why PSTORAGE_NUM_OF_PAGES is by default set to 2 in the DFU project.
From what I understand the pstorage_raw.c module is used to update bootloader...
In iOS, it is possible for different apps to send data to the same characteristics in the same device by calling retrieveConnectedPeriphrals… Is there a way to identify the...
Hello,
currently, I am trying to get the SPI (master with EasyDMA) to work. I interfaced it with an LED driver IC , which needs some signaling (via GPIO pins) along with...
Hi,
I'm using the nrf52 board with sdk11.
I want to know that i have 100 beacons and my nrf52 is a cenral.
1)How many beacons can scan by the central at a time?
2...