I was working with IAR and SDK10.0 before. For some reason I have to transfer my project to Keil and SDK9.0. My program worked well for the old settings. While keeps got NRF_ERROR_SOC_NVIC_INTERRUPT_NOT_AVAILABLE...
Currently we are considering whether we should use external Flash Memory or NRF52 Internal Flash.
External Flash memory has a lot of drawback in comparsion with internal...
Suppose there are 10 BLE peripherals in a room and one BLE Central,then is there any way i can get the list of available peripherals[name or id.. etc]?
I am using NRF5182...
I am using SDK_11 s130 on nrf51-dk. When err_code is any value other than NRF_SUCCESS, APP_ERROR_CHECK(err_code) will cause nRF51-dk board to reset. How can one get APP_ERROR_CHECK...
Hello All,
I have problem with ble_app_uart which are not support DFU services.
When I am implement both services device will not advertise. and when ble_nus uninitialized...
[symptom]
I want to update my application/bootloader/softdevice by DFU.
Steps are shown below.
bootloder/softdevice update
if 1 step is done, application update...
Dear Developer Zone,
I am new to ANT and am looking for someone to help me to setup an example 15 channel (14 devices) ANT network using the S332 soft-device to test communication...
I’m encountering a build issue with Zephyr (version 3.7.99) on my custom board based on the nRF52840 SoC. The build process fails during the linking stage with an undefined...
Hi ,
We are using MCU nRF52832-QFAA-R (Flash 512KB & RAM 64KB) with softdevice s132 - 6.0.0.
I am not sure what is extracly Soc Revision of the MCU ? But I read some information...
I have a custom SMP handler that uses an SPI transport. If I use the pin reset to reset the module after programming sometimes the module hangs when calling that handler....
Hi We would like to use the nRF5340 with a custom network core image that runs the full Bluetooth stack and I have gotten it to work with sysbuild. However, we would like...
Hi, I am having problem making DFU work on nrf52832 using nrf connect sdk 2.6.0. Below is my mcuboot.conf under child_image and prj.conf. Please guide me where I am wrong...
Hello,
I'm trying to reduce the range of transmission of the nRF5340 SoC for an Auracast Broadcast. I would like it to be detectable only from a distance of 1 or 2 meters...
Hi,
We are using nRF52832 for BLE application.
In our custom device we have loaded the firmware and it is working in debug mode.
But once we remove the SWD cables...
Hi guys,
I'm working on this project which was basically a migration from STM32 to the nordic NRF52832 in order to enable the BLE beaconing mode.
It has been a challenge...
Hi everybody!
I'm starting to study nrf9160. Work in SEEGER Embedded Studio. And I immediately had a question:
By default, it is created C project, But I want to create...
Dear nRF experts. We use the sample code of radio_test as the production test program. We directly add a UART command. When the user enters this command, it will enter sleep...
Hello,
I'm running an nrf52832 (fanstel module) communicating over UART with another MCU at 460800 baud. The Uarts both have matching configurations. The baud rates are...
The nRF54L15-CAAA reference designs currently show an 8 layer board which includes 2 GND layers that seem redundant and possibly unnecessary? Can someone confirm that the...
Hello,
I have working BLE peripheral_uart example based application using nRF52840 dongle with SDK v2.6.0.
I tried to upgrade SDK to v2.7.0/v2.8.0/v2.9.0.
v2.7.0 seems...
Hello,
I would like to know whether there was a way to get the name of the broadcast emitted with the sample bap_broadcast_source from a nRF5340, but directly from the...