I've developed my BLE application that is based on nRF518822 and softdevice S110 v.8.0.0.
I've defined 6 services (4 with 2 characteritics each and 2 with 1 characteristic...
I can get right value when I chose QDEC_SAMPLEPER_SAMPLEPER_512us in slow application ,but in my application my max data rate is more than 2k, so the QDEC value is less than...
nrf51822 SDK 9.0
iphone 6plus System version IOS9.2
When the phone receives the QQ message "static void notif_print(ble_ancs_c_evt_notif_t * p_notif);" can execute.
but...
Hi..... This is Venkatesh. I am using nRF52-DK Evaluation kit. This is my first question posting here. It is pleasure to have an account to share my knowledge and get the...
Code_Replace_MainDotC.docx
Please look at the attachment of my code. Go to \nRF51_SDK_9.0.0_2e23562\examples\ble_peripheral\ble_app_template\pca10028\s130\arm5_no_packs...
I am in need of the usb-to-uart.hex firmware and the driver for it. This is required to test the radio dongle nRF24LU1+ device (32k) whether it can be programmed through USB...
Hello,
I have the nRF54L15 PDK and am experimenting with the intermediate tutorials for the Zephyr RTOS. I am working on Lesson 1 - Exercise 1 ( https://academy.nordicsemi...
nRF Connect 5.0 crashes after asking to install nrf-device-lib-driver-installer.exe and shows the following cryptic message.
Trying with nrfconnect-setup-4.4.1-x64 raises...
Hi,
We have a nRF5340-DK board with the following setup:
b0 as the first stage immutable bootloader
MCUBoot as the second stage upgradable bootloader, which needs...
Hello, I have an issue with a project I'm working on with a nRF5340 Audio dev kit. I am using VSCode with the nRF Connect SDK plugin, and SDK version 2.6.1.
I need to have...
Hi,
We are working on nRF5340 with TF-M enabled and iOS application.
What we are observing is the peripheral device MTU TX and RX are configured to 512 bytes whereas the...
Hi I'm using nRF7002-DK kit and I noticed that the output voltage of a GPIO is 1.8 V instead of a 3.3 V. I have encountered a solution mentioned that we should apply these...
I’m working on an nRF52832-based project using the Nordic SDK (v3.5.99-ncs1-1) and MCUboot for OTA updates. I have a 512KB internal flash and 4MB external SPI flash (P25Q32H...
we are using SPI3 in nrf52840 with nrf SDK 16.0
we are using this as below
1. SPI3 init -polling mode
2. SPI3 unint
3. SPI3 init - DMA mode
4. SPI3 unint
5. SPI3...
Greetings,
Is the command toggle_dcdc_state supported in the radio_test sample when compiled for the nRF5340? ( https://docs.nordicsemi.com/bundle/ncs-latest/page/nrf/samples...
I started with the BLE provisioning sample (ncs\v2.7.0\nrf\samples\wifi\provisioning\ble) using nrf7002dk/nrf5340/cpuapp build target with sysbuild which works fine to provision...
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...
I am trying to use the `ram_report` tool and the results seem to have some issues:
1. The total size reported is much more that that reported when linking the zephyr.elf...
We are not using system off mode. since we not using external rtc. We are using internal Real Time counter in system on idle sleep (using ksleep).
In Basic led code , We...
We are building a Bluetooth remote using nRF52810 and nRF connect SDK v2.5.1
The remote have 20 buttons to be transmitted every 100mS, and we need several LED on / off commands...
I am trying to measure the battery voltage on my custom board which is based on the nRF52832 device. I am using nRF Connect SDK 2.7.0 in VS Code. The dts file for this custom...