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...
My project is using nRF52840. Early software development used an nRF52840-DK to develop most of the software. Software is based on Zephyr using nRF Connect version 1.6.1....
Subject pretty much says it all. I'm looking for a Zephyr project example that uses PHY CODED. I'm using the nRF52840 with NCS 2.0.2 in the vscode environment. I have things...
Hi
We have a freeRTOS project using nRF52840, I found that if I put SPI transfer API before running task is OK, but it has a problem if I put in the task,
Does anyone...
I'm running through the tutorial page to help me get stated.
The section I'm having trouble with is Updating through USB
the Problem is on step 15
When I click on...
Hi everyone,
I'd like to check devices is still alive in the BLE mesh network but I don't know how to check it. Can I use available model in SIG or custom new model to check...
nRF Connect SDK v2.0.0
For example, the current version is v5.0, you cannot upgrade to v5.0 or downgrade to v4.9. You can only upgrade versions above v5.0.
Hello,
I'm working on an application and implementing the DFU feature. I first made DFU work on a s132 application and now I'm changing to s332 so I can put the ANT+ part...
I use nrf52840 dongle programmed with zigbee cli agent example.
Using the bdb start command, the coordinator enable the permit join and connects to all free devices in the...
Will it be possible?
Can I operate the UARTS in parallel - both recieving data at 38Kbs?
The data from each UART will be stored in a buffer and once it reaches 10 bytes...
Hai,
I'm using nrf52840 to develop a Zigbee coordinator.
I found some examples in NRF sdk and NRF connect sdk.
I have some doubts regarding that. (I'm new to ZigBee...
Hi,
I'm using a custom board with nrf52840 and nrf9160. I tried to build at_client sample (vscode) with nrf9160dk_nrf9160_ns.overlay -file added (tx and rx pins modified...