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...
Hi,
I'm trying the USB Audio in ncs .
dts is like below:
And prj.conf:
CONFIG_USB_DEVICE_AUDIO=y and other USB relevant defines.
It works,and the usb audio data...
Hi,
i upgraded the nRF Connect SDK from 1.8.0 to 1.9.1. During the install i have chosen a different install path - to have the same current path in different locations...
We were developing an nRF52840 device and were working on MCUBOOT DFU firmware updates, and accidentally did an update rather than an upgrade, and now my nRF52840DK is bricked...
Hello everyone, I'd like to implement the nrf52-ble-image-transfer-demo for nRF52840 Dongle. The normal code already plays well. However, since I am aiming for a low-power...
I have been using Segger Embedded Studio with an external zephyr repo by setting the following in SES:
Tools->Options->nRF Connect->Zephyr Base
It works fine. However...
Hello,
As part of my Senior Project for graduation I am working using the Blinky example projects to learn about BLE implementation. As part of the project I need to add...
Hi,
1.Does the 9160 support voice calling in NCS V2.0?
2.Is it a software or hardware limitation if the voice call function is not supported?
3.Our customer hopes that...
We do have standalone applications developed in nrf52840, SD 6.1.1 Peripheral and Central individually, and working perfect.
Now we want to merge both applications based...
HI,
I've gotten round to trying to setup a development envoironment with nRF Connect SDK & VS Code which I've been really looking forward to.
I've installed nRF SDK v1...
Dear experts,
Hi, I found the decode method in scripts/interactive_pyaci/models/common.py has a bug
I guess STEP_10S_FACTOR in the line of 79 should change to STEP_10...
Hi, All
I try to modify the central uart example - mainly focus on uart function instead of BLE, I try to send a message back to uart use uart_tx() api instead of printk...
Hi,
I am getting error while calling the function "nrf_ble_gq_item_add(p_gatt_queue, conn_handle)" in my custom ble service. Here I am duplicated the same definitions for...
I am having issues using a 2Gb NOR flash part for LittleFS storage on an nRF52840 based project (using the nRF Connect SDK). I am not sure yet if the issue is in the LittleFS...
So, new versions according to Subject in Windows 10 64-bit: No longer possible to program nRF9169 Modem firmware as shown in following screendump
Poor quality, but right...
Hello,
I have been trying to run the Thread co-processor sample for a whole day with no success. I have tried everything including the steps from OpenThread website. I originally...