Hi, I wanted to ask a question regarding sending data.
I currently have external memory that will send out serial data (SPI) to the nordic microcontroller. I have saved...
Recently, I try to programme nRF51822 DK communicating with nRF2401e1 DK,unfortunately,which does not success. With setting radio configuration: TXPower,frequency channel...
E:\BLE\work\nrf51_sdk_v6_0_0_43681\nrf51822\Board\nrf6310\s110\ble_app_hids_keyboard
SDK 6.0.0
Softdevice 7.0
When I connect to Android 4.4.3 device(Nexus7 II) will...
E:\BLE\work\nrf51_sdk_v6_0_0_43681\nrf51822\Board\nrf6310\s110\ble_app_hids_keyboard
SDK 6.0.0
Softdevice 7.0
When I connect to Android 4.4.3 device(Nexus7 II) will...
I have been trying to understand and get the “ble_app_template” running this weekend, but I keep running into errors. For example in
static void sys_evt_dispatch(uint32_t...
Based on the nRFUart demo, I added a masterEmulator.DiscoverServices() block before the DiscoverPipes() block in a very similar manner. Purposed is to be able to get more...
Hi,
There is much talking about the "large data transfer" over BLE, the l2cap channel being the best option for the moment.
However, does anyone know the datarate achievable...
Bluetooth low energy, Direct Test mode nor RSSI Viewer is working with my nRF5340DK board. For instance with RSSI Viewer it says "Error while setting up device XXXXXXXXXXXX...
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...