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 code that runs for around 5 days, then for some unknown reason hangs or stops running, which makes it almost impossible to debug.
I have also tried to implement interrupt...
Hi.
I have an issue that, If I power off Master and do save flash at Slave side together, the nrf_fstorage_is_busy(p_fs) return value always true .
When BLE is connectting...
I added a mesh shell module to my firmware running on nRF52480 .
Opened the mesh shell
uart:~$ mesh init Mesh shell initialized
mesh provision 0 0x100 0
Crash (see...
Hey,
I have implemented BT FOTA process for my zephyr based application. DFU over Bluetooth works fine. But now I struggle to implement manual upload of image (it will be...
Hello Devzone,
My name is Ted. Recently I posted here and received some good help on low power sample code for the nRF9160DK board. This code helped me prove in real life...
I'm currently trying to set up a simple demo using 2 dev kits running the SPIS and NRFx_SPIM examples but the SPIS seems to always send corrupted data over the MISO line....
Hi,
I'm using two dev kits to test out some SPI firmware before I deploy it to our custom boards and I've been running into a weird issue where my SPIS sends out corrupted...
can i store the NRF_LOG_INFO() or debug terminal outputs to text file as i want to check large amount of data and i want to save it as .txt file to run script on it
Hi
my os is Ubuntu 20, and has install vscode && vscode extends for nordic && zephyr-sdk-0.13.2-linux-x86_64-setup.run into /opt/Zephyr ;
when use "create new application...
Hi,
I am designing a PCB including the nRF52833, and I just wanted to confirm the requirements for the vias-in-pad for the signals on the inner row of the aQFN footprint...
`Hi There,
For nRF5340 board, If I want to update encrypted net core bin file using FOTA, then what are the options to achieve it.
I have created encrypted image manually...
I am just wondering if Nordic is actually working in their R&D lab on the nrf9160 update with an LTE cat 1 SIP. I think the current IoT application development requires higher...
Hi all,
I'm using an nRF52-DK for testing the connections of pressure sensors (BME/BMP280), I tested first with arduino, and then I'm using the same code with Platformio...
Working on 52832, with SoftDevice S132, SDK 17.0.2 Our boards have external 32MHz crystal as the source of HFCLK.
Our application samples the ADC periodically using the...
I am in final stage of pre-production code and would like the associated indicator LED to go to OFF
when the coordinator is lost or powered down. I can detect it joining...