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...
I have a code build on top of nrfx 2.0 and after a few received bytes I get NRFX_ERROR_INTERNAL back from nrfx_uarte_rx call in blocking mode.
So I can process around 20...
Hello, I want to get information list about BLE GATT services and characteristics of a device.
I want to connect to a peripheral with a specific name, then get all metadata...
Hello,
I'm evaluating NRF Connect for potential use in a project and so far I've been quite unsuccessful. I'm using NRF Connect for Desktop v3.11.1 and my toolchain manager...
Hi,
I am trying to send GPS coordinates over HTTP, but get some problems when is comes to the use of lte_lc functions: lte_lc_init(), lte_lc_psm_reg(true), lte_lc_connect...
I am using the DK PCA10041 with SDK 17 and mesh SDK 5.0.0. I have run into an odd issue. I set up the dimming mesh example with a client and two servers and provisioned them...
Hello,
I have created a standalone application using the NCS nrf SDK and Zephyr. I do manage all my project dependencies using West. I have some questions related to the...
I referred to the following sample.
\ncs\v1.4.2\zephyr\samples\subsys\nvs\src\main.c
void main(void) { int rc = 0, cnt = 0, cnt_his = 0; char buf[16]; uint8_t key[8],...
good day, we plan to create a device which will send button status and the ble_blinky example seems to match our requirement. is it possible to add pairing/repairing option...
Hi
I have managed to get a SNTP client working. I want to update the date-time clock with the SNTP timestamp. From the SNTP client I get a sntp_time object:
While the...
Hi,
We are looking to purchase the nRF52833 DK. The data sheet says it supports an RX sensitivity of -95dBm. Does it not support up to -103dBm as quoted on the data sheet...
Hey,
I would like to know if its somehow possible to rebond if the central device (nrf52) has deleted the bonding information about a device and then this deleted peripheral...
I'm trying to implement a timer with 1ms resolution that my application can use externally using a callback function.
The idea is to
Implement the timer as a 32-bit...
Hi all,
I need to upgrade an nRF52 device with SoftDevice 5.0.0 and bootloader.
I have to upgrade from SD 5.0.0 to 7.2.0.
I use this command to generate the zip file...
Dear all,
I have some problem with SPIs co-work.
I enabled two SPI instances in this project.
SPI Instance 1 function(non blocking mode - DMA enabled, 4Mbps): reading...