I have compiled code that debugs and runs normally on the nRF52840DK. I just connected my custom PCB to the debug out connector on the DK and I have two issues that are probably...
Hi Devzone
We found that the NRF54L dk will stuck if add systemView function into the bluetooth sample project
we add below config into peripheral_uart/peripheral_lbs...
Hello,
I'm currently trying to integrate the Android-nRF-Mesh-Library in our App.
Identifying works fine but when the library tries to send the public keys to the node...
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...
Hello. I am trying to implement stable connection between my nordic nrf5340 and Samsung Galaxy Buds3 earbuds. I did it based on ble audio example with two connections (one...
I take the nRF UART 2.0 for reference. I make the nrf51822 be always sending packages ,and if it sends one package succussfully,and the smartphone just shows what it receives...
Hi guys,
Is there any way that I can re program the MAC ID of the nRF51822 devices through the SWD interface? I was able to do this using the UART interface with the BL600...
Got a Keil ULINKpro D debug unit with my Keil uVision\ toolchain license. However that doesn't seem to work with the Nordic nRF51822 on my Fujitsu module Development kit....
Hi,
I referred to the sample code "led_radio_example" and I think I might miss some thing so the program does not work.
The sample code indicates to use a terminal program...
Hi,
I am trying to understand the behavior of auto acknowledgement with payload for an application I am working on, I am hoping for some clarification on how ACK with payload...
I seem to be getting into sleep() fine with not able to connect to my app!
but getting back to work from sleep() is taking toll and its not working simply.
I'm trying...
Nordic will release a new development kit in april, named mkit.
It is based on arm mbed .
Writing a ble app will be easy, fast and simple using mbed BLE API .
My question...
Hello,
I compiled the pc10001/blinky_example with gcc/makefile, i can flash it with nRFgo Studio and it works. But if I try to compile/flash the pc10001/button_radio_example...
My computer is running KEIL MDK4 and nRF51 SDK4.
So far no problem with nRF51422QFAAC0.
Upgrading to Keil MDK5 would be a nightmare, so that I gave up after a few days...
Hi,
I'm trying the nRF UART example but I can't get it to work.
I have opened the uart_example project in uVision and loaded it to PCA10001.
Then I opened the Master...
I want to add timer to send sensor movement data to PC every 8ms(125HZ).
But when I add app_timer like normal
1.raise APP_TIMER_MAX_TIMERS
2.raise APP_TIMER_OP_QUEUE_SIZE...
I am testing Keil MDK5 and created my own simple nRF51422 project (not from the sample), hello world type of code. But the "download" button is disabled.
The J-Link is configured...
Hi,
Can anyone please tell me the exact way to enter into the bootloader mode by writing some characteristics with specific value.
I tried setting
NRF_POWER->GPREGRET...