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...
I use SDKv2 . 09 . 00 without using the eSB function timelot can trigger MPSL_TIMESLOT_SIGNAL_TIMER0 normally,then NRF54L15 Running esb and BT at the same time with MSPL cannot...
Dear Sir / Madam,
We are testing with NRF9160 and building on top of k _uptime _ticks, I find the precision of the ticks clock to be ~70 ppm, while testing on my desk. According...
Hello,
I have been trying to figure out how to enable coexistence between Bluetooth low energy and the nRF7002 and I have some questions.
1. In the nRF Connect SDK documentation...
Using nrf5340dk, SDK v1.9.0
Want to add external RTC via I2C to wake mcu up via alarm, Facing Issue with I2C init.
I have gone through the suggested sdk fundamental course...
Hello,
I designed a PCB using nRF52840 for controlling the board.
I have physical access to the following pins : SWDIO, SWDCLK , VSS , VDD , nRESET.
What is the boot...
Hi,
When do you plan to update your Online Power Profiler Tool for cellular with nRF9151 device?
I just can see nRF9160 available for calculation.
Regards,
Hello,
I am working on an ESB (Enhanced ShockBurst) communication setup using the following hardware:
Receiver (RX): nRF5340
Transmitter (TX): nRF52840 MDK Dongle...
I am trying to compile hci_lpuart for thingy91_nrf52840, but I have these issue. hci_lpuart:
Any ideas on how to solve this? I'd really appreciate it. And if you have any...
I would like to add smp ota firmware upgrade to the matter sample project, can you provide me with the specific steps to do so, and in which path is the ota file compiled...
Good night,
I installed the VS Code/nrf Connect in my Windows 11 Prof.
I copied the "blink sample" and I tried to build it, but I am receiving
* Executing task...
Hello Community!
I want to use the npM1100 as a power management device in my project. The external battery to be used is the ER26500 and it is not rechargeable.
If I...
I am following this example https://github.com/crfosse/ncs_projects/tree/main/peripheral_zephyr , both secure and non secure and I am not being able of making the non secure...
Hi,
I am using Mesh of 30 nodes with avg Current Consumption 6mA and 2mA in sleep mode(by calling k_sleeps) , timer is 1s timer is running to keep Real Time incremented...
Hi. I used nRF Connect SDK v2.9.1 to add OTA to the Peripheral UART sample application. The target is nRF54L10, but when I build it, the flash usage exceeds 50%.
If the...
Hi
I see i get a cmake warning with DFU enabled with the following message:
whats the purpose of this? should i just have it always enabled in my conf, or for prod...