Project Id Project Id Project Id Project Id Project Id Project Id Project Id Project Id Project Id Project Id Project Id Project Id Project Id Project Id Project Id Project...
Hi, I have external PCB, looks like this:
Need help with flashing the nRF52832 chip via nRF52 DK, please. External PCB have identical pin assignments as QFN48 pin assignments...
So, i just got some modules from minew, those are MS50SFB2 ( https://www.minew.com/product/nrf52810-ms50sfb2/ ) based on nRF52810. I uploaded the blinky example on one of...
Hi,
I am using nRF SDK 1.9.1. Want to add a few ASSERT to check corner cases.
When I add the following code in main.c
__ASSERT(buf == NULL,"Test ","Test");
The module...
HI, I am start use NRF52840DK(rev3) to devlopment usb application,but jlink always show this information
I try to use 'nrfjprog --recover' to disable read protection,...
Hello,
with my nrf52dk board i had made some tests to check the scan performance.
Using nrf Sniffer - with Wireshark
nrf Mesh - LightSwitch Client (Mesh SDK v4.2...
Hi!
I'm working on direction finding. I'm using a nrf52833dk as a beacon, a nrf52833dk and a Direction Finding Antenna Board (PCA2005) as a locator for a bluetooth direction...
Hello,
I was trying to store some information in flash using littlefs. when I build and run the littlefs example alone it works fine as accepted. However, when I configure...
I have nRF52840 Dongle and I want to sniff packets between two BLE devices. When I search in the Nordic DevZone forum, there are inconsistent answer about BLE sniffing support...
Hello community!
I know this sounds almost impossible... but it's happening
I'm debugging an application based on peripheral_uart. When I call
bt_nus_send(NULL...
hello. I want to use the button as a pull-down. I am using nrf52832, and the button and circuit part are composed of pull-down and the code is written as follows.
However...
Hello,
I can't find anywhere the height dimension for the nRF52832 WLCSP. There is width, length but no height, what is the height of this product ? Thank you
I am trying to use puncover to estimate the maximum stack size for the created thread.
We also tried the thread analyzer, but gave up on it because it did not seem to be...
My project builds fine in versions previous to 2.0.0. However, in 2.0.0 I'm getting an undefined reference. Any ideas where to look to track this one down?
/opt/nordic/ncs...
I am using S112 softdevice along with SDK 15.1.1. The chip that I am using is nRF52832 and ble uart example
I want to make advertisement non connectable and non scannable...