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...
Hi
I need to build a communication between nrf5340 and esp32 using UART Protocol. I need to transfer some data from nrf5340 to esp32 and vice versa via UART. Already, I...
I want to add Service based on the Bluetooth base UUID which is 00000000-0000-1000-8000-00805F9B34FB When I am trying to add it using "sd_ble_uuid_vs_add", it always returns...
nrf52805 is being used as a GATT server using a static passkey. An ESP WROOM 32 is being used as a GATT CLIENT. The issues is that nrf52805 sends a disconnect to ESP32 after...
Hi,
I'm trying to run an example in which is in below link but seems something is missing in the documentation seems also all commands returns "OK" but no response from...
i am using VS code, nrf Connect SDK version 1.7.0, nrf 5340 DK board. Attempting to run the CLI example.
The Cmakelist.txt:
#
# Copyright (c) 2020 Nordic Semiconductor...
I've got another question concerning a timeslot application.
In our timeslot application which is based on the nRF Mesh SDK timeslot.c implementation I noticed that if a...
I have a device using nRF52840 with SDK 15.2.0 and S140 6.0.0. It has failed with some kind of error. All core registers (including PC, LR) contain DEADBEEF. PRIMASK = 0xef...
I'm working on NCS 1.6.1.
I'd like to confirm if my method to get the RSSI is correct.
i test with a sample "peripheral_uart"
after BT connected, i printk the (NRF_RADIO...
I am testing the %XRFTEST Rx Test Command with the thingy91, with serial_lte_modem_2021-06-28_7a076c22.hex FW
and nRF Connect - LTE monitor software
I used the command...
The Repository link in the extension page on VS Code marketplace points to https://github.com/NordicPlayground/vscode-nrf-connect but that only returns 404 not found. I've...
Hello,
I am using the nordic nRF52840-DK and trying to connect to a nRF52840-Dongle and sending/receiving data to custom services and characteristics using pc_ble_driver_py...
Hi
I need to know, Is there any wifi module that supports for nrf5340 to communicate cloud or server??. If it is available kindly suggest us.
Thanks & Regards
Navin...
I am using Fanstel's BT840F BLE module which is based upon nRF52840 for my application. I am using PCA10056 DK to program it. I tried to program the BLE module on the DK with...
Hi,
We are using SDK13 and nrf52832.
I want to do multi pairing using Mode 1 Level 4.
Is there an example of multi-pairing and an example of deleting bonding individually...
I'm trying to update my devices from SDK 14.1 to SDK17. I've followed the pc-util instructions to create an SD+BOOT package, then after I'll send the updated application....