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,
We are trying to develop custom uart bootloader firmware without using MBR. also we are not using softdevice.
Here are some linker definitions which are implementation...
Hi! I'm working with a custom board, where pin p0.18 is connected to an external button.
I've read several posts, including this one which say that one must remove the ...
Hi, I'm unable to get a working example with the bootloader, softdevice and application. I'm following this: https://devzone.nordicsemi.com/nordic/nordic-blog/b/blog/posts...
Hello There,
i have made an Selfmade PCBA with an nRF52810 and it is my first time that i am working with those Chips.
I have used the reference Design for this board...
Hi
I had a few questions about the nRF52833 SoC.
1. Is there a better way to transfer information through UART rather than using ( printf ) or ( NRF_LOG_INFO ) commands...
I have a similar error as described on https://devzone.nordicsemi.com/f/nordic-q-a/27626/access_model_reliable_publish-returns-nrf_error_invalid_param/109104#109104
I use...
Hi
I build the UartSecureDFU SDK to output a Window's EXE file, it send the upgrading aplication.zip to 52832 successfully in Window 7 System. But If build t he UartSecureDFU...
I have been debugging the TWI master of nRF52832 for a few days now and I have one more problem, which is very weird. For some reason, the master sends only the first read...
I am working with the mesh 4.0 light switch example and had a general question regarding a custom model I created based off the simple on off model.
During configuration...
Hi,
Our application sometimes hits a breakpoint in SoftDevice at either address 0xA60 or (less often) 0xA80.
Based on this post https://devzone.nordicsemi.com/f/nordic...
My question is very similar to this .
I am posting again since it did not seem to be answered.
The error originates from the following:
This happens when I am trying...
IAR IDE can be used to develop and dug the code of nRF52832 . However , IAR IDE can not programme the flash of nRF52832 directly . I need a kind of flash programmer tool ...
Hi all,
I am working with Segger ES on chip nRF52832 with nRF SDK for Mesh v4.0.
I am stuck now at message publication.
I have discovered that my code runs to packet_send...
Hi,
I'm using the nRF52832 with FreeRTOS and SDK 14.2.0 . I took a look at Profiling the Softdevice and FreeRTOS with Segger SystemView and Instrumenting with Segger SystemView...
Hello,
I am using nRF5 SDK v16.0.0 on nRF5232 PCA10040 DK.
I am trying to create an application that will count the number of button presses (GPIOTE events) using a Timer...