Hello, i intsalled the software stack for use with latest release of nrf sniffer package.
By starting the capture process with wireshark 3.2 i have noticed an issue:
In...
I have a project where we have 2 nrf51 that need to be time synced with eachother.
The problem is they are placed on the body one on the back and one on the chest of a person...
on the page
https://infocenter.nordicsemi.com/index.jsp?topic=%2Fsdk_nrf5_v16.0.0%2Flib_crypto_backend_micro_ecc.html&anchor=lib_crypto_backend_micro_ecc_install
step...
Hi,
In our one of the product we are using Nordic nRF52840 MCU and we compiling this application code in windows with SEGGER Embedded STUDIO IDE Version 4.30a and Tool chain...
Hi,
We made an online course on Bluetooth Low Energy, includes BLE Fundamentals & Architecture, step by step implementation of Environment Sensing service development...
Hello, I am using nRF9160 PCA10090 DK. I want to make my board as central device and scan for all nearby BLE devices and display its rrsi value and device id on a terminal...
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...