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 try the example from here for a DFU OTA: https://infocenter.nordicsemi.com/index.jsp?topic=%2Fcom.nordic.infocenter.meshsdk.v3.1.0%2Fmd_doc_libraries_dfu_dfu_quick_start...
Hi,
I have a nrf 52840 DK with me. I have downloaded the SDK for the mesh(v.3.2.0) and SDK (v 15.3). I am using segger embedded studio here. I have modified SDK_ROOT location...
The replies aren't showing in my original post and I can't add replies to it for some reason.
https://devzone.nordicsemi.com/f/nordic-q-a/55304/sdk15-3-0-sd6-1-1-ll_length_req...
Hi,
I developing a application with the nfr52840 board with SDK 15.2. i have started form the ble_app_cscs example for development my code. I I would like to send packet...
Segger Embedded Studio seems to use the full path of the FILE for the __FILE__ macro. During development this can skew the size of the final image if there are lots of trace...
I am working on a ZigBee coordinator device that will collect data from various sensors in the network and forward them to a gateway. I have started with the CLI example and...
We have custom board based on nrf52840 and using an application based Zephyr RTOS platform.
Sometimes, it is observed bus fault and hardware exception logs are observed...
Hello,
I am really wondering about the design of the UARTE peripheral. The documentation for the nrf_drv_uart and the nrf_serial library is lacking quite a bit. Most of...
Dear Nordic:
My NRF51822 based SDK9.0 can not connect HuaWei mate30 mobile,but it can work for any other mobile with android system.I used nRF master pannel APP downloaded...
Hi!
I'm having trouble getting any response from an NRF52840 MCU on a custom board we've made.
I'm hoping someone will be able to point me in the right direction by detailing...
I'm using pc-ble-driver(C program) to get the data from other device, I can get character now, but I don't know how to turn on the character's notification like the start...
We wanted to implement both BLE and serial DFU on nRF52832 without serial flow control. The main procedure is as follows:
Use the Nordic BLE DFU example as a start...
Hello,
I am using nRF52840, SDK_16.0.0, S140 SoftDevice and Segger 4.16 for flashing the image. I am using ‘ble_app_blinky’.
I have queries on enabling HW crpto accelerator...