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...
Been scratching my head over this one for a few hours..
I am testing out the AWS IoT library in version 1.3.1 of nrf Connect SDK. Connect, subscribe, and ping are all working...
Has Nordic evaluated their code to see if BLESA is a problem?
https://www.zdnet.com/article/billions-of-devices-vulnerable-to-new-blesa-bluetooth-security-flaw/
Hello,
I am trying to set product identifier and product version in application hex file, then bundled this hex file in zip using nrfutil tool, and performed dfu, then I...
Hello,
I want to use BSDLIB in my application. According to documentation ( https://developer.nordicsemi.com/nRF_Connect_SDK/doc/latest/nrfxlib/bsdlib/doc/ug_bsdlib_porting_os...
I've developed a little test application on a nrf52832 chip to run fstorage in a bootloader memory address. I followed the nordic guidance to set up, build, and install a...
Hello, The card has already been assigned to an NRF Cloud account. However, we wanted to change the account card for a practical reason. We have therefore deleted the card...
I tried using nrf52832(as slave) communicate with stm32, it successed .
But when I changed nrf52832 to nrf52840 to do the same thing, it failed .
I use the nRF5_SDK_15...
Hello there, I following the nRF IoT SDK getting started and after Connecting Devices to Router section I succeed in connecting devices to router.
After that, I edited...
Dear Nordic Team,
I was trying to understand event handlers from SDK5 examples. I understood that by using following macro we can register our event handlers, and afterwards...
Hi, I'm trying to run the JLink debugger using Ozone to debug my program. When I run nrf_crypto_init(), I encounter a hard-fault. The program is not experiencing any problem...
Hi,
I am trying to develop an application on nRF52840 development kit board. When I am trying to build I am getting below error "nrfx.h: No such file or directory". For...
I am trying to port BLE_APP_Interactive to nRF52840 as I require 2 uarts in my application and larger memory. I realise I need to change the crypto to CC310, and I have followed...
I've been seeing issues with getting an interrupt on the TX side. I reckon it could also be linked to the RX module cause if the payload isn't sent, the interrupt on the TX...