Dear Nordic and community,
I am currently in pre-production phase of designing a PCB based on the NRF9151, and I am a bit confused by the Hardware Device Guidelines, which...
The nRF54L series is a new device to the nRF family, and during the bring-up of the chip from early engineering samples to mass production devices there have been quite a...
Hi, I am fighting with a bug I found in SDK v2.8.0 for BLE scan filter on a test project as follows: 2 Devices (Ezurio BL653-DVK using the nRF52833), both having central and...
hi guys. I am currently using nrf52832 MDBT42Q Series from Raytac. I would like to know that how can I flash the softdevice and my application into the nrf52. My NRFgo unable...
I am currently doing some stress testing to ensure that I am correctly removing peers when the peer manager storage is full.
In this regard, my device is acting as a peripheral...
Hi,
I am developing application using nRF52832, s132, sdk13.2 which is collect sensor data and sent it to server. I have sent data to server using nRf52832 and interface...
Hello,
I'm trying to load BLE UART example on a custom module with nrf52832. I'm using SDK 14.
On the EVK it runs successfully, and I have the following addresses map...
Hello!
I'm trying to perform DFU over BLE using a NRF52 devkit. I'm getting the following error preceded by lots of "Invalid advertising data type" logs:
Traceback (most...
[SOLVED] turn off logging through UART.
Hello
I'm experiencing a strange issue where my device sends a beacon under DEBUG, but does not under RUN.
Due to that I tried...
Hi NordicSemiconductor Community,
I have a problem with the SEGGER Embedded Studio IDE, i want to build my project but i have the following error :
can't open 'C:/Users...
Hello,
I am trying to send out a notification and getting this error code 13313 (in decimal, 0x3401 in hex). Which eventually leads to BLE_ERROR_GATTS_SYS_ATTR_MISSING...
I developing applciation based on nrf51822, sdk11. I have read several posts about using app_timer_cnt_get() and get only 0 value. As far as I understand, this is because...
i want to connect my nfr51822 device to only one phone( that means which phone was connected first). For this purpose i enable whitelists but i create whitelists nothing has...
In timer example in sdk 11, I replace the Timer 0 by timer 1 and timer 2 but the LED did not blink. Can you guys please guide me through this? In nrf_drv_config.h I have already...
I have Keil uVision-5 and loaded the legacy patch. However Nordic NRF51 does not appear anywhere as an option. The Project loads fine and compiles. However, I cannot use the...
nRF52862, SDK 14.2, SD 5.1.0,, Arm GCC (Eclipse)
I have a custom service that is working well when 1 device (phone) is connected. All notifications are sent properly to...