This is not a real question for support. It's more a success story i'd like to share with you!
Our company develops firmware for various customers on a lot of different...
Hi all,
What is the maximum data rate for the nRF24AP2 when using the Synchronous serial interface?
I cann't see it in the datasheet.
Is there anyone can answer me...
Hi,
In my design, there is a tag used by 24l01,It can transmit the temperature value.In the tag, the parameters are like this:
addrofch[0] = 0xe7;
addrofch[1] =...
We've been working on a product that utilizes a NRF51822 chip as well as WS2812B NeoPixels. Since there have been numerous posts about it here we've decided to release our...
Due to limited resources we are looking for someone who can help us with making a custom profile.
You are preferably in the Stockholm area and have done this before.
The...
Just putting this here in case anyone else comes across this issue, esb_arm.lib and gzll_arm.lib don't appear to implement the work-around in PAN 18(in the version I tested...
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...