hello everyone,
I built an application based on the peripheral_uart sample running on the EV-BM833 board. The application includes the Nordic UART service.
Using the nRF...
Custom PCB with nrf5340/nrf7002. Currently was using NCS2.9.0, with WPA2-PSK connection to the wifi.
While trying to enable use of WPA2-Enterprise, I updated to NCS3.0.0...
When using the shell_module project of SDK v3.0.1, I changed uart20 to pins p2.0 and p2.2, and the serial port printed garbled text.
Below is my overlay file:
Strangely...
Beginner here .. steep learning curve for Nordic ... trying a project with I2S. Took half and hour with an ESP32, but many many hours later, no joy with Nordic.
Working...
Hello. I use the function zb_zcl_finish_and_send_packet to send data from ZC to ZED and it works but one problem is that we're using a rather slow poll (20 seconds) to enhance...
Dear Nordic DevZone,
I'm encountering pairing issues with mobile devices and a nRF54 DevKit flashed with HCI over UART firmware. After initial pairing, deleting the bonding...
Hello,
we are facing a weird issue with a few models of smartphone since we increased the max MTU size. We are testing at the office with the Xperia E6553 but the Samsung...
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...