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,
I'm currently working with the Thingy:91X and would like to measure the total current consumption of the entire board using the PPK2. I understand that the PCA64165...
I'm not sure if this is the right place for this question.
I'm using the Settings subsystem for the BLE name.
When BLE is initialized inside matter, settings_load is only...
While using the nRF9151 DK , after inserting the onomondo sim and connecting, the Cellular Monitor SIM sections appears the Wireless Logic ICCID number instead of onomondo...
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...
I am using the SAADC on the nRF52832, SDK12.2.0, with it set to 12 bits and low power mode. I have enabled five channels which I run blocking nrf_drv_saadc_sample_convert...
Dose this capture from the Nordic Specification means that to read bytes from SPI i need to send before. Each byte i send i get a byte!!!
MLy case i have read only sensor...
I am using the nrf52832 with the s132 for a project in which I have a frame with 24 bytes that need to be transmitted through BLE.
I have followed the tutorials and I have...
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...