Hello,
In an ongoing company project we use a couple of nRF51 transceivers forming a beacon enabled wireless sensor network consisting of one base station and multiple...
I want to count clocks in order to implement a watch. I use the RTC0 as my time-base and count mainly with this device. As it has just 24 bits it would not last for long,...
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 @Vidar Berg
Hope you are doing well ! i need your help regarding the beacon coded phy . I read your post
https://devzone.nordicsemi.com/f/nordic-q-a/69595/problem-with...
Hello.
Trying to compile the AES CBC MAC example out of the box, we get the ferror below.
Your help would be appreciated.
Many thanks,
Andrew
Building ‘nrf_crypto_aes_cbc_mac_pca10040...
Hello,
Updating developer machines to OSX Big Sur resulted in nrfutil failing to execute. The install via pip works correctly, but when attempting to run the binary, the...
Hi All,
We have tested the DFU(nrf52840) from a central to the target device over the BLE. In which a central device attached to the PC(x86-64bit Linux) via a Serial USB...
Hi Folks,
I am facing an issue while trying to perform a system On suspend procedure with a wake up on HITOLOW event.
No event is triggered when button pressed.
However...
I wish to develop a bare metal application (without Zephyr) on the nRF5340.
For this purpose I am unable to find the documentation how to perform Inter Processor Communication...
Hello
I used sdk v17.0 and nRF52DK.
I wrote a code that can turn on/off various functions using buttons and apps. And I don't think there's a problem up to here.
And...
We are in the process to add spectral sensor to zephyr based BLE sample, but following the tutorial to add overlay or copying other sensor configurations not helped much....
It has been said that Nordic SDK v4.1.0 for Thread is in maintenance mode. I was told that I should move new Thread development to nRF Connect SDK. I am trying to explore...
Are there any examples of libuarte enabling both uarts in the nRF52840 at the same time? I have been trying now for a full day and keep having problems with what options to...
Hi,
I have an app based on freertos_hrs example (nRF52832, SDK14.2)
I'm trying to get it into low power(sleep) mode, however the idle task keep on running and the system...
Hey all. I was testing DFU over USB on an nRF52840, SDK 17.0.2 and I can't seem to get the actual application to run after a successful DFU. I generate my own keys, use them...
Hello,
SDK51 appears to be an inconsistency with how various BLE related events are handled in the SDK. Multiple BLE event handlers may be registered using the NRF_SDH_BLE_OBSERVER...
I'm currently implementing a DFU "controller" in C on the nRF9160 for performing serial DFU with the nRF52840 and believe I have discovered a bug.
My firmware image was...
Hi
I'm using nrf52 DK with SDK V17.0.0
Currently, I'm using Single Buffer to send Data through BLE.
However, I want to use Double Buffer instead of using Single Buffer...