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...
Hello,
In an ongoing company project we use a couple of nRF51 transceivers forming a beacon enabled wireless sensor network consisting of one base station and multiple...
I want to count clocks in order to implement a watch. I use the RTC0 as my time-base and count mainly with this device. As it has just 24 bits it would not last for long,...
In "ble_nus_c" file we can get nus_data with "ble_nus_c_evt_handler" function. We can do the same with "nus_data_handler" in "ble_nus" file. So why are there two separate...
hi
I'm testing sdk 14.0 with Nrf52 DK(pca10040)
with sdk 13.1, pwm library example work fine.
but sdk 14.0 it doesn't work. both case, building is ok.
main.c sources...
When I run an infinite loop of NOP on the NRF52DK, the led's remain dark. But when I run an infinite loop of:
nrf_gpio_cfg(
pin,
NRF_GPIO_PIN_DIR_INPUT,
NRF_GPIO_PIN_INPUT_DISCONNECT...
I have worked on the new project with nRF5_SDK_13.1.0_7ca7556. I have got an compiling error with app_timer.c. The error message is as below:
Building ‘app_timer.c’ from...
Hi all!
I'm doing some tests on throughput and power consumption on the nRF51822, using SoftDevice 130. I use an application that sends 20 bytes notifications from slave...
Hello, Nordic Forum!
I've been developing a wrapper library that uses the FDS to store my application data.
I have 3 type of data to store: an array of 14 uint16_t , an...
I've been banging my head against this for a couple days now, and need some help. First the layout.
In our setup we have an accelerometer with a movement interrupt pin...
I got this error when trying to use the button library to debounce noisy buttons.
My application is a peripheral.
When I looked in the library source I saw
#if NRF_MODULE_ENABLED...
I am working on a nRF52328 present in the Taiyo Yuden EYSHJNZXZ module. I am using an FTDI module for UART communication. I followed the steps in the following tutorial: link...
Hi everyone I'm Rookie....
Recently bought this board, want to do more applications in the expansion of the pin,
for example, control stepper motor or LED, but can not...
I am using the experimental_app_hrs_nfc_pairing_pca10040_s132 nrf52 example.
I want to set my custom uuid and I have followed the instructions given in the devzone.nordicsemi...
HEllo I am having an error saying
Undefined reference to
SEGGER_RTT_printf
I have looked into this post and tried it, however I am not able to fix it,I have defined...
nRF5_SDK_12.2.0.
app_timer_freertos.c
app_timer_stop() call xTimerStop/xTimerStopFromISR with timer_id parameter.
It seem to must use hTimer parameter.
It's bug?