Hello,
I'm trying to create a PC application to read out some Ti Sensor Tag modules. I'm using a nRF51822 USB dongle and the Master Emulator api.
The nRF dongle sees...
Hi
I have my code like this .
unsigned char *encryptedData;
unsigned int encryptedDataAfterAppendingLength;
memset(encryptedData, 0, encryptedDataAfterAppendingLength...
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...
I am trying to conduct a device firmware update using nrfutil's dfu ble functionality. Here is the command:
However, running the above command results in the following...
Has anyone used SDCard interface with either 52840 or 5340 in anything other than SPI mode? I just noticed in the SDK 15.3 code we are using SDCard is in SPI mode. Seems max...
Hello,
I want to connect an external led to the nrf5340 pdk to perform the same function as the blinky example.
I connected this led to D0 (PIN P1.00), but I don't know...
Hi,
We are trying to send a mesh packets containing 72 bytes from client to server with reliable message transmission method (Using access_model_reliable_cancel() based...
nRF52840 with SoftDevice s140, rev 7.01. For this errata, the work around is to use READY instead. Is the SoftDevice doing this? I can't find any info. I did find a related...
We're using the nRF52840 along with SoftDevice s140 version 7.01 for a medical device. Reviewing the nRF52840 Errata sheet, Rev2, there is an errata "242 NVMC: NVMC operations...
Hi nordic community,
I'm using Open Thread Border Router build using Linux and an nrf52840 dk board, I want to show my sensor data in open thread border router web GUI,...
Hello,
I have changed the provided UDP sample to send some cellular data (RSRP, RSRQ) to our server within an fixed intervall. So I am using a few AT commands (at_cmd_write...
Hi, like the title says I am having trouble implementing the MQTT Publisher example found in the nRF5 SDK for Thread and Zigbee v4.1.0 . I'm using a Raspberry Pi 4 with the...
Have a medical device in production using nRF52840 with SoftDevice s140, 7.01. Is this Errata fixed or a workaround is implemented in this SoftDevice version or any version...
Hi Nordic Team:
1. I use this example " Thread MQTT-SN Example ".
after i compile the code than i do the step below
1.Build the example according to the instructions...
Hello,
What are all the supported cipher suites for the nrf9160? Per your documentation, it seems AES 128 is supported but not AES 256. But, based on some testing with slightly...
What is the thermal resistance for the following part number: nRF52832-QFAA-R
specifically the thermal resistance between the junction and the ambient in C/W
Dear Nordic,
we are developing DFU Secure bootloader for a nRF52832 based HW.
We are starting from the "\examples\dfu\secure_bootloader" . First of all, we succesfully...