Sorry if this is too off topic, I actually don't have any problem with my nrf52840 dongle, but the App I'm communicating with. But maybe someone of you has run into the same...
Hello!
We are planning to purchase an electronic component nrf52840 and produce a finished product on it.
question
1. Will it work immediately on the ZIGBEE 3.0...
Good morning, I have a question about NRF Util. I need to make some changes in souce code of nrfutil for my own needs, but the most recent version, which is provided on Github...
Hello,
I am using the Thingy app for ios as reference to read my own temperature sensor. However, I am reaching a point where I get stuck.
I cannot understand/find where...
Are there any limitations when the central is connected to 20 peripherals at the same time? Is there a minimum connection interval (ie, can I set them all to 7.5ms?).
Hy everybody,
I'm trying to implement DFU bootloader in our custom board, starting from the "bootloader_secure_example", where I just changed leds and button pins in order...
hi,
i am doing nrf_mesh_dfu example with nrf_sdk_for_mesh v1.0.1.
so far i am able to generate device public_key and private key by following instructions .
and also...
Hi, I get a hard fault when I try to add an own UUID to the softdevice S132. I'm using Eclipse with GCC compiler, Rigado BMD350 eval board with the nRF52832 chip on it. As...
Hi Nordic DevZone ,
I wanted to enable the new feature Advertising Extensions in the example application light_switch and see how it works, but unfortunately i can not...
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...