Hello,
I need to use Port 1 pin 8 as an interrupt pin:
This results in the error NRF_ERROR_INVALID_STATE, when nrf_drv_gpiote_in_init() is called. Everything works fine...
Hi, I am using nrf52840, SDK v17, SES v5.10 ble_app_uart example for the development.
I am able to send data from the nrfConnect app to uart but not more 1 byte at a time...
Hello,
I am using an nrf5340-DK board and the SDK 1.9.0.
I want integrate the FOTA functionality into the example which was provided by Nordic Semi:
nRF Connect SDK...
Hello all,
referring to this tutorial https://devzone.nordicsemi.com/guides/short-range-guides/b/software-development-kit/posts/application-timer-tutorial?CommentSortBy...
I want to change the connection params in peripheral role with nrf52840 without informing the central device to do the actual setting operation, yet I don't find a relevant...
i m using nrf5340 cutom board, so i m using rtt logging method using jliink rtt viewer , to see logs .
so, when i am going to project section at top in embedded segger studio...
Hi,
I saw that the problem i am experiencing has already been described and reproduced in this ticket:
https://devzone.nordicsemi.com/f/nordic-q-a/87295/busfault-when...
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...