I opened up the nRF Connect for Desktop application and noticed a new version for the SDK , 3.0.0. I also noticed that the application is being deprecated.
Inside of Visual...
Hi,
I am trying to use nfc_t4t_lib and I have some issues because processing incoming data takes some time (around 100 ms) and therefore sending the response occurs late...
Hello Everyone,
I try to develop Nuvoton + NRF24L01 SPI communicate each other. And I don't understand why MISO bus has 0x0E after I send Write_Command 0x20?
void NRF24_AdressTX...
Hi all,
I'm working with my custom nRF9151 board and i'm testing https request with option that use native TLS for my download client.
I got connect err = 22, so i come...
Hello,
i am currently trying to build a minimal firmware for the nRF5340 on the Thingy:91x. Unfortunately my build failles to link zephyr/zephyr_pre0.elf:
My suspicion...
On the nRF54L15, how can I update the maximum TX time to 17040 µs when using Coded PHY?
I'm currently testing with the Throughput sample in nRF Connect SDK v2.9.1. During...
Hi,
First I'd like to salute the great work done by you Nordic people for those open source and hardware.
I just installed the SDK 10.0.0, S120, gcc-arm toolchain, configure...
Hello, I'm a beginner with the BLE technology and nRF52 is a good tool to start with it.
Currently, I have a setup that allows a Raspberry Pi and an nRF52 to communicate...
Hi. I have a problem with programming brand new chips nRF51422.
I have connected: Vcc (1, 12, 35, 36), Gnd (33,34,13), Swdio (23) Swdclk (24).
christal on the board:
...
I had downloading many versions SDK,from 10.0.0 to 12.2.0.But when I Program SoftDevice then download the examples,such as the path:
nRF5_SDK_12.0.0_12f24da\examples\ble_central_and_peripheral...
hi,all.
when i first time connect nRF52840PDK to PC, and open nRFgo Studio, but encounter this problem:
no device detected.
screenshot:
I click recover button many...
I want to send several packages in one interval from my iphone to 51822(s130).But the demo ble_app_uart can only receive 1 package per interval(ipone6,lightbule,writewithoutreponse...
I want printf the date and time when compiling code.
But I drag on this error:
SEGGER_RTT_printf("%s %s.\r\n", __DATE__,__TIME__);
compiler says:
It's strange...
Hi engineer,
I found that the SAADC current is increased after the SAADC function opened, then my processing method as below:
1,I close SAADC function after sampling...
Looking for the OpenOCD equivalent of ""nrfjprog --rbp all"
Looking at the commands for OpenOCD they have a "flash protect" command, but it doesn't appear that's quite...
When you start an application timer, you can provide an optional context pointer. Is that pointer memcpy'd like with the scheduler or is it a shallow copy? I'd like to know...
We have been suffering about this problem quite a long time, maybe since the beginning of starting to use nRF51822 roughly two years ago. The thing is that we cannot trust...
I am working on a ble peripheral project on the nrf52832. When I make an SPI transfer inside the main loop the spi_event_handler function gets called with no issues. After...
Hi, I was wondering if there a way to connect several peripheral devices to a central device with nRF52840? In my application, I need to send data from multiple temperature...
Hi
i wanna create a connection between nrf24l01+ and nrf51822 with esb
in nrf51822 side i'm using sdk12.02 example and i need help for nrf24l01+ side
recommend me...
Have an nrf51 board design that doesn't want to run without a debugger. When programmed, the debugger can run the board. When the debugger is removed, the board does not seem...