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, thank you for taking time to review this. I am trying to setup a serial DFU setup for the nRF52 on the nRF91 DK board. I am running into problems getting it to work...
In the nRF Toolbox I found this Beacons option where i can update the UUID , Major and Minor of the beacon. How do I use this functionality of nRF Toolbox app?
Hello, I'm not very famililar with Airfuel, but I want to add in my device wireless charging function. I start searching solutions for this challange and I found Airfuel and...
Hi
I am facing problem with segger. Project get compiled and able to program hardware but hardware is not working until debug process is start. After put hardware in debug...
Hi,
I am trying to establish UART communication between two nRF52 Dev boards. I flashed both of them with UART peripheral example from 15.2.0 SDK and connected TX,RX and...
Hello,
Recently I'm working on the project that utilizes the nRF chip and the external memory MX25R3235F. The SDK is 14.2.
I'm trying to configure the peripheral and the...
Hi I am using nrf52832dk as master and slave for spi communication. I want to send below data over spi. 0x8000000008 0xEC000100C5 I am get confused in transfer function of...
Hey,
referring to my previous thread in https://devzone.nordicsemi.com/f/nordic-q-a/44298/running-usbd_hid_generic-in-nrf52832-using-a-custom-usb-module-mcp2200 . so am...
We are using the Development boards nRF52-DK from Nordic and trying to utilize the mergehex.exe downloaded from Nordic website.
using Segger Embedded Studio (non commercial...
Sir,
I have one nRF52840 DK and ADXL335 accelerometer. I need to get the 3-axis values, Xout, Yout & Zout, from the accelerometer and send through BLE to my nRF mobile app...
Hi,
I was going through generic_level_messages.h and generic_level_common.h files looking for the parameters for generic level status message.
I noticed that generic_level_messages...
I am using nRF51822 with SDK 10.0. I want to configure a GPIO pin which can wake up the MCU from SYSTEM OFF Mode and call its IRQ handler. Please find below configurations...
Hello,
I am using an nRF52dk with no additional hardware, in conjunction with SEGGER Embedded Studio V4.12. I started with an example from nRF5_SDK_15.3.0_59ac345 called...