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...
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 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...