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...
Hi, i have locked my beacon with the write_lock characteristic and now i want to unlock the beacon with the lock code which is hard coded in my code. but i was unable to do...
Hi,
I recently updated Nordic connect SDK and toolchain from v2.7.0 to v3.0.1. When compiling my application with activated CONFIG_BT_LL_SOFTDEVICE flag, I get this error...
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...
To be able to have USB communication/interface, do I need to apply 5V to VBUS? Or will 3V on Vdd be enough. I am planning to use coin cell that is max rated for 4.2V so it...
this is my code on DFU function, I copy to the example of experimental_ble_app_buttonless_dfu on SDK12.1. I used nrfgo studio to program s130_nrf51_2.0.1_softdevice , boot_setting...
Hi,
I've been working on Thingy:91 under ncs tag 1.2.0, trying to develop simple application using NVS just to see how it works. Based on the zephyr sample I wrote the following...
Hi:
i have some problem about using ble.
in my application has a loop:
1.use ble adv,and Wait for a while,
2.close ble adv ,and using base radio funciton.(do stop...
Hi
I was able to successfully complete the RF output power measurement using nRF52840 DK with the help of Nordic devzone last time.
Based on successful measurement...
Hi,
I use proprietary service to transmit data between raspberry pi and nRF52840 DK. The example I referred to is below.
C:\nRF5_SDK_16.0.0_98a08e2\examples\ble_peripheral...
On the nRF52840, I know the PPI, and therefore any events/tasks, are synchronized to the 16MHz peripheral clock. Here is the quote from the documentation:
"On each PPI channel...
SDK:SDK15.3.0
Example: ble_app_buttonless_dfu project.
MCU : nrf52810
SD: s112
Hi,i want to know how to reduce the ram consumption on nrf52810 sdk15.3.0 ble_app_buttonless_dfu...