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 there
I am stuck. My incremental wheel with photocell and comparator circuit does not work if the QDEC hangs on it. But seperately it works fine.
When I hang it to...
Hi Team,
Which models are supported in the latest mesh SDK?
I can see support for the on-off model.
Is Time and Scenes (Explained in Mesh Models.pdf, Section-5, Page...
I use SDK13, nRF52, S132
I use bootloader_secure_ble with generated public key for bootloader and for nrfutil. After all steps like discribed on
devzone.nordicsemi.com...
Hello.
I use nRF52832 and power from 3.3V source. Also I use the accelerometer and gyroscope with VDD 2.5V and 3.0V respectively. They are connected to nRF through SPI....
Can a device that is configured and programmed from Keil (softdevice, application, bootloader) be updated with code that has been compiled on ses (application)? I have converted...
Hi,
Referring to bootloader programming article - there's a post-build phase of programming UICR.BOOTLOADERADDR
The article describe how to use nrfjprog to do this which...
Hello,
I studied the "gpiote" example in the SDK. In order to fully understand how it works, I attempted to modify the "template_project" example and follow the process...
SDK:【nRF5_SDK_15.0.0_a53641a】【examples】【ble_peripheral】【ble_app_uart】【pca10056】【s140】【arm5_no_packs】
Before downloading nRF Connect ,the results of my scan is
【service1...
We are using SDK nRF5_SDK_13.0.0_04a0bfd with the NRF52832 chip. Using peripheral role, the nRF is fatal crashing right after connecting with iOS nRFConnect (and our custom...
Hello. I have discovered similar questions, but it's still not clear for me. I also have cheched pwr_mgmt example, but as I understand all operations with power mode in board...
I recently upgraded from SDK 11.0 to SDK 14.0 and am seeing much slower connection speeds from the new SDK. The old version would connect in about 400ms, but the new SDK takes...
I would like to measure the VDDH voltage (lithium ion battery) on a nrf52840 with the power fail comparator.
If the voltage drops below the threshold, I want to reduce the...
Hi all,
we are using NRF52810 and SDK 15.0 (our own custom board)
working on ble_app_uart.c example.
we are able to send / receive 20bytes(approx).
we need to transfer...
In my project, I aim to send an ADC value (10 bits ADC) and 6 data (16 bits/each data) from MPU6050 by using nrf51 DK to Android app ( modified from https://github.com/NordicPlayground...