I have a working project where pin 16 is configured as a low-level interrupt source.
it is working well with SDK 15.3
after porting to SDK 17.0.2, it is not triggering...
Hello Nordic Support Engineers and fellow developers ...
Just a note to thank everyone for help via this forum. I started very inexperienced with Nordic SDK a year ago and...
Hi,
I recently purchased a thingy91 for a project. I'm trying to follow instructions from a Nordic youtube video ( https://www.youtube.com/watch?reload=9&v=xQ7hDzRULJQ ...
I have a nRF5340PDK, Now I want to know the lowest power consumption of this chip in different condition, such as adv, connect, sleep. But I am not sure how to config the...
Hi, i am using:
-nRF 52 DK
-nRF 52832
-Sensor of Maxim Integrated
-SDK 17.0.2
I have some problems in handling the I2C through the nrfx module.
This is my ReadByte...
Hi, I have a set up consing of an nrf52840, a Raspberry pi and a Linux workstation, which communicate over IPSP following the IPSP sample from Zephyr OS. The nrf52840 is a...
I'm trying to wrap my head around the APP_USBD driver, but I'm running into a mental block. I am implementing a report descriptor for the Battery System usage page, and all...
Hello, I have been using the SPM to read the UICR->OTP[0] register in SDK1.2.1, 1.4.2, and 1.5.1 but it's not able to when I'm using version 1.9.1.
I have patched the \1...
Hello together,
Im currently doing my bachelor thesis and my task is to develop a user interface that can control a NRF52840 and write some parameters over UART.
Im...
Hello dear nordic team, how can I get all sensor data with the same time stamp in a uniform frequency? The 'Asset Tracker' application is on the Thingy:91. Best regards, ...
Hello,
I am successfully able to open and close adapter for nRF52840 using pc-ble-driver-py using python3.6.0 on my host armv7 Linux board.
But doing same inside the docker...
I got MCUBoot running using signed images. Now I want to enable encrypted images using the build tools, but how? I've found this pull request: https://github.com/zephyrproject...
Hi,
We are developing BLE firmware that will allow BLE pairing without bonding (but with PIN/Passkey that is entered from the phone). However, when I try this with nRFconnect...
Hello Nordic Support.
I would like to build and use a Sniffer using a PC (Windows 10), nRF52DK, and nRFConnect for desktop.
Please teach me about the following.
nRFSniffer...
Hi, I can successfully build the Matter light bulb example in nRF Connect SDK 1.9.1 but I fail to do the same in v1.9.99-dev1.
What did you change?
Here the error:
west...
Dear DevZone support team
I'm facing the following problem: My application uses the Zephyr's BLE stack and basically does not much beside parsing JSON-messages received...
Hi,
I tried to implement PPI for a very timing sensitive application. The sample PPI_trace uses the RTC but it is too slow for my application so I'd want ot use timer0...
Hi,
I am following these steps to build a sample project to try out OTA updates of the firmware. https://devzone.nordicsemi.com/guides/nrf-connect-sdk-guides/b/software...
Hello,
We would like to use BLE to transmit a lossy data stream at high data rate. Looks like Isochronous channel is the best choice. How's the Isochronous channel is...
Hello
We need to scan for more than 8 devices, so we can't use witelist directly.
We have an idea to use presaved IRK and mac-addresses and use scanning without witelist...