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...
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...
Hi,
I'm testing doing a soft device update (v7.0 to v7.1) over DFU, but I consistently get OP_CODE_SYS_RESET sent to my device after 4 packets(80 bytes), at which point the...
Just want to know how acknowledged message works.
ANT document says there is no retry logic for acknowledged message.
According to ANT protocol, acknowledged message should...
Hi all!
I've been trying to OTA firmware using iOS nRF Toolbox App. I'm able to read.hex files in the App, although, after trying to send the file to the device the format...
I have a "heartbeat" LED which flashes for 10mS every 2 seconds. I was doing this with one of the HW timers and a PPI channel, but I have discovered that just having the HW...
How would I go about changing the connection event packet length?
I have an 8 byte characteristic setup with notifications enabled, but it still looks like it is transmitting...
Hi,
I have the following code with SD110 7.1.0:
static void uart_init(void) // device inter-communication
{
// Configure RX and TX pins.
nrf_gpio_pin_set(0);
nrf_gpio_cfg_output...
Hello,
I am building a sample protocol using nRF51822 DK. I am using S130 soft device. I have a few BLE nodes communicating with each other. The nRF51 DK acts as these nodes...
Is the nRF51822 pin-for-pin compatible with nRF51422?
I can't find any distributor stock of nRF51822-QFAC.
I see the eval kit has nRF51422. I don't need ANT functionality;...
Hii, i use nordic PCA10028 dev kit, to test the bluetooth of kit i simply load the ble_app_hrs example which is given in SDK, because of i don't know how softdevice 110 is...
I'm currently designing a system that requires Nonvolatile memory. Whilst I can accept the 43uS delay to write a word to flash memory. My concern is that it is entirely possible...
Hello,
i plan implementing an block storage for nRF51. I want to integrate an checksum or error correction mechanism.
I have understood i can write an bit 20000 times...
i meet very strange problem! i using nRF51822 QFAC. it has 32K RAM. but when we using 32K RAM Linkscript file. the firmware did not run up. it seem dead in sd_ble_enable(...
Greetings,
S110 with SDK6.0 I try to build the executable for Nordic GitHub project Timeslot Oberver example. I get an error that the handler SD_EVT_IRQHandler is multiple...
Hi,
There is a following initialization in 51822:
static void controls_init(void){
uint32_t err_code;
// Configure pins.
uint32_t pins_transition_mask = (1 << SCKIN_PIN...