Sorry if this is too off topic, I actually don't have any problem with my nrf52840 dongle, but the App I'm communicating with. But maybe someone of you has run into the same...
Hello!
We are planning to purchase an electronic component nrf52840 and produce a finished product on it.
question
1. Will it work immediately on the ZIGBEE 3.0...
Good morning, I have a question about NRF Util. I need to make some changes in souce code of nrfutil for my own needs, but the most recent version, which is provided on Github...
Hi. I interested now for direction finding in nrf52 series. I have nrf52811, nrf52833 and other controllers. But i don't find any information how develop board for recievers...
Zephyr Eddystone example is connectable after power on of nrf52833 board. But after disconnect it becomes non connectable. How to fix it? And how to change advertisement interval...
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...