Hi all,
What is the maximum data rate for the nRF24AP2 when using the Synchronous serial interface?
I cann't see it in the datasheet.
Is there anyone can answer me...
Hi,
In my design, there is a tag used by 24l01,It can transmit the temperature value.In the tag, the parameters are like this:
addrofch[0] = 0xe7;
addrofch[1] =...
We've been working on a product that utilizes a NRF51822 chip as well as WS2812B NeoPixels. Since there have been numerous posts about it here we've decided to release our...
Due to limited resources we are looking for someone who can help us with making a custom profile.
You are preferably in the Stockholm area and have done this before.
The...
Just putting this here in case anyone else comes across this issue, esb_arm.lib and gzll_arm.lib don't appear to implement the work-around in PAN 18(in the version I tested...
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...
I might be dense here, but please bear with me and clarify something. I am looking at the SPI bus as drawn on the nRF52840. According to the schematics (PCA10056 - nRF52840...
Hello,
Background: I have a custom board that contains nRF52832 module and exposes UART pins (RX, TX, RTS, CTS). I have developed an application using nRF5 SDK v17.0.2....