Hello,
I have a BLE peripheral device that becomes the server once a connection is established. The BLE services and characteristics are all custom, I will include the defines...
Hello,
I am working on developing a BLE peripheral FW (Reader) with NRF52840 using nRF Connect SDK 2.0.0. The Reader has two MCU, one is BLE MCU and other is the main...
Hello, I am developing a custom board based on nRF52832 that should spend most of it's time in SystemOFF mode. Eventually, it will wake up on an GPIO event caused by the external...
This ticket is related to an old unanswered case ( Openthread otUdpSend transmit finish ). I need to send a large UDP message in chunks and therefore need to be able to tell...
Hi,
I am working on setting up multiple ADC channels in the device tree. My starting point is here , which seemed to be an unofficial ADC example that many ADC-related...
Im building a wireless sensor network for farming applications and the issue I face is that when I supply the nrf52840dk from the external supply pins (P21) I get like 25μA...
We have a device that works correctly on iOS, Android, mac, but disconnects on some Windows machines. We use nRF5 SDK 17.1.0 and s132 7.2.0. The disconnect occurs after the...
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...