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...
Hello,
I’m encountering an issue with my nRF52 device where it reboots during the flash_erase operation. Below is the relevant part of my code and the overlay configuration...
Hello all,
I'm using nrfx_spim_spis non_blocking sample to make my nRF5340 DK as SPI SLAVE.
I don't need SPI MASTER, so I delete the SPIM code.
But I found that I can...
Hi,
Is there any relationship between RTC peripheral and the system clock (which from DTC it looks like attached to rtc0)?
I'm trying to use PPI to generate a radio task...
I am looking for a solution of a multi-protocol controller for Linux host.
1. Coexistence of Wifi & BLE & Thread / Zigbee
The ble-coex / thread-coex example has the...
I'm trying to do a power analysis of an embedded device with a PPK2 and nRF power profiler and i'm running into an issue where i'm losing samples on longer capture periods...
I have a simple Thread joiner program. I am trying to join to a thread network created by my OTBR. Attached is my program. This program resets on call to otJoinerStart()....
Hi,
We use SDK 2.5.2 on a nrf9160. And have a hardware issue due to a too late update with the first boards. The GNSS LNA enable is wrongly connected to COEX1.
COEX0 is...
We are using eDRX to save power, but it seems like eDRX is not active always.
We currently use LTE_LC_EVT_EDRX_UPDATE callback to determine if eDRX is active. Is this...
I was modifying the download code sample in nRF connect SDK v2.6.1. I was attempting to download https//google.com/favicon.ico.
When I attempted to add the certificate for...
Now I am using the https://developer.nordicsemi.com/nRF_Connect_SDK/doc/latest/nrf/samples/bluetooth/direction_finding_central/README.html and https://developer.nordicsemi...
Hello ! I'm currently working on a SPI slave implementation for the nRF54L15.
I already read the spi-master-slave example.
The idea atm is basic and as follow :
My slave...
I have printed and assembled this circuit. The board is programmed with the help of a development board, but it doesn’t work. What could be the problem?
my code (led toggling...
nRF_Segger_RTT I want to port it from the high version SDK14.2 SDK to SDK7.1, is it OK?
Will it be difficult?
Can it be transplanted?
Tell me, thank you
Dear team,
I would like to have a function to measure the pulse width of the pulse that I generated and wonder if that is possible.
For example, I can generate one pulse...
I'm trying to create a demo beacon with an advertising interval of 5s and I only ever see a single advertisement from the device, following boot up. I've encountered this...