Hello,
I see when you import an example from the pack installer ( for example pwm, ble, timer examples ) it arrives with the misc controls --c99 on by default , so I cannot...
Hi,
We're looking for a low-latency 2.4GHz solution (not BLE) and the nRF51822 is oft-quoted as providing low latency, but what are the typical ms figures we could achieve...
Hello all,
in my previous question (Switch between applications (multiple services.h)) I got the advice to merge my two services into one service, including a HID over...
I am trying to create an nRF8001 based application that will broadcast battery levels (pipes broadcast, set), and give out temperature data (pipe indicate - TX_ACK) to connected...
Hi,
I'm using redbearlab's nrf51822 board. It is a arduino compatible board and hence it is using 0,1 (mapped to 9 and 11 for nrf51822). How do I make printf print to this...
An external PA/LNA is used to extend range of nRF51822, and S110 is used for BLE, How to switch between PA and LNA? and how to disable PA/LNA when there isn't transceiving...
Dear Nordic,
Could you please help me to understand the concept of using the DTS files and board initialization sequence?
We have just one GPIO port to control some external...
I suspect the EXT_SWCLK/DIO and SH_SWCLK/DIO pins on the SEGGER chips of the PCA10028 were burned. Is there anyway I can fix it? I have three of them behaving the same way...
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...