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,
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...
Hi,
i am evaluating the use of the nRF51822-QFxx for our product and made good experience with the nRF51-DK. Now, i would like to layout the custom pcb and i am not sure...
Hi
The definition for nfc_t4t_ndef_rwpayload_set() is that it takes buffer_length parameter.
And the comments state "buffer_length Length of buffer (maximum writable NDEF...
Hello there,
I have developed a board with nRF52840 and a sensor. My hardware and tools setup is:
SDK: nRF5_SDK_for_Thread_v0.10.0_e1c3d11
Thread version:OPENTHREAD...
Hi, I'm using evaluation board nrf52 (nrf52832) and using SDK 13 (nRF5_SDK_13.0.0_04a0bfd) and programing it using eclipse. Here is the code:
Someting is not working and...
I am able to disable the reset function of P0.21 by erasing UICR register and undefining CONFIG_GPIO_AS_PINRESET .
Still i can't set P0.21 as output and set it to 1.
According to the User Guide,
After each byte has been sent over the TXD line, a TXDRDY event will be generated.
When all bytes in the TXD buffer, as specified in the TXD...
Hi Nordic,
We are building a product in the field of Sports, specializing in running shoes. The concept is to correct running form via analyzing the foot strike of the user...
Hi everybody,
I need to preserve 3 pages of data in flash memory during DFU. I know there is the macro DFU_APP_DATA_RESERVED defined in dfu_types.h but, I was wondering...
We need to sample two digital inputs GPIOs at rate of 100khz-1mhz. How can we do that?
The QDEC is only good for up to 128us (~7khz) which is too slow for us.
Is there a...
I'm not able to get clear/un-corrupted data across the ttyACM on the nrf52840-PDK. I must be missing something, seems like this would have been solved a million times, but...
I recently experienced an issue with a race condition between peer manager and FDS in SDK 14.2 which was resolved under this case:
https://devzone.nordicsemi.com/f/nordic...
Hello,
I develop entirely on Linux and I am unable to find the --sd-req / --sd-id required for generating a dfu package zip using nrfutil . I am using developing for the...
I defined custom service (NRF51822,S110) to send sensor data. Code follows. Here I enabled notifications for new data. I can able to receive data, if I enabled notification...
Hi,
I have the following set up:
The remote: nrf51822 acts as central
The wheels: Each wheel has nrf51822 acting as peripheral.
The remote needs to first connect...