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...
Has anyone tried to generalize this example to different sized variables? What I would like to do is allocate a data structure, write that to flash, and recall it at a later...
I've a PCA10036 V1, I change the IC to nRF52822 QFAA-B016. With nRF5_SDK_11.0.0-2.alpha_bc3f6a0 and SD: s132_nrf52_2.0.0-7.alpha_softdevice, the programme started but if I...
Hello, I am utilizing a Laird (now ezurio) bl5340 module on my custom board which requires the internal 13.5pF caps to be set for the high frequency 32Mhz clock source as...
We managed to get the nrf5430 Audio DK broadcast source application running with two subgroups each containing at least one mono stream and custom metadata about the streams...
Hello,
I am trying to configure an ultrasonic distance sensor with my Nordic Thingy 91. The response from the sensor would be a pulse which will remain high for some milliseconds...
hi
i am working with custom board nrf52833 every thing is working good until i introduced bonding in my code.
i am using sdk 1.9.1 form my development
i released 1.01...
When I was developing a keyboard using the nRF52840 with the NCS SDK, I found that the keyboard couldn't type on macOS when connected via USB or BLE. However, it worked perfectly...
NCS 2.7.0, NRF52840, SYSBUILD with MCUBOOT
We have 1 specific board which is failing with a hardfault and assert MPSL ASSERT: 112, 1617 it occurs whenever we activate...
Hello, we've a nRF9161 DK board a we saw on the back side a footprint for mounting an SD card holder and we found the SD card holder component in the BOM.
Unfortunately...
Hello,
I am developing a Zigbee switch based on the nRF54L15. One of the mandatory features is transitioning into sleep mode when the device is not in use. I thought I had...
Hello everyone,
I get an error when building my vscode NRF5340 project on macOS:
ImportError: dlopen(/Users/lekimtinh/Library/Python/3.9/lib/python/site-packages/_cffi_backend...
Hello !
Time to evaluate and migrate to NRF54...
1.
Does latest nRF52 Connect SDK have sample for HCI interface with Bluetooth Controller ?
I would like to connect...
Dear all,
I'm developing a 1 VS 4 BLE connection system, using 1 nRF52840 as BLE central and 4 nRF52832 as BLE peripherals.
I'm trying to send the same command to 4 peripherals...
Good Day,
We build a custom board with nrf5340 & nrf21540,
NetCore DTS (below) , NetApp DTS has the gpio_fwd in place , all looks good in .config generated. Net-core UART0...