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...
before i write the flash, it has been erased.so ,its value is all 0xff.
when i write 0x00 to flash address 0x0001,the value read out is not 0x00 but 0x01,and the value in...
I'm looking for a way to use the nordic uart service ( devzone.nordicsemi.com/.../ble_sdk_app_nus_eval.html) from Linux using the native Linux BLE Stack (BlueZ). My application...
Hi,
I've created an application using the S110 experimental ANCS demo. I successfully implemented ANCS and then began to structure my application around it. At some point...
Hi,
I have an issue with app_timer (nRF52, SDK13.0).
I use a single shot timer.
I try to debug, and I'm in the case of app_timer.c line 650:
ticks latest: 534879...
We need to connect at the same time
several mobile phones with the Android OS to a single device
nrf51822 via BT in our upcoming project.
According to information from...
Hey,
Just had a quick question... I was doing the Relay example and I don't totally understand what a "relay" is. Can you explain what the purpose and usage of relay is for...
Hi,
i am working on RTC to create custom clock to measure time it is working fine but when i initialise ble stack and softdevice and adverticeinit it is not working. and...
Hi,
Maybe someone can point me into the right direction, I'm on S110 and SDK10 for hardware/legacy reason.
I have a pstorage function using init, load, clear and write...
Hi.
I am investigating the cap touch for a while, and I am working directly with the capacitive driver from here.
As being said there and other places, the driver will...
Hi all
What is the minimum required length of a LOW pulse to be detected by the nRF52832 via GPIO SENSE mechanism? I couldn't find it in the product specification.
I...
Hi Nordic Team,
I am using board PCA10040 wtih nRF52832 SDK 11.
I have Added DFU code to ble_app_hrs_freertos example.
Once I will go for DFU from nrf Mobile Application...
Hi all
I was investigating a NMI_interrupt today and found out that it was caused by a race condition in the fstorage module.
The problem may occur after a flash operation...
HI ,
I am using nrf52832 with s132 . I am trying to measure ADC value at some periodic interval. In nrf_drv_timer_init() function , code gets restarting after executing nrf_timer_event_clear...
Hi,
I use bootloader from SDK6 and I have sd_power_system_off() in on_ble_evt in event BLE_GAP_EVT_TIMEOUT and BLE_GAP_EVT_DISCONNECTED. I use SDK7.1 and SD110 7.1.
It cause...
I'm programming an application that uses the NUS, and I'm trying to test my code using the Android version of nRF Connect. I'm using a nRF52832 on dev board PCA10040, and...
Hello,
With sdk13 and app_pwm library, I only got 9bits resolution for 32KHz freq.
The pwm should have 16bits resolution, with max freq 100KHz?
please could anyone...