Hi,
I'm running Mac OS X 10.10.2 with the nRF51-DK PCA10028 card that I received today. I started off following the instructions in this article , and was able to get JLinkExe...
Hello,
I would like to do an communication between Arduino and Android platform.
In my case, Android will be master.
But I want also test between 2 Arduino with an Bluetooth...
Hello,
I would like to develop a custom key sharing algorithm for nRF8001 chips. As far as I have understood the only way to use full 128-bit temporary key (TK) is OOB...
i am useing nRF51822 pairing with nRF24lu1 over GZLL protocol now,
is there someone have the experience on how to config the parameter of GZP_TX_RX_TRANS_DELAY in function...
I have a peripheral running the S110 stack, which presents a characteristic to which I want the central (running S120) to be able to do a long write. What I've been trying...
Hi all,
I have been trying to combine the UART and hID Keyboard examples into a single application.
I want to use the HID part to send specific keystrokes using buttons...
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...