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 have designed my own board based on NRF52840-CKAA-R, which uses USB power supply. The working voltage of NRF52840 is 3.3V, and my test voltage is normal But NRF52840...
Hi,
I've ready many threads and docs on NRF52 SoC Revisions and Softdevice support but I am still confused. So apologies if I ask something which is already asked.
From...
Hi,
I want to implement low-power mode in my nRF5340 application. From what I understand, Zephyr's idle task automatically handles entering sleep modes, and the device wakes...
Hi,
I am evaluating warm and cold reboots, I am seeing no difference between them. I tried tracing sys_reboot definition, ended up with
For arm core with no handling...
As described in the docs.nordicsemi.com/.../powersave.html: “The application must choose the right duration based on the traffic pattern. Applications must also take appropriate...
Hi, I am using nrf9160 DK development board, i want to use gpio pins in this kit for a SPI interface from nrf52840, which pin i can use for this purpose. in datasheet it very...
Hello Nordic Team,
I am working on integrating the nRF21540 RF Front-End Module (FEM) with the nRF52840-QFAA in the 48-QFN package. Could you please provide the following...
Hi, I have reviewed the light_bulb app code in NCS2.8.0(include src code/CMakeLists.txt/prj.conf and so on)。 But I can't find where the path of matter is included, could you...
Hi all,
I wanted to enable read/write protection for MCUBOOT partition in my firmware from the application and encountered a strange problem. The build (build system - default...
Hi there,
This almost certainly has a simple answer but I can't work it out. I'm using the sample WIFI Scan for the above boards and can successfully scan away. But I'd...
Hi there, I am new to working with UART. I have managed to load the Nordic UART Service Client(Central) and UART Serial Port Emulation(Peripheral) without any sensors attached...
So, I am working on nrf52840 with nrf connect sdk and I want to get date and time in my project, I found a library in nrf connect sdk ->libraries->other libraries->date-time...
NCS 2.7.0 Zephyr 3.6.99
I have &uart1 described with status = "okay"
With a sub node of gnssdev: gnss-nmea-generic also with status = "okay"
I have tried with both pointing...
Hi, In one of the previous ticket (link: ), there is a link about an example to create an application with USB CDC/ACM and MSC at the same time. The link is no longer valid...