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...
Hi guys,
I am new to Nordic and I am using the evaluation kit "pca10001".
I have managed to run the LED BUTTON example which was declared in application note "nAN-36...
Hi Team,
we are working on smart remote 3 implementation using nRF52832 with Windows 10 pro operating system.
we tried to connect this remote with laptop using the...
Hello Devzone,
With an nRF9160 based project and lowest power, lowest current consumption in mind, is there an explicit I/O pin setting to make via Zephyr API for the nRF9160...
Hi
Now I am using NCS1.7.1 for development the nRF52840 chip.I need to use the C standard library(math.h).I set up as follows:
There is no problem when the above macro...
Hi,
I would like to know the functioning of CPFD (I would like to represent the characteristic value as IEEE754 float32) I am not aware of how can I implement this. for...
I am using an nRF52840 and communicating with an ESB. Packets are sent one-way from tx to rx every 1 ms.
What is the conversion of RSSI to dBm?
In the data sheet, as ...
Hi,
In one of the ble example , it is using generic on_off_srv.c and .h files. along with health and generic server. we have requirement that we need to write unit test...
Hello, as stated in the Title im trying to establish UART Communication betwenn a nRF52840 DK and a nRF9160 DK. I need to use the Asynchronous API otherwise there are no other...
Hi Team,
we are working on smart remote 3 implementation using nRF52832 with Windows operating system.
we want to implement NVS. how to do with Windows OS?
I need to define a function to print message and register to other module. In my application, NRF_LOG is used by most modules so I need to use NRF_LOG to construct this printf...
Hi,
I tested Extended advertising for my data using sdk connect 1.9.1 and 1.8.0, the code is attached.
With both the SDK, I observed different behaviour. First of all...
I am running segger embedded studio 5.63a on NRF52832 and 52840 using SDK 16.0. We want to update SES to the newest tools compatible with SDK 16.0. We loaded version 6.22a...
Hi
We have some production equipment still running windows 7. We would like to update the nrf51 dongle to a nrf52 dongle.
But drivers for nrf52 dongle is not installed...
I have been doing some measurements on the execution time of my code and noticed something strange.
Currently, I am using an application timer to trigger the ADC to sample...