My sensor is off-standard,so I have to use gpio to read and write my sensor.
Gpio IIC will take about 0.5ms to get data.
My app need send data every 7.5ms,it seems that...
Hi,
My android Proximity application fails on service discovery only for the very first time it connects with the devices(nrf51822 evaluation kit with sdk 5.2.0). Actually...
Has anyone converted the app note AN34 DTM Python script to C# or C/C++ ?
The Python DTM script is works OK with the setup specified in the app note AN34 figure 2, which...
Hi,
I have a serious problem, when I use uart of NRF51822 QFAAC0 to receive data from another MCU, I found that it will lost one bit at same position everytime. my SDK is...
Hi,
I just started to interface the lcd display with nrf51822 evaluation board. The display i'm using is, spi compatible, 18" tft (160x130) from tiny lcd. I took spi master...
Hi,
We are using the nRF905 device in an application where it needs to switch between auto-retransmitting and sending single packets, due to it communicating with several...
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...