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...
I am planning on pairing two parts of my system using OOB pairing via a UART connection. I couldn't find many examples of pairing using a physical connection as oppose to...
Hi,
I use ble_app_uart sample code using nRF52840 in SDK15.
There is a code below in ble_stack_init().
And APP_BLE_OBSERVER_PRIO is defined as 3 at the top.
On...
Hi there,
We are currently doing current measurements on the nRF5340 DK with a Power Profiler Kit 2.
To do this, we simply use the PPK as a source meter and connect it...
Hello Nordic Semiconductor
I am developing a small application on the nRF52840 development kit where I need to transfer I2S signals in/out of the MCU. I have set up an I2S_IRQHandler...
I'm trying to send data readings an advertising packets from the nrf21540-dk board, and use the phone as an observer to record the data.
So far I've been able to send counters...
I'm sending a short data string from a NUS application. For some reason I cannot read the data as bytes, only string, even if the sent array is uint8_t.
Is there a specifier...
For Errata 149 on nRF52832 , TWIM send illegal pulse after clock stretching.
When using TWIS as slave device and TWIS require clock stretching,
Do they work correctly...
I have an issue with DFU via USB CDC ACM.
I would like to update the firmware using open bootloader over USB without softdevice.
I already tried to follow the thread:...
Hello,
I have a firmware working perfect with nRF52832 DK and nRF52840 DK, using SES 5.40a.
Now I just upgraded SES to version 5.70a. With new SES version, each time I...
Hi,
we are getting during NB-IoT attach (full AT dialogue below) for some nRF9160 SIPs:
URC: +CNEC_ESM: 29,0 URC: +CNEC_EMM: 19 URC: +CEREG: 2,"B414","000F6E21",9,0,19...
Hello,
I follow up this documentation https://developer.nordicsemi.com/nRF_Connect_SDK/doc/1.9.1/nrf/ug_thingy91_gsg.html#updating-firmware-through-external-debug-probe...
I try to run asset_tracker and asset_tracker_v2 on nRF9160DK. I observed that the default cloud Host Name is Amazonaws.com, which is shown in autoconfig.h file. see the image...
I tried to debug Asset_tracker_v2. During step by step debug, the program navigate to that part which is not included .. see the image. Also, I want to know, little more:...
Hello Devzone Community,
My name is Ted, and I am some way along development of Zephyr based firmware, running on an nRF9160 based custom board. I'm looking to put the board...