Hi,
I have 3 nRF51 DK pca10028 v1.1.0
I compiled and run power profiling example and after that I cannot flash or connect to the devices (tested in all three of them)...
Hi Guys,
Thanks for your precious time and insight. Let me try to explain what we did,
We have developed a custom board
After assembling the board, we do a bare board...
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...
Hi, I want to implement OpenThread features with another sample and I'm not sure how to go about it. Is it even a good idea to add OpenThread to another sample or is it better...
I use the serial port routine SDK17.1, nRF52833 want to burn the protocol stack, s113_nrf52_7.2.0_softdevice. But when I burn it to the chip, the address is 0x1000 and if...
Hello I have a board that I am trying to profile with the power profiler kit 2 and the readings seem very wild. I have a device that I know the base configuration with the...
I have a customized PCB with nrf52840. Pin 0.18 is used as CS pin in SPI communication.
I want to disable the nreset function and I add this CONFIG_GPIO_AS_PINRESET=n in...
I'm using the CLI interface through USB and UART, and I am wondering if there are any innate methods for checking the validity of the data being sent and received via the...
hi Nordic support team,
I cannot re-flash firmware for nrf52840 after ram off is implemented.
I recheck with other chip like nrf52833, it have the same result: \althrough...
I understand, it is possible to add variables to a section of ram, that will not be initialized (zeroed) at boot (see for example: https://github.com/nrfconnect/sdk-zephyr...
Hello,
I want to create my own board from the nrf52840. I am planning to copy the schematics given only taking into account what I need. I went through the schematics and...
Hello,
I am using the nRF51822 with SDK v9.0.0, SoftDevice S110, and the DFU bootloader v8.1.0.
For certain reasons, I want to reserve one page of the 'app data' for shared...
Hi Support Team
If a center role and a peripheral role in one nRF52840 at the same time,can the center role use code PHY and the peripheral role use 1M PHY?Many thanks.
Hi,
I need to read the data from an acceleration sensor. I tried with a custom program of mine to simulate some data, but it is delaying too much.
I tried reducing the...
Hi,
Iam using nRF5340 DK and nRF Connect SDK V.2.6.1.
Iam following the link
FOTA over BLE
In this one until 5th step it worked fine and while doing 6th step it is...
Hi,
I have purchased some Thingy:91 devices. They are HW version 1.6.1 but I cannot find the documentation for that on your website. It seems that the latest available is...
Hello,
I am using nrf5340 Audio DK board. In that board I have flashed a sample firmware of Unicast Gateway.
This firmware is suppose to scan the advertisement and establish...
Hi there,
I am writing code to set my BLE PHY throughput from 1M to 2M when my device establishes a connection; my code works when I connect to my nRF52840 dongle from a...