Hi to all Nordic product lovers,
This is not a question but rather an announcement of a new nRF52840 based finger tip size module 14 x 9 x 1.6mm launched at CrowdSupply...
Hi,
I have a SPI slave device which outputs 8-bit registers that I have to assemble. For example, I receive two 8-bit registers, a high and a low register, which I have...
I have a PCA10059 dongle. I have inadvertently configured pin P0.25 as the sleep debug pin and I use active state 0 as I am using off board LEDs with reverse logic. This means...
If you're working on a product that requires you to show and translate GATT Attribute (Service, Characteristic and/or Descriptor) UUIDs to Strings to the user, it's likely...
Hello,
We have been trying the sendNotification call and after getting a success log we are not able to send a second notification. I'll copy the snippet of code that we...
I have a firmware developed on the nrf52840 development board. When porting it to nrf9160, a lot of errors were reported. How can I use the LOG output function on nrf9160...
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...