Hello, Nordic Team, I'm embedded designer from Russia, discovered your amazing wireless MCU NRF52832. I looked through your SDK and peripheral drivers, and unfortunately found...
Thanks Stefan. The zip file making and updating steps work perfectly for me, if I follow your steps and make it from your stock pre-built "dfu_test_app_hrm_s132.hex". My question...
Hi!
I'm trying to configure my NRF8001 module with the help of nRFgo studio. I'm using Nordic UART over BTLE service template. The module can be discovered via nRF Master...
I'm trying to make a BLE device that actually pairs securely. I posted this question on StackOverflow but didn't get any answers - maybe someone here knows more. As far as...
I am using esb in SDK 11 and my understanding is that the radio causes interrupts that are forcing and cannot be disabled. These in turn causes software interrupt 10 to be...
I'd like to read and write data to the reserved app data space while in the bootloader. Is this possible with pstorage?
Because the BOOTLOADER_SETTINGS_ADDRESSS = 0x0003FC00...
Hi,
I am using 'pstorage_update' to store data in the internal flash. Whenever the number of bytes that should be written matches the size of a storage block everything...
We're trying to connect to our Azure Iot Hub using the Azure Iot Hub library provided by Nrf Connect Sdk 2.6.0 (without DPS). We're currently using the evaluation board to...
Hi,
I went through the Nordic Academy nRF Connect SDK Fundamentals - Serial Communication. I tried the exercise program where LED1, LED2 and LED 3 are toggled by pressing...
Hi Support Team,
Have a nice day.
Board : NRF5340DK
Python version : 3
nRF Connect SDK version 2.6.99
We are selecting the NRF5340DK for development purposes and...
I want to send the data from internal sensors via ble from thingy91 . not by usb , and by the way i can't by esim because im from tunisia and the lte-m does not work here...
Hi,
currently I'm facing an issue with the power consumption of my pcb. The idle power consumption is at about 20 µA. After initialising the UART it goes up to over 1 mA...
Hi,
I want to connect X-NUCLEO-NFC08A1 with ST25R3916B to nRF5340 board by adding a SPI node to device-tree source. After compiling and flashing the board, triggering interrupt...
Hi all,
NRF52832 NRF Connect 2.6.0
We need to configure interrupts on a GPIO on both edges. T here are several topics recommending to use GPIO_INT_TRIG_BOTH instead...
I'm getting started with nrf52840DK.
But when i connect my USB i get this error message:
i saw in this topic that when i press on the boot/reset long press when turning...
Hi all,
Could anyone share a code example for sending sensor data over BLE using the NUS Service in Zephyr RTOS? I'm new to this field and struggling to get data from the...
Hi
I use nRF7002-DK, SDK:V2.5.2 with zephyr driver, I need to send recieved data or command from uart, data type is using with hex byte array to send, from example , the...
Hi,
Because I wanted to add custom features to mcuboot, I had to use custom mcuboot.
I also used sysbuild for multi-image building.
The documentation tells me that...
Hello,
I am currently working with the nRF5340DK kit.
For my project, I need to incorporate some additional custom checks/code into the project's bootloader(MCUBoot)....
hardware:nrf5340dk
The above 45 pairs of IQ data are a set of data that I have received.The maximum amplitude of the IQ data I received seems to be only 128, which means...
Hi I am implementing dfu over modbus. Basically I managed to integrate all the steps (transport, set pending, restart, confirm).
What I'd like to do is to implement image...
Good afternoon,
I have recently purchased a PPK2. I have installed nrfConnect for desktop and Power Profiler on my Ubuntu 22.04 machine. I have connected the PPK2 and...