After ping through link local address ,i am not getting any Router solicitation messages,neighbor solicitation messages and neighbor advertisement messages while i am capturing...
Hi I've got my nRF8001 breakout board ready I now need the SDK in order to start developing firmware code.
I don't have any registration key, how do I get hold of it? ...
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...
We are supplying the nRF52840 from 5 V into the VDDH pin. We are not using the USB interface, so I want to confirm what our options are for the VBUS pin. Can we leave it floating...
Hi,
I am trying to include the CMSIS-NN libraries inside the segger project. Since they are not available in the software package inside Segger Embedded Studio, I pulled...
Hello! I've been using Segger Embedded Studio (Nordic Edition) for the project in nRF Connect SDK.
So, this SDK uses CMake to build the projects. But my project involves...
Hello !
I try to understand all available crypto libraries in SDK 17.1.0 what is applicable for nRF52840 and CC310 cryptocell.
https://infocenter.nordicsemi.com/topic...
Hi,
I'm trying to implement a simple FOTA BLE with MCUBOOT following the instructions in the documentation.
I'm using Visual Studio Code NRF extensions as an IDE, and...
I have an early nrf52840-Preview-DK device that has worked fine before. When the project is revisited the board is no longer detected in any of the programs in nrf Connect...
I am building with west and then using this tutorial:
https://docs.zephyrproject.org/2.6.0/samples/subsys/usb/dfu/README.html
to create a .bin file. I then use nrfConnect...
Using NCS 1.8 and NRF5340
Right now I’m able to use the MX25U external flash that we have attached to the nRF5340, We are planning to ship our board with MCUBoot and application...
I am using v7.0.1 S132 SDK on the nRF52832 processor for BlueTooth Light coded in Segger.
I have a high speed output (50uS) to drive an external device using an internal...
My application requires to change the device name as the identification of the device. However, we found the changing the device name might not be detected by the Android...
I successfully used the OpenThread nRF52840 USB dongle support provided by the OpenThread project to implement the radio coprocessor functionality.
However, I had no success...
Hi
I have a strange error in the k_fifo-useage:
Basis is the project peripheral uart
I want to answer on specific commands send via bluetooth
static void bt_receive_cb...
Hi,
I have build the below sample for a nRF52dk-nRF52832 board.
v1.8.0\zephyr\samples\drivers\spi_fujitsu_fram
At compile time I've got this error:
I have followed...
According to Zephyr documentation it is possible to define a thread with K_FOREVER delay so it will not start till k_thread_start is called
https://developer.nordicsemi...
Hi,
i am using a PWM signal to control the brightness of a LED. When the brightness is at zero, i have a random flickering on the LED.
This signal is also present at the...