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 Everyone,
I'm currently working on a project which uses the nRF52832 and nRF52DK.
In this project, I have to broadcast my battery level when the development kit is...
I have a product with an nRF9160 and using its modem to connect to a LWM2M server. I have recently enabled modem delta firmware updates, and have seen an annoying issue. The...
Hi,
We want to explore I2C examples in nCS SDK 1.7.1
Can you please enlist all the examples having I2C implementation.
also want to add I'm referring to I2C API's...
I 'm using BLE Nordic UART Service (NUS) for streaming data packets which contains read sensor data. I need a way to check the packet loss happening for example if the other...
Hello,
I am developing an application that requires advertising of multiple custom service over BLE. I have successfully implemented the custom services, assigning a custom...
Hi All,
As far as I know , BLE Thrughput is basically set around a few parameters => 1. NRF_SDH_BLE_GAP_DATA_LENGTH
2. NRF_SDH_BLE_GATT_MAX_MTU_SIZE
3. NRF_SDH_BLE_GAP_EVENT_LENGTH...
1) I have set up the Zephyr development environment by following the instructions at https://docs.zephyrproject.org/latest/getting_started/index.html
2) I am able to build...
In my device, I must support HUB(central and peripheral roles) mode. I found it will drop data in weak signal. and It will be better when be central roles only in the same...
Hello.
I am just do one project with Zephyr and nrf52840 to control one step motor, the one task is to get pulse number of pwm pulse when motor is running , I think PPI...
I start a application from the demo central-uart with the NRF CONNECT SDK 1.9.1
I try to communication via the com.
but the first byte of the rx buffer is wrong,I did...
I am running the throughput sample project on sdk 1.9.0 using two nRF5340 dev kits and am getting a throughput of 197 kbps using 2M PHY, Data Length 251 and Interval of 7...
Since upgrading to SDK 17.1.0 i get the following warnings of a redundant redeclaration for SystemCoreClock, SystemInit() and SystemCoreClockUpdate() for nrf52810 and nrf52840...
How to upgrade the nRF52832 tag in OpenWRT+nRF52832 gateway
gateway(openwrt+nrf52832) |_____ nrf52832 tag1 |_____ nrf52832 tag2 |_____ nrf52832 tag3 |_____ nrf52832 tag4...
Hi,
I try to install nrfconnectsetup330ia32.exe on my Windows-10 x64 bit computer. The setup program hangs when the progress bar is at about 33%. It just sits there without...
I am currently working on Nrf52840DK board trying to run ble_uart_app. Designed my board and I used BT840 instead of Nrf52840DK . After, code in NRF52840DK is working but...