Hi,
how long does it take time if i would wake up a nrf51422 rev2 (ANT and BLE) in deepest possible sleep mode ?
And how long does it tai if after wakeup it had to communicate...
I saw that the app_timer uses the SWI0. Could you explain what it does and what the advantage is compared to "timer_list_handler_sched()" calling "timer_list_handler()" directly...
Hi, I used the sample code "Master Emulator->2.1.7.8226->Example code->nRFUart"
to develop a new project, and encounter some questions...
we update nRF6310...
Hello,
How many RX buffers are in S110 SoftDevice? I know there are 6 TX buffers (so you can send 6 packets per Connection Interval).
How is it on receiving?
Is it e...
My sensor is off-standard,so I have to use gpio to read and write my sensor.
Gpio IIC will take about 0.5ms to get data.
My app need send data every 7.5ms,it seems that...
Hi,
My android Proximity application fails on service discovery only for the very first time it connects with the devices(nrf51822 evaluation kit with sdk 5.2.0). Actually...
Has anyone converted the app note AN34 DTM Python script to C# or C/C++ ?
The Python DTM script is works OK with the setup specified in the app note AN34 figure 2, which...
Hi,
I'm using nrf52840 DK and android based mobile with nrf connect for mobile app installed.
I would like to execute a freestanding sample code to transfer message between...
Hi Nordic,
I met a issue on BUS FAULT , which caused by queue.
It core dumps that:
[2022-03-22 15:35:12.657] [xxx]index = 6,len = 158 [2022-03-22 15:35:12.660] [xxx...
Hi all,
I'm a beginner and planning to import Android-nRF-Toolbox source code from Github into Android Studio after reading the README by the following steps:
1. I open...
Hi Team
In nRF52
According below picture the only the power on reset and brownout reset can reset SWJ-DP. Do we have any other method to reset the SWJ-DP.
By the way...
Hi there, We have a product using an nRF52832-QFAA, with the SDK15.2.0, the 132 Softdevice, and an application based around the Nordic UART service (nus). Customers are reporting...
Hi everyone,
i'm writing to ask some advice for my NBIOT AWS application with the nRF9160 DK.
I'm currently using the aws_iot sample available as a baseline for my project...
Hi everyone,
I am working on a project, in which I have n nodes that communicate with each other (peer to peer communication). In addition, each node is able to communicate...
I see mainline Zephyr is now on v3.0.0 since end of Feb. I assume the bump from 2.7.x to 3.x means substantial changes. When will NCS move to a 3.x zephyr?
I ask this...
Hello.
It is being developed using nrf52832 (S132 v7.0.1, SDK v17.0.0) as a peripheral device.
Previously, I inquired about how to add a value to the characteristic with...
Hi,
Our customer needs CAT-M, CAT-NB, GPS RF test data
I see that devZone has less information about CAT-M, CAT-NB and GPS RF performance tests
1. Please provide GPS...
As requested I am posting a public question based on Nordic's request here:
https://www.linkedin.com/feed/update/urn%3Ali%3Aactivity%3A6911310498537869312/?commentUrn=urn...
Hi,
parameters A NRF_SDH_CLOCK_LF_RC_CTIV
parameters B NRF_SDH_CLOCK_LF_RC_TEMP_CTIV
1. The internal RC parameter should be configured as follows, but how are parameters...
If AT+CFUN=1 will not get modem connected/registered to a network, what retry algorithm does the nRF9160 implement? Is it something like exponential back-off algorithm?
I'm attempting to add NVS functionality to my code. Had a play around with the zephyr/samples/subsys/nvs example. It was working originally, and then when I started porting...