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 have a nrf52833dk board interfaced with a serial flash through SPI.
1. I want to change nordic provided sample dfu app ( nCS_DFU_Sample ) to download new firmware...
Hi
I have just tried to build the rgb_led in VS using 1.9.1 SDK it fails to build I think due to unsupported board, I am using the PCA10056(nrf52840DK) I think this can...
Like the title states, I am unable to get any of the peripheral or non-CPU register to be visible while debugging. This issue is present on our custom nrf5340 as well as the...
Hi Team,
Can I measure the input voltage by ADC on nrf52840 chips without the help of other peripherals?
If can, could you provide me with some examples?
With best...
SDK: NCS 1.8.0
Peripheral: nRF52832
Hello,
I am attempting to build my custom project on SES(Nordic Edition) V5.68 and now I am unable to build my project.
I...
Hello,
For a while I have been trying to alter the HTTPS client example to access another example. No matter what I do, when I try to connect to any other host like google...
Don't know if this the correct place to post something like this but I have made my SDK "facilitator" available at Github in case someone is interested. It's called "Easy...
Dear Nordic Engineers
I have a question about NRF52840 xxAA-F version.
Our customer use NRF52840-QIAA-R,they learned that when NRF52840 uses BT,some other high-speed peripherals...
Hi..I am working on an application based on the GNSS Sample . I coud see that using nrf_modem_gnss_fix_retry_set() and nrf_modem_gnss_fix_interval_set(),fix_retry and fix_interval...
Dear Nordic Tech Support / Dear Users
I am searching for a second source of the 15 nH high frequency chip inductor ±10% (L3 Datasheet Figure 172). At the moment we are using...
Hello Team,
I am working on the ble_app_hrs_rscs_relay example, in which NRF act both as a central and peripheral. My peripheral is a heart sensor ( Polar H10 ) and my central...
Hello Team, I hope you will be fine.
We are working on a project where we integrated multiple libraries from different projects. We are using soft devices too. Now I want...
The documentation (Product specification v1.2) is not very clear about the event channels.
I wonder if there are:
- 32 event channels
- 6 event channel groups
- 16...
Hello,
I tried to install Python Matter controller for Linux. I followed the tutorial : developer.nordicsemi.com/.../ug_matter_configuring_controller.html
In this tutorial...
Dear all,
I want to implement precision clock synchronisation between two Nordic NRF52840DK devices, I have seen the example using the Timeslot API with the Nordic SDK,...