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...
Hi developers,
Just wondering if anyone has worked with a good BLE Python library that he can recommend. I have BLE peripherals that send out notifications. What I'd like...
I was trying to reflash UICR for the first time on an nrf52840_dongle using nrfjprog. Here is what I tried:
$ nrfjprog --eraseuicr --program /tmp/new-uicr.hex ERROR: Two...
Hi,
I am trying to measure power consumption on a nrf52840-DK dev board running custom firmware.
I am using PPK-2 and nRF Connect Power Profiler app v3.1.2 for the power...
When RTT viewer is not connected, the buffer will eventually overflow and it causes device hanging and being reset by wdt eventually. When I connect to the RTT viewer before...
Dear Nordic engineers
I made some modifications to the keyboard examples in the SDK based on the NRF5 17.0.2 version. I changed to use a static password for pairing and...
Send a semaphore every 20ms through the timer. After receiving the semaphore in the thread, push the data to the message queue
Then, the message queue is obtained through...
Hi
I'm working on adding software flow control in coprocessor code,
1.CONFIG_UART_ASYNC_API and UARTE_INTERRUPT_DRIVEN ,What's the difference between the two macro definitions...
Hi everyone,
I have the following issue. I have migrated a code for a Bluetooth Mesh network gateway which I developed a few years ago with version 2.1.0 I guess to the...
Hi Nordic,
I am trying to implement a custom uart driver in my inter processor communication application. In the driver implementation I want to use uart with dma and I...
We are porting to the nrf52832 an application that needs to sample the SAADC continuously at 200Khz (alternating between two inputs) with dual buffering DMA of let's say 1k...
Hello Devzone Community,
I am developing an nRF9160 based firmware for a battery powered device, and am attempting to examine the firmware using `gdb` at the command line...
I'm developing two products that will communicate via ble_uart. Both products have battery, so I need to reduce consumption as much as possible. I'm currently using nrf52832...
Hello,
Im getting different behavior on my SoC depending on what power source I use. For example I tend to get alot of retranmissions from client to server if I have them...
Hi,
I have taken nrf_connect_sdk_v1.9.1 and build n=my application over it.
When I delete .git file from v1.9.1/zephyr/.git, then my west compilation don't occur.
...
I tried to open a program created by else one. The Output is shown below. I could not understand: Due to which warning abort ? There are many warnings.
Creating solution...
Hello Devzone Community,
My name is Ted, and I am continuing my effort to configure a Zephyr based, Nordic aws_iot sample app based firmware to run and support nRF9160 lowest...