Dear devzone,
Based on ncs2.9.1 and nRF54L-DK(v0.9.2), add in the prj.conf of the peripheral_uart example:
Compile and burn to nRF54L15-DK, the program does not run, and...
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, have anyone tested nrf51822 beacon smart kit on samsung tab 4? For some reasons it didn't detect the beacon. I have tested with company identifier of nordic, samsung and...
Since the IoT SDK is not support the IPSP Router role.
Is that mean the nRF51822 can't been used by other MCU which is running Contiki to become a Edge Router?
There are many links across the Internet to app note nAN-29 ( nRF51 Development with GCC and Eclipse ). In fact, I remember seeing a link to it on the Nordic website just...
Hi,
I am trying to test a UART bootloader with the hci_dfu_send_hex.py from SDK6.1.0
Unfortunately the script seems to crash, below is the output on the windows command...
Let's say I Have an nrf51822 on a small button cell battery having a sensor that is triggered on certain conditions.
What is the most efficient and power saving way to...
Hello. I'm using 24 MHz crystal to feed my MCU and not able to change it to 16 MHz to share with nrf24. Now I'm driving nrf24 XC1 with PWM signal 16 MHz and it works but not...
Hi,
We have NRF51822 chips programmed for specific application and it is working fine as BLE services etc.
In some scenarios, to debug we want to stream data from our...
device_manager_peripheral.c provided via Software Packs in Keil doesn't compile against S110 8.0.0 (or 8.1.0). Its version shows up as 1.1.1. Same thing happens with bsp.h...
By combining some examples, I'm starting to understand how the UART examples works.
Using Keil 8.0.0, and the PCA10003 Board, I'm trying to send a burst of messages over...
I can see and bond nrf51 with android, but with iPhone nothing.
What can i implement for see nrf51 with iPhone?
Can i pair Iphone and nrf51?
Sorry for the very bad english...
The new generation of nRF51822's have a few neat new features, particularly the automatic power management piece, that I would like to potentially leverage in our project...
Hello,
I'm seeing some 67.2kHz reference spurs on the RF signal when I'm turning on the constant carrier mode using the DTM interface on the nRF51822. Layout and circuit...
Two applications using the same softdevice, s110, blinky and beacon from the examples.
Flashing softdevice and beacon successfully.
Replacing beacon app by blinky successfully...
The bootloader in SDK 8.1.0 (at /nRF51_SDK_8.1.0 examples/dfu/bootloader) calls pstorate_register() twice. The first time as part of bootloader_init(), then on bootloader_dfu_start...
hi,
I have implemented a UART to receive network packets from another controller to send it over BLE.
UART config are: 8bits data, 9600 baud rate, no parity, HW flow...