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...
Greetings,
A very bizarre thing is happening. This is the umpteenth time I'm working on a peripheral driver and the code gets stuck at 'NVIC_EnableIRQ(UARTE0_UART0_IRQn...
I would like to implement Bluetooth 5 packet exchange without the softdevice.
How can we convert the
nRF5_SDK\examples\peripheral\radio\receiver
nRF5_SDK\examples\peripheral...
How can you use assisted GPS(AGPS) in nRF9160?
Let's say you get assisted data from "supl.google.com" and how do you set this address in code?
Do you have to wait for...
Hi
I am using nRF52832 DK, with SES as IDE on Ubuntu-16.04 OS PC. I want to stream some data from PC to DK. The DK is connected to PC for power supply and programming the...
Hi there,
I'm struggling to get a DFU over serial done. I'm using a nRF52840-DK (PCA10056), the nRF-SDK 15.0 and nrfutil 3.5.0.
I
- genereated the key pair,
-...
We have a product with a microphone with PDM output that uses the nrf9160. The nrf9160 does have a PDM hardware unit that looks well suited to read it out. But currently there...
Hi Community Members,
I have a nRF51822 SoC custom board on which i have successfully tried flashing the executable file using openocd commands over Linux environment...
After the rewrite of persistent storage in SDK For Mesh v4.0.0 the code no longer does any basic sanity checks on the data read back from the flash.
The code below is from...
Hi
I am evaluating the serial_lte_modem sample with pc as client but failed, could you share the cmd format for gps start function?
here is the log after I issued the...
Hi guys, I'm facing the next problem:
I am using the Android BLE Library and Android-nRF-Mesh libraries. I connect my Android application to 8 nodes. One of those nodes...
To perform dfu using nrfutil, we need to bring wpantund service down in order to provide serial port to nrfutil. That restrict me to communicate with end nodes. Can you please...
Hi Nordic people,
According to my knowledge SPI can not verify the bits whether it is properly sending or not(like ack),speed wise is SPI ok,And in nordic nRF52840 have...
Hi!
I'm trying to use the LIS2DH12 driver on SDK 16.0.0 in SES. I've managed to read the correct value of who am i register. I'm trying to configure the sensor using LIS2DH12_DATA_CFG...
I have set up 2 nrf52 dev kits: one central and one peripheral. The peripheral side hits the PM_EVT_CONN_SEC_FAILED event about 30 seconds after the connection was established...