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...
I have installed nrf-command-line-tools_10.24.2_amd64 and jLink_Linux_V794e_x86_64 on Ubuntu 22.04. I have also installed nrfconnect-5.0.2-x86_64 for desktop and the Toolchain...
Hi Devzone:
I have been testing flash storage project.
in my code I have declared a one page flash at 0x40000 for my own use:
And in flash_placement.xml I have inserted...
I must be doing something obviously wrong but I just can't see it.
I'm trying to create a PPI linkage between the UART RXDRDY event and a timer working in counter mode so...
hello
i am working with nrf52832, s132, sdk 16.0
i am trying to init 3 channels with OVERSUMPELING and BURST enabled:
"
nrf_drv_saadc_config_t saadc_config;
...
Hi. I need to use some of the flash on the nRF9160 for non-volatile storage. But I want to do it in a very specific way to save on RAM usage.
Essentially I want to be...
i want to configure MAGPIO0 (GPIOTE) pin as a output pin.
But its configuration is different from normal GPIO pin, so please guid me that what is process and configuration...
Would it be possible to offer a doxygen tagfile for referencing SDK groups/files in a project documentation?
openCV has this: docs.opencv.org/.../tutorial_cross_referencing...
hi
i have added a timer to a working code with softdevice, ble, uart and pwm for now.
when program starts it gets an error in the app_timer_init funcion ' NRF_LOG_INFO...
Trying to port some SPI code to the Release 15 NRFX API and seeing an error from nrfx_spi.h, line 82
/** @brief Macro for creating an instance of the SPI master driver...
Hi,
Could you confirm that DeviceID found in FICR of nRF9160 is:
1/ randomly generated (64 bits = 8 bytes)
2/ they are not unique, but already on the chip when it...
Hi,
Greetings!
We have successfully checked DFU application from SDK16.0.0 and it works nicely.
We have used android nRF connect app for firmware updating.
Here we...
We have been supplied with a module that sends SpO2 data but it uses 8bit, plus odd parity. I have seen the many questions on this subject and only pose this question to add...