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...
Hi,
I'm using NRF_LOG for debugging. SDK version is 12.3.0.
I want print error code, File name, Line number.
Error code is printed fine but, file name and line number...
Hi,
I was going through the generic_ponoff_messages.h and generic_dtt_messages.h files and I observed that the message opcodes for the messages are same on both models....
As the S112 Bootloader documentation mentions, the nRF52810 does not support updating the (S112) SoftDevice.
In another question " The update-risk preventive method? " it...
Hi,
can we change duty of one channel of an instance of modules\nrfx\drivers\src\nrfx_pwm.c without affecting or introducing any glitches to other channels of that instance...
I am trying to get an SD card working with the NRF52832 chip, starting with the sd card example (SDK 14.2) using the fatfs module.
The SD card I am using is a Kingston 8GB...
Hi I'm using nrf52DK board with SDK 14.02. I wanted to use PWM Library with softdeivce but I'm getting this <error> app: ERROR 3735928559 [Unknown error code] at E:\nRF5_SDK_14...
I have a Raytac module which contains a nrf52810 AT module in it hooked up to a micro via Uart, so i can send and receive AT commands and data. I'm trying to connect to my...
Hi, I have developed one custom application and enabled DFU features in it.
With the help of nRF Toolbox mobile application, I am changing the application code.
Now I...
I just installed the nRF9160 DK but it showed yellow exclamation marks at the CDC and BULK interfaces. I'm using Windows 7. I couldn't find where these drivers are.
Anyone...
How do I use PWM on a GPIO on port 1 on SDK 15.2? The PWM library examples only sends in the pin number and seems to assume port 0. This answer seemed a bit complex and I...
Dear all,
I modified the example "ble_app_uart" based nRF5_SDK_15.2.0_9412b96 and S132 SoftDevice v6.1.0 to do some tests . But now I encounter the disconnect reason 0x22...
Hi guys, help me please.....
I want to build a device act like both keyboards and mouse. I've made some progress that the device can connect to my PC(win10) successfully...