I have a nRF5340PDK, Now I want to know the lowest power consumption of this chip in different condition, such as adv, connect, sleep. But I am not sure how to config the...
Hi, i am using:
-nRF 52 DK
-nRF 52832
-Sensor of Maxim Integrated
-SDK 17.0.2
I have some problems in handling the I2C through the nrfx module.
This is my ReadByte...
Hi, I have a set up consing of an nrf52840, a Raspberry pi and a Linux workstation, which communicate over IPSP following the IPSP sample from Zephyr OS. The nrf52840 is a...
what can be the starting Point for Bachelor Thesis involving BLE 5.0 devices to be deploy in mesh Network. How the challanges in the Thesis can be address and set as a Goal...
Hi,
I am currently working on nordic PDK. And I am interested in flashing nRF52840 through FTDI SWD interface. I want to know whether it is possible?
If yes, what will...
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...