Hi,
I am using the NRF8001 in UART mode and attempting to bond with my android device (Lollipop 5.0 Nexus 6).
i am using the nordic arduino sdk which is found here:...
Hi, I'm using the nRF8001 in an application that requires security so bonds to the remote client/central. My device supports firmware upgrades that may involve new nRF8001...
Hello.
Initially when reading the Gazell documentation I didn't think it'd be a problem but now in Keil seeing this has introduced some doubt whether it's a thing:
...
We would like to be able to calibrate the rRF9E5 ADC
Our proposal is to permanently fit voltage dividers, each using two precision resistors, on two of the ADC Ports and...
At some point in the past I had nrf51+gdb+breakpoints working just fine. I even have a bunch of __BKPT() calls in my various error handlers to trap into the debugger.
At...
Hi,
I'm trying to program nRF51822 Beacon Kit using nRF51DK. I'm trying to load the example ble_app_beacon to the beacon kit. After uploading SoftDevice 7.1.0, I try to...
Hello
I'm using the nRF51 DK and I have a UART over BLE link set up between the board and a phone with the nRF UART app. I'm trying to get the board to execute a particular...
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...