Hi,
I've created an application using the S110 experimental ANCS demo. I successfully implemented ANCS and then began to structure my application around it. At some point...
Hello,
In an ongoing company project we use a couple of nRF51 transceivers forming a beacon enabled wireless sensor network consisting of one base station and multiple...
I want to count clocks in order to implement a watch. I use the RTC0 as my time-base and count mainly with this device. As it has just 24 bits it would not last for long,...
Hi,
how long does it take time if i would wake up a nrf51422 rev2 (ANT and BLE) in deepest possible sleep mode ?
And how long does it tai if after wakeup it had to communicate...
I saw that the app_timer uses the SWI0. Could you explain what it does and what the advantage is compared to "timer_list_handler_sched()" calling "timer_list_handler()" directly...
Hi, I used the sample code "Master Emulator->2.1.7.8226->Example code->nRFUart"
to develop a new project, and encounter some questions...
we update nRF6310...
Hello,
How many RX buffers are in S110 SoftDevice? I know there are 6 TX buffers (so you can send 6 packets per Connection Interval).
How is it on receiving?
Is it e...
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...