I posted another question along these lines, about using the Timeslot API to get observer behaviour with the S110 v7.0 SD, but I am having trouble getting it to work.
Are...
I'm interested in creating a time of flight algorithm and am trying to calculate what to expect for accuracy.
Is it possible to get an IRQ from when the sync arrives at...
hi all ,
how to enable GPIOTE PORT and IN[n] event simultaneously ?(not same pin)
i enable the GPIOTE to trigger interrupt event.
one for the keyboard which need multiple...
Hi All,
I am using nRF51422 with softdevice s310. And implementing Cycle speed and cadence receiver. most of the data processing is fine but i am facing one problem.
...
Hello Nordic Team,
I have a problem with programming the nRF24LE1 chip.
I am developing a small system, which consists of a uC STM32F4xx and a nRF24LE1 Radio Module. The...
Hi,
I'd like to learn about the app compatibility for the new OTA DFU that ships with the new SDK 6.0.0 and S110 7.0.0. I am using a nRF51822 board and I've observed that...
This isn't really a question, it's more feedback, and also a solicitation to expand my knowledge (if I'm just flat out wrong).
Yesterday I attempted to upgrade my SDK to...
Hello,
I'm working with ESP_BLE_MESH and nRF Mesh app for Android.
I hope you can read structure of my elements causing the problem from image.
What i got is timeout...
Hi, I downloaded the latest NRF Connect SDK. I can compile the zepher projects, but I am not interested in using zepher. I want to use SES as that is what we have grown accustomed...
Hello,
I am using the nRF52832 in a design where I have to read long buffer (>255 bytes). Using "nrfx_twim_rx" keeps things reliable however with nrfx_twi_rx the transfer...
Hi,
Could you tell me what API you used to obtain the positions in your field in the webinar test using %NCELLMEAS? All APIs I can find requires cell id not physical cell...
Hi,
In our board, GPIO 0, 1 is connected to external oscillator(32.768KHZ).
And I wish to use this oscillator instead of local oscillator.
CLOCK_CONFIG_LF_SRC is already...
What is the difference of NRF9160-SICA-R and NRF9160-SIBA-B1A-R and NRF9160-SIAA-R ?
Would there be comparison table available of the difference between SICA, SIBA and SIAA...
Hi Team,
We are using the NRF52840 for our development purpose in BLE peripheral Mode. While connecting to the Central Device we observed the behavior, It is negotiating...
Hello, I want to ask a question. We have a project that needs OTA function. There are two Bluetooth devices A and B.
1. Both A and B are central_and_peripheral
2. A's...
I want to check for an RX timeout after sending a TX.
I am puzzled on how this comes about.
As best I can tell I have enabled TIMER3 for the timeout.
I have created...
I'm trying to create a user defined HCI command for nrf52840 over the Zephyr APIs to be used against Bluez stack on Linux.
I've enabled the CONFIG_BT_HCI_VS_EVT_USER=y....
Hello,
I am trying to accomplish sending a simple ON or OFF command to the coordinator. Is this possible to do?
I have a router device with these Clusters:
It...
I have been converting my TWI calls to be asynchronous by specifying a twi_handler, but my NRF52840 does not sleep during the TWI calls.
I use SDK15.3 and s140 softdevice...
So this is my understanding of the programming process of an external board using the DK.
Pins from table 1 here: https://infocenter.nordicsemi.com/index.jsp?topic=%2Fug_nrf91_dk...
Hi,
I want to develop DFU using BLE. I have started with test image given in the example folder.
I have nrf52480 device , using S140 softdevice. I have followed these...