Hello Team,
I am currently working with the nRF52832 and using the nRF Connect SDK ( NCS) with toolchain version 2.9.1. I would like to interface the nRF21540 RF Front-...
I don't have found CONFIG_OPENTHREAD_FTD feature in the bulb project prj.conf or prj_release.conf file, but I have found that it is enabled in the final .config file within...
I have installed nRf Connect for Desctop v5.1.0 on my windows 11 system.
I tried to update the Quick Start and install the Power Profiler.
Both gave me a similar error...
Hey All! I've been following the nRF Connect SDK Intermediate course from DevAcademy. In exercise 2 of lesson 9, bootloaders, you get to learn how to use KMU (Hardware Key...
Hi,
Testing Hardware: nrf52832 Module in a Custom board OR nrf52DK possbile -> We would like to change the order of the BLE service as shown in this thread: https://devzone...
Hello, I am trying to use the nrfx driver example to run an RGB led connected externally to the nrf5340 board. I dont see the led/pwm cycle running successfully. Can anyone...
hello, I started working on BLE mesh using nrf52832 QFAAE1. from hardware side i have custom self design nrf52832 QFAAE1 lot's of board, and every board working, i verify...
Hello,
Would there be any particularly adverse side-effect if two NRF51822 GPIO pins (e.g., P0.18 and P0.19) were shorted together? One of the pins (e.g., P0.18) would be...
SDK :15.0.0
Examples:ble_peripheral / ble_app_uart / pca10056 / s140
Board:nRF52840 DK
After pairing, may be connected, because the indicator lights continue to shine...
Hi,
I am using sd_ble_gatts_characteristic_add to set a characteristic in my service. The function call return 0 - NRF_SUCCESS but when I browse the service with nRF connect...
Hello,
I try to add pairing functionality to my app. Error code NRF_ERROR_INVALID_PARAM occur from the sd_ble_gap_sec_params_reply when i want to read my characteritic...
Hey, I have a sensor (ADC with data rate is 250 sps), attached to nrf51822. It has Data ready pin (output), which toggles from high to low when data is ready. Also this sensor...
Hi, I'm using nRF52832 with my custom board. (sdk 15.0.0)
I changed ble_uart example code, so I can receive GPS data through bluetooth.
Now, I have to send GPS data to...
Hello all.
few years ago, I made some product using nRF51822 on SDK v10.0.0
currently, I have to software update to use ECC(Elliptic Curve Cryptography) function on...
I'm using: nrf52832, SDK 15.0, SoftDevice S132 v6.0.
I'm trying to control a motor using an H-Bridge. If I simply do a nrf_gpio_pin_write to set forward/reverse to 1/0 or...
I have the nRF52832 PCA10040, V1.2.1, 2017.23 development board with ble_app_blinky_gcc_nrf52.ld RAM/FLASH settings:
MEMORY { FLASH (rx) : ORIGIN = 0x26000, LENGTH = 0x5a000...
Hi,
My freertos based application (SDK14.2) calls battery monitoring procedure every few minutes .
I've initialized the SAADC
Within the function I call
...
Hello, I have nrf52 and configure uart0 for connection with external device. I have configured it as NRF_SERIAL_MODE_DMA and set irq_handler .receive NRF_SERIAL_EVENT_DRV_ERR...
Hi,
May I ask, why read_resp is missing in struct ble_hid_report_record_t in sdk 15? Currently, I am migrating to sdk 15 from sdk 14.2. However, I didn't find any document...
Hi all,
I am doing an evaluation on NRF52 Smart Remote 3 for my company.
I am working on a Ubuntu 16.04 virtual machine with Ubuntu live CD for Smart Remote 3
-----...
What's the atomicity of flash writes on the nRF52832? If we crash while writing, say, 4 bytes, do we have a guarantee that either every byte or no bytes have been written...