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...
Hello,
I am using the SMS sample of the NRF9160 SDK version 1.6.1. It allows to automatically send a SMS to a precise phone number, and to receive SMS.
As indicated at...
Hi,
I have been trying to use CMSIS DSP library over nRF52840. I added appropriate CONFIGs in prj.conf file, and cmake file. However, whenever I try to use function from...
Hi,
I would like to change the CDC_ACM UART (CDC_ACM_0) baud rate in runtime mode on nRF5340, but it seems to be not working. Below is my code snippet:
The return value...
Hello,
I am working on project where my requirement is something like... Device will advertise and it gets scanned by its own scanning.
What I have done so far......
Hello.
We are migrating from SEGGER Embedded Studio (SES) to IAR Embedded Workbench (IAR). At that time, an error occurs that "__ICFEDIT_region_RAM_start__" is not defined...
I want to select the nRF52 series SoC as our product platform. I have a use case in which I want to get the optimal channel map and I find the "sd_ble_opt_get()" function...
I have taken over a older (5+ years) project that uses Gazell, but it didn't use the Gazell link layer to do wireless pairing. We were looking at shifting to SDK 12.3 (last...
Hi,
I am using the CAF BLE components to use bluetooth on the nRF52840, which I control over HCI via the nRF9160. This is all working.
To use the CAF advertising component...
Hello Nordic DevZone, My name is Ted, and I'm having some difficulty with a recently installed Nordic / Zephyr SDK and toolchain. On 2021-07-24 I downloaded and installed...
I'm trying to read the memory off of a BT840F, which I'm hoping to do via a debugger. I've read that a tag-connect cable can be used to connect from a pcb to the debug out...
Hi,
I tried running the "chat" example on two NRF52833DK boards, one as a sender sending a "Hello World" message every 500 milliseconds, the other as a receiver, and found...
Hi,
I have an issue when I migrate my app from nrf52 sdk v16 to v17.
I have setup an app with an uart communication, an app timer and a watchdog. All off these (uart and...
We are using the Libuarte - advanced UARTE driver and sometimes see crashes in the uart_evt_handler code in nrf_libuarte_async.c when it gets a NRF_LIBUARTE_DRV_EVT_RX_DATA...
I am interested in developing a Cloud Driver that communicates to my own servers over HTTPS.
Cloud API documentations state that a driver needs to implement a set number...