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...
Hi there,
We are trying to enable the interrupts on one of the UARTE peripherals, and are having trouble finding the interrupt number within nrf5340_application.h? It is...
Hi Everyone,
The custom device I am working on is a BLE peripheral device and uses softdevice S132,
therefore to get accurate triggering of ADC sampling and to avoid periodic...
Dears,
We are MCU Programmer Supplier, now we are developing the off-Line Programmer for NRF5340, and encounter some problem as below:
1. Does the Nrf5340 Flash Memory...
I have a custom model server that sends 8 bytes of data
I set up 2 nodes - one to publish to an address 0xC002, one to subscribe to publication
Provisioning and publish...
Is there any documentation/tutorials for using NRFX drivers directly in Zephyr without trying to create conforming device drivers? I have a lot of code written for the NRF52840...
We have a board based on the nrf9160dk.
The project is essentially based off the "LTE sensor gateway" project with hcl_lpuart to utilize the nrf52840 for BLE. Chip shortages...
Hello,
I am performing garbage collection. During the garbage collection an event could be fired (from the softdevice) that causes updating of records.
My question is...
Hi
I would like to know, if Zephyr-s ssd16xx driver supports display driver board power supply control? I see from Zephyr documentation ( solomon,ssd16xxfb (on spi bus)...
Hello,
I recently installed the nRF Connect extension for VS Code on my Mac M1. I am unable to see my connected board as part of the nRF Connect extension.
Setup
...
Hi,
I see that the latest Nordic SDK ( v17.1.0) supports mbed TLS version of 2.16.10 only. However, we have received a End of life notification for the same ( Mbed TLS...
Dear All
Could you point me a timer example, can be used to time the interval in ms between something? like read the system time when something happens and then read again...
Is there a way to find you the reason for RRC Connect?
I'm using a simple software developed based on NCS AWS IoT sample. I've implemented the SW to test power consumption...
Hi,
I need to configure an nRF52832 to wake up periodically from SYSTEM_ON and SYSTEM_OFF and, also, when a GPIO pin changes.
Where can I find sample code and docs for...
Hi Nordic experts,
i figure out how to add the end-point-out to the BLE HID EXAMPLE and i cheched it out on linux ubuntu and on windows 10.
It seems to work correctly...