Hello!
Does anyone know of a library for the I2C LCD 16x2 display? I found the library by lovee, https://devzone.nordicsemi.com/f/nordic-q-a/23401/nrf52832-connect-with...
Not really sure where the problem is here, my guess is in the code... I just recently saw this: https://www.avrfreaks.net/comment/1342846#comment-1342846
Although my issue...
We are finishing up a project with the nRF52832 based on the Nordic Thingy. Most of what we want it to do are normal functions of the Nordic Thingy. It connects to a mobile...
I feel like a crazy person looking to store large amounts of data onto an external chip that is not a micro-SD (why not micro-SD? It's power-hungry and finicky ). NAND through...
Hi
I try to run BLE HRS collector example.
when I run the project, in RTT terminal I have these error
00> sd_ble_enable: app_ram_base should be adjusted to 0x20001CD8...
Google open-sources the firmware needed to build hardware security keys
Google open-sourced today OpenSK, a Rust-based project to aid hardware vendors build hardware security...
Hello,
I try to use the opus codec on an 52840-DK. The Build and Flash with ARMGCC woks fine (with gcc-arm-none-eabi-8-2019-q3-update) but I'd like to use the debugger from...
While using the Zigbee OTA examples (nRF Thread and ZigBee SDK v3.1.0), I have noticed by the sniffer, that the attribute “Block Request Delay” is presented in the OTA Upgrade...
Hi! A strange problem we encountered is a different behavior of our boards before and after cutting the SB40 bridge and place a jumper on P22.
First part which works as...
Hi,
We are using NRF52840 DK in our project.I am using keil5 uvision, using SDK 15.3.0 and soft device S140.I have installed nrfx command line tool version 10_3_0 and nrfgo...
I'm using Segger Embedded Studio 3.52, nRF SDK for Thread and Zigbee v3, nRF52840-Preview-DK
I have a Zigbee Coordinator and Zigbee Router that work great at my home office...
I can success transplant saadc and fatfs to my ble project.However, when there is a SD card, the slave can write data to SD card successfully, but disconnect with the master...
Hi engineers, I got a question regarding nRF52840 (PCA10056), i want to run DTM using PCA10056 board with MT8852B tester. Unfortunately, i keep failing to get the EUT address...
Dear all,
Our application is made of
Chip nRF518122 + SDK 11.0.0 + DFU Bootloader + BLE application (gcc complied) loaded with nRF Toolbox over the air
we are putting...
Hello,
the nRF9160 product specification 1.0 states in 5.1.4.2:
"Note: The LTE modem requires using LFXO as the LFCLK source."
I checked the clock register and noticed...
Hi,
I have developed an SWD working code which read-write the Flash Memory and RAM which is working very good.
Now I have a problem in I need to write start address...
Due to time pressure, I'm starting this thread based on an existing ticket: https://devzone.nordicsemi.com/f/nordic-q-a/51423/firmware-on-custom-board-application-bootloader...
Hi team,
We have a customer who has some questions about GPS.
The questions are:
Where do we save the Ephemeris data when GPS code start? RAM or flash?
When use...
Hi,
Can an nRF5x device be configured as a BLE relay with Bluetooth Mesh?
I believe with the Central-Peripheral-Relay example, the Relay needs to establish connection...
Hi. I am trying to create a dfu zip file that contains the softdevice, bootloader, and application. I am DFU upgrading an NRF52 device from SDK v13 to SDK v14 via Nordic's...