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 Nordic support team,
i want to ask about: interface multi to multi with proprietary_rf example?
At this time we only have 2 nrf52840 DK board. We cannot check multi...
Hi Team,
how to implement DFU OTA using nRF Connect SDK. NCS is different from nRF5 SDK, For nRF5 SDK lot of references available. please give any reference or examples...
I have a custom board with the nrf5340 and LSM6DSO accelerometer connected over SPI and I have an issue with the compiler not finding the lsm6dso file even after including...
Hello,
I have been testing the WIFI on the nRF7002-DK board and have found that it drops out if not used. The WIFI sta example running on the nRF7002-DK connects to a router...
As Pevious ticket: Using NRF24L01+ with pure assembler programing becomes very long, I open a new one as Torbjørn suggested
This is a description about what I have doing...
Hey,
So I was trying to flash the audio application on my nRF5340 audio dk. I built the program successfully using the buildprog tool provided.
The problem here is, I...
Hello I want to make an application that will be sending data from 3 peripheral BLE devices to the central device which wil be connected to PC and transmitting data (from...
Hi,
as soon as I include CONFIG_REQUIRES_FULL_LIBCPP=y in my prj.conf I get an error "undefined reference to `_impure_ptr'" when building:
This happens when I try...
When I developing application with nrf SDK,I can set device name by sd_ble_gap_device_name_set().
But when I turn to NCS,I should set device name such as CONFIG_BT_DEVICE_NAME...
Hello everyone I am using Nrf5340 Zephyr sdk v2.4.2 to broadcast BLE as a peripheral connecting 2 devices with Esp32 as central and phone at the same time, the following error...
Hello,
Does anybody know why I can not discover the service uuid as shown in the picture below?
I want to connect a sensor with this chip nRF52832, it's service UUID is...
Hello,
I'm using nrf52840 USB Audio headset application on nRF52840 DK. The nRF connect SDK version is v2.6.0.
I want to change the output to i2s out. The following are...
Hello, I have a few questions about sending code via J-Link. We are doing our project on vscode with 2.6 sdk. When working with nrf5340dk, flash via vscode was enough. However...
Dear lovely people from Nordic Seminconductor,
I have the nRF52840 dongle.
I installed the software ""nRF Connect for Desktop" on my Ubuntu 24.04
For that I ensured...
Hello,
I am using the NRF52840 dongle, and for my project I need to be able to send/receive data from a RaspberryPi and also send/receive large strings between multiple...