Hello all, this tutorial goes to a fellow named Emil who helped me with this project.
Number 1_ Make sure you set up the terminal viewer For debugging with real.You need...
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...
Hi there,
My current setup:
1. Custom board.
2. SDK nRF5 SDK v17.0.2
3. Application running BLE (SoftDevice)
Using the USB CDC Class example to be able to interface...
I'm using nRF51 sniffer to capture BLE packets for group of devices. Sniffer can able to capture only primary advertisement channels and not secondary advertisement channels...
Dear Members,
I want to use this code :
https://infocenter.nordicsemi.com/index.jsp?topic=%2Fcom.nordic.infocenter.sdk51.v10.0.0%2Fant_examples_bpwr.html
Does it work...
Excuse me:
As shown in the figure below, can this type of crystal oscillator be used on nrf52832? How to connect this crystal oscillator with XC1 and XC2 of nrf52832?
Hi,
we are preparing for certification and are about to test with the DTM v1.0. now in nAN43 it states following:
1.1.1 Hardware requirements • nRF8001 Development Kit...
I try to add pairing/bonding to the NCS hello world project. But I found the information is not easy to find. I'm playing with the bt_conn_auth_cb struct to understand how...
Hello,
I am trying to verify a signature with the `NIST p-256` curve. I had previously done this with the Nrf5 sdk and it is working:
I am now trying to migrate...
Hello Nordic Team,
as a newbie in the Nordic world, I have been reading the nRF Connect SDK and Zephyr documentation as well as testing some of the samples on my nRF5340DK...
Hi.
I have some trouble to use a sensor based on JDY-23 module with nrf52832 dk
(JDY-23 datasheet : ://fcc.report/FCC-ID/2AXM8-JDY-23/4936741.pdf )
We tried to connect...
Hi,
Is LLPM over the air compatible between nRF52840 and nRF5340 devices?
I am aware that LLPM is not fully supported yet on nRF5340. Also, any update on the LLPM support...
We are hearing solder bridge issues on the NRF52832-QFAA:
"Due to the high thickness of the copper layer and small lead spacing on the component, the boardshops are not...
I am working on customizing the DFU bootloader (to add encryption). When attempting to use the instruction trace in Ozone to debug, I see a lot of nonsense. One example is...
I've been analyzing various nRF52 devices and noticed that there is an inconsistency with vendors using Legacy DFU and Secure DFU. Or in other words, there doesn't seem to...
Hi everyone,
I am experimenting with the QSPI example provided with SDK 16. I am facing issues when I try to erase memory blocks or the entire chip.
1. First of all I...