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...
We use FreeRTOS with nRF SDK driver library. The driver library is working well because it doesn't dynamically allocate any memory. So I can simple take entire memory block...
I'm facing some problems when trying to run my custom board on standard batteries.
The device boots fine but when the LTE modem connects I get a reset.
The nrf9160 is...
Target nRF52832(nrf52dk_nrf52832) SDK NCS v1.9.1
I need high performance data transfer, so I review throughput sample. C:\Users\user\ncs\v1.9.1\nrf\samples\bluetooth\throughput...
We are using nRF9160 (Development Kit), SDK 1.9.1 board with "serial lte modem" firmware. We are trying to get AGPS coordinates (using an external antenna), but for some reason...
In the nrf5340 development process.I compile an app core hex from project A and a net core hex firmware from another project B. what method can I quickly obtain a merged firmware...
Hi,
I'm trying to get the maximum possible throughput from a peripheral device, sending notifications to a central. I compare the throughput between 2 PCA10040 boards...
Hi,
I'm using s140 trying to connect up to 8 devices to windows BLE adapter and BluetoothLEDevice object, I have 2 problems,
1- the maximum throughput with different configurations...
Hi All!
I am using Segger Embedded Studio and nRF5_SDK_v15.0.0 .Available kits for testing are nrf52833DK and rak4630(nrf52840).
We want to test nRF52833 support on long...
Both NRF were programmed thru USB NRF connect for Desktop programmer.
Both NRF are running the same soft properly.
To demonstrate the final look and put the dongle in...
Hello,
In my project i am using nrf52810 with my custom board for pushing data to UART so i have used UART example code for this but UART pins are connected 20 (TX), 25...
Hi
I'm working on a Zigbee network, and I want to have a few End Devices (ZED) connect to a Coordinator (ZC). And it's fine, I got that working by using the zigbee_default_signal_handler...
hi
i develop software with the nrf52dk, success with program it with nrf command line tool.
now i want to program the application on the nrf52 dongle but with no success...
I am trying to use SDK version 17.2.0 to develop a package (Boot Loader + SD + Application) for our product based on the PCA10040e board with an nRF52810 SoC.
I soon realized...
There is a serial interface in the nRF SDK that makes it easy to serialize mesh data over serial
https://infocenter.nordicsemi.com/index.jsp?topic=%2Fcom.nordic.infocenter...