Hello.
I have had a search but can not find anything so sorry if this has been covered before.
Our company has developed a consumer product using the nRF51822-QFAA-R7...
Hi every one !
I am trying to get working a code that it was working "Ok" 2 years ago.
Currently, I cannot get communication between both breakout boards.
To simplify...
I'm trying to solve an intermittent problem when using the nRF51422 UART with CMSIS-RTOS (RTX) and MDK Networking library (V6.2) (TCP/IP stack).
My questions relate to...
Hi...
When i was working in SDK v6.1.0 i have tried nrfprog.exe to merge and program bootloader, softdevice, application and bootloader_settings file as explained in devzone...
But now I have a new problem that is whenever I set " PWR_UP " bit in CONFIG register then it drop the 3.3 volt vcc to 1.2 volt. I don't know why its happening. Anyway, is...
Hi,
We are ready to launch product that uses nRF52840 + s140 v7.2.0.
We need its QDID for EPL.
In Bluetooth SIG, we found the following page, where we could find DID...
Hello!
Recently I was asked to find a way to enable timestamps in our debug logs to make it easier to track performance during various stages of the operation of our device...
Hi everybody,
I am running into the same issue as described in this post:
https://devzone.nordicsemi.com/f/nordic-q-a/50386/ble-scan-timeout-always-in-multiple-of-second...
I've been working with the NRF52840 for a while now. My setup is based on the CLI coordinator code and a bunch of end devices running the multisensor freertos based program...
I am trying to use a remaining timer/counter in the nrf52832 as a divide by 64 counter to get rid of an off board MC74HC4060 counter chip we are using for I2S from an external...
Hi Nordic Semiconductor!
Over the years I've been using your development kits, some days ago I got the nRF5340-DK and started on a new computer. Normally I dive into the...
I don't know why, but after issuing the nrfutil dfu command line, it takes ~34 seconds before the DFU starts and the progress bar is shown.
Sample command lines:
nrfutil...
Hello,
I want to use a FIFO. I want to send the data from file1.c and receive it on file2.c.
Currently, I have defiend my_fifo using K_FIFO_DEFINE(my_fifo) and using...
I am currently working on AoA direction finding solutons, and I have successfully run the demo direction_finding_connectionless_rx and direction_finding_connectionless_tx...
Hello,
I would like to ask you if there is an antenna layout available for the nRF52833. Indeed, I would like to develop my own application with it and, this SoC needs to...
Hello all,
I am currently working on receiving SAADC data and transmitting it through BLE with a sampling frequency of 1kHZ or higher. I am using nRF52832 board with the...
Hello, I have custom BLE service and characteristic as below image.
I wanted to discover them in ble central mode. I have modified ble_hrc_c.c to validate but central...