Hi, I am fighting with a bug I found in SDK v2.8.0 for BLE scan filter on a test project as follows: 2 Devices (Ezurio BL653-DVK using the nRF52833), both having central and...
During the setup process for nRF Connect SDK v2.4.0, an error occurred preventing the SDK from installing correctly.
The environment details are as follows:
* macOS...
Hi folks,
I'm having some UART trouble - help would be much appreciated, and thank you in advance.
------------------------
Overview:
I'm working on a project that...
Hi,
We are using the nrfconnect for thread and zigbee 3.2.
We have modelled our Bluetooth peripheral, running on the nrf52840, on the BLE UART example. It connects fine...
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...
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...