Hello Nordic Team,
I am reaching out to ask for some advice and/or guidance on how I may debug code that:
1. Is initialized and runs BEFORE main
2. Is part of the zephyr...
Dear Nordic Teams :
I find the NFC current and find the current is quite large in the datasheet version 0.8. The value is much bigger than nRF52840. Is it correct?
Hello,
I'm new to this development environment and trying to get one of your projects to build for the nRF9151-DK. I recently installed everything with the latest versions...
Hello,
Hopefully this will be a quick(ish) one since I think I found the answer, but just need confirmation.
To preface (My setup):
nRF9151DK
Modem firmware: mfw_nrf91x1_2...
I have an app running the S132 softdevice, doing most of the applicatino work in a routine being called by an 8 Hz app-timer. Under certain conditions that I detect with external...
Hi,
I've been working on a project where I need to send data from UART over mesh, I managed to create custom model for sending string data over mesh, I did merge UART example...
Hello. I have SMARTMP3 Board and NRF52832. The vs1053 works fine on the arduino. But it doesn't work on the nrf52832. I use these connections: #define SCK_PIN 3 #define MOSI_PIN...
The NRF52840 appears to only come in a dual row QFN package and in the reference material, the only way to break out the second row is with an in-pad via or a very small trace...
Hi I am trying to use a different base UUID template than 0 x ABCDxxxx-1212-EFDE-1523-785FEABCD123.
For my services I would like to use 0 x xxxxABCD-1212-EFDE-1523-785FEABCD123...
From what I understand the clock source for the example ble_app_uart is the 32 KHz external crystal. Please, see the screenshot of the CMSIS configurator:
How do I set...
Hi all!
I use the ACM_CDC USB class to transfer a batch of data (150MB) from the MCU (nrf52840) to the host. Currently, the system reaches up to 100KB/s upload speed, although...
Hi @ll, I have the following problem: There are three unprovisioned devices with UUIDs containing a 0x0A byte but the scanner within the pyaci script shows 0x00 instead. Device...
Hi.
To avoid via in PAD I like to route a signal/pin from the inner row (closest to center) through a pin in the outer row.
However, to be able to do that I must be sure...
We are using SDK_13.0.0_04a0bfd and want to change the location and size of the bootloader in flash. But when we do this, the bonding process in the main application doesn...
I'm a newbie to nRF5... I just installed latest IAR, nRFgo, Segger J-link & nRF Connect on Windows-10. Segger J-link appears to have updated nRF51 Dongle to 6.3. I get the...
I'm developing firmware for a client that includes a connectable beacon. I'm using code based on a Nordic example, though I can no longer find the original. I'm trying to...
In our project nrf52 device scans for nrf52 beacon device throughout the day. It scans number of beacons available and send it to esp32 device on serial. that is how its working...
Hi, Everyone
My development environment is PCA10028, SoftDevice 130, SDK12.3.0
The size of the file has increased dramatically when I run mergehex.
1. nrfutil settings...
Hello i'm currently working on the central part of the DFU i succeded to make it work and now i'm working on the link loss part.
I used This to make the DFU work but it...