Seeing recent response to my original question on multiple chip selects, I've opted to share a modification to spi_master that I've implemented in part to make handling some...
What is the official status of the Softdevice Serialization for S130 in SDK 9? I could see an older answer on how that was removed in SDK 8 but since almost half year has...
Hi
The documentation for the new feature in S110 v8 to change the gatt table size says that to change it the linker configuration needs changing .
This means it is a...
I used to be able to see my development kit in nRFgo studio and flashed S110 onto the chip. Now all I see is: "No boards connected". I am still able to flash programs onto...
Hello,
I have an iOS application communicating with a custom device having a nordic 8001 chip.
They have established a bonded relation. In nRFgo Studio, in Security...
Hi there, thanks for your help in advance!
I have tried the nrf51-ble-ancs-nus sample from github and making it work on a 51822 EK board, i.e., it can receive notifications...
I try to use hcidump, capture CSR dongle on ubuntu14.4.
I can find SDK8.1.1 s110 keypad demo create connection fail.
HCI Event: Command Complete (0x0e) plen 4
LE Set...
Hello all
I am facing a very strange issue, already searched the forum but didnt find anything like it.
Okay so I can get DFU to work. For our custom application we have...
Hi,
I am trying to interface WM8960 CODEC with nRF52832 using (I2S and I2C) .
I am able to communicate with IC with TWI
I want to transmit the const uint16_t wavedata...
Working on a project where I need some sort of wireless communication. The device is located inside a metal enclosure, so IR is not an option. Its only goiong to trigger a...
Hello, I'm using an nRF5340 board with nRF Connect SDK as a BLE peripheral device, and I'm trying to get RSSI value when another device connects to it.
So I'm trying to...
I am attempting to enable the external LFCLK. I want the clock to swing rail to rail. I have the following code in place. I am using the s140 v 7.2 soft device and the nRF5_SDK_17...
We are using nrf52832 soc for our product development and using that we are trying to increase the throughput of our device using the information from the following forum...
Hi,
Why nRF9160 example serial_lte_modem:http get data from http://hk.iotlib.cn/http_test_data.dat missing some bytes:
Repeat steps:
1. sdk:ncs v1.8.0 2.example...
SDK: NCS 1.8.0
Peripheral: nRF52832
Hello,
Is there a better example for creating a static library using NCS than the "external_lib" sample?
The example showcases...
I have a working build for the nRF5340 DK that implements a custom service and communicates over BLE. As I add features, the binary for the Application Core changes; the binary...
We have developed many solutions starting from example and modifying them to fit our needs, this one in particular has me stumped. We already have working BLE and USB CDC...
Hi,
I'm using nRF connect SDK 1.7.1 with ZephirOS.
I'd like to configure input / output to be redirected to UART and mirrored to USB CDC/ACM.
The reason is that I...
(nRF Connect SDK, v1.8.0, nRF52840)
I would like to create classic Bluetooth Classic peripheral behavior, the peripheral is not advertising (or advertising without name...
Hi, I created a Zephyr project for board : nRF5340DK_nRF5340_cpuapp . Now, I need to read the Device ID from FICR. I made changes in overlay file as shoen in atached first...
Hi,
I am using SDK 17.1.0 as a host scanner. When I changed the timeout to 0, there was a problem with the connection slave (NRF_ERROR_INVALID_PARAM). I'm pretty sure the...