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 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...
I successfully am using BLACK MAGIC PROBE (BMP) with nRF Connect Extension in VScode already, based on answers in this support forum. I can Run, Pause, Examine breakpoints...
Hello, Nordic team.
We replicated the nRF52840 Dongle.
The problem is that our Windows PC does not detect our custom USB PCB after pressing the reset button.
VDDH...
Hi,
I need to use two or more different event lengths for different modes. The event length should be set based on the mode before establishing a connection. I found that...
I'm trying to sign the application for nrf9160, starting with different instructions I found, but none of them leads to success.
I followed the intructions:
Generate a...
I am trying to port the BLE Peripheral UART sample to work on the nrf52840 dongle. It's not in the list of supported board but I don't see why it shouldn't work (at least...
As per the title: I'm considering nRF54L10 with PM1300 for a new design. If I run the 54L10 supply at 1.8V which is pretty close to the minimum, is there any actual power...
Hi, With this setup in , I successfully built a CIS mode using my nRF5340 DKs , enabling stereo sound while the microphone is active .
However, I am currently experiencing...
Hi,
we have ESB PTX and PRX couple from nRF54H20
nRF54H20DK (rev. 0.9.1), SDK: v2.9.0-nRF54H20-rc2 and the same Toolchain, IDE: VSCode + nRF Connect plugin
build for...
I've been working on a peripheral wich accepts Just Works pairing requests and I'm completed at all points but the pairing itself. The device advertisises and connects successfully...
Hi,
I have thingy:53 and I have damage to the sw2 pin and I am unable to enter the DFU. I lost two tiny pieces that go just above the one in the photo and not even...
I have a private version of the VL53L1X driver ecause the driver in ncs2.9.0 hasnt been properly updated per my previous case. They suggested changing the CONFIG_VL53L1X=y...
Hi,
I have an application build using ncs 2.9.0 and a custom board using the nrf5340.
The issue is that I am migrating to 2.9.0 from 2.3.0 In 2.3.0 there was no included...
Hi,
Apologies for a newbie question (I am far from a developer and just need to flash firmware)
I have a nRF52 DK connected to my PC running nRF Connect for desktop...
I found this pretty old post devzone.nordicsemi.com/.../switching-between-apps-with-dual-bank . Currently I am building two different zephyr projects and selecting between...
Hi,
can i savely process / parse the incoming scan data INSIDE the scan callback or should i deferr / forward it somehow to the main thread for performance reasons?
Or...