I am working on code to setup a bond manager for ancs based off of the example, but have a fixed advertising and connection interval of 25ms. How does the bond manager and...
Hello,
We have experienced odd problem, we are not able to scroll up or down SDK documentation at these pages on Android devices. IPHONE browser Safari works ok. Any help...
HI,ALL!
I tried to add a RTC wakeup funtion to my ble device, so i add the code of the Nordic board example named "rtc_example" to my program.
But it turned out that my...
Hi,
I'm working on a Keyboard&Touchpad project, very similar configuration with Smart Remote 2, so I'm considering to use nRF24LU1+ as receiver's MCU. The receiver will be...
uint32_t ble_advdata_set (const ble_advdata_t *p_advdata, const ble_advdata_t *p_srdata)
If I set the second parameter p_srdata, does it mean passing encoded advertising...
This is in reference to: devzone.nordicsemi.com/.../getting-started-with-nordics-secure-dfu-bootloader
On step B1, it says: " Next step, inside SDKFolder\external\micro...
Hi,
I'm working on a project where the NRF52840 chip is connected to multiple peripherals (4 of them) through SPI. The hardware has been designed in a way that each peripheral...
Hi, I am using the ant_plus/ant_bpwr/bpwr_rx code as a reference to capture power data from an SRM power meter. I am at the point where I get the following messages, which...
Title says most of it. I'm wanting to perform an OTA DFU of an nRF52840 running NCS 2.0.0 using my android from either the nRF Connect Device Manager or nRF DFU app. There...
This is my first time developing for Nordic processors. I am using Zephyr 3.0.99 with the nrf52810 on a ublox BMD-330 eval board. I connected a W25X20CL 2M-bit chip via the...
I've got a working nrf52832 application using central role to connect to another peripheral. I also want to enable SMP DFU mode - so the app needs to advertise and behave...
Hi,
I am using sample code v1.8.0\zephyr\samples\net\sockets\dumb_http_server to test USB RNDIS
I did some changes in overlay-netusb.conf gile lik
# USB Device settings...
I'm interested in seeing what the NRF debug adapter does, using Jlink
2022.7.111 - nRF Connect for VS Code
I can't get it selected and the documentation is not very...
Hello I'm trying to get the lower consumption with this EvK in power off mode. I was expecting around 0.5uA but the minimum I get is 1.8uA ~ 2uA.
The measure has been done...
hi,
I have a got a nrf9160dk and also a custom board built on nrf9160. I want to know which programmer to use for nrf9160dk first and subsequently can use it for testing...
Hello Nordic Team,
I was priting logs using RTT _LOG APIs
I can able to see timestamp while printing it
<t: 16775755>, main.c, 295, --------------------------------...
Hello Nordic Team,
I have a question out of curiosity.
BEACON debug prints has been enabled. And I am seeing these prints for every 10 seconds.
Below is the log
<t...
for the NRF9160 I have 256KB for RAM
however, only 128KB are available for my software, since it's defined as nr9160ns
how can I assign the full 256 kB for my software...
I use Nordic BLE Mesh example(Light Switch), I want to implement remote control. The following is the topology map, and the publish & subscribe address(Group address) has...