Hi,
I am working on my hardware product having nRF-51422 chipset. I just came to know from forum post that
nRF-52 chips will get arduino IDE support as standalone. I want...
Hi!
I've been using PCA10028 for a long time and I had some bricking issues but I've managed to un-brick it with "nrfjprog --recover" and everything would work again. ...
I want to build nrftoolbox app in android studio. I downloaded the zip file from the github website and also the required dfu library. I unzipped both the files in a folder...
Hello,
I have a device based on nRF51822 revision 2 and SoftDevice S110 v7.1.0. Because it is revision 2 it is affected by PAN44 and PAN45, and by default the SoftDevice...
Hi Guys,
I know this is more for software issues. But I was curious as to where I can find trusted case providers/makers for the nrf51822 Beacon. Can anyone from the community...
Hi,
Has anyone converted the Adafruit graphics library for Arduino, Adafruit_GFX.h, to be compatible with the nRF51?
Could you please advise on how to convert this Arduino...
Hi, I am newbie to the nordic world. I am trying to developing an application that allows me to send data via UART ("not using the ble " )from nordic nRF5340 board and read...
I have read the related issues, none of them provided a solution for me. There was one answer which suggested to downgraded libstdc++6 as a solution without giving any specific...
Recently, I have been working on integrating mcuboot with the partition manager from the NCS sdk. In addition, for another project, I am using Zephyr upstream and using Sysbuild...
I need to get the number of items stored in a fcb and there doesn't seem to be an easy way to get the count from the current read position (fcb_entry struct).
Can anyone...
Hi!
I use SDK15.0 and s132_nrf52_6.0.0_softdevice
I use nRF52 in two modes- peripherial and central in one time.
When I use it like peripherial and have connect with...
I am using RTT to debug my application and it's fine when it's working. The problem is that it seems to be flaky as hell. Sometimes it just stops working without any apparent...
I'm using the NCS 2.5.2 sdk and nrf 5340 with 7002, and I want to do BLE OTA DFU using external flash.
I've found this guide Add DFU support to your application - Software...
Hi,
I am learning my way with Zephyr on nrf5340 SoC, an loving it so far. Unfortunately I got stuck on something that should work out of the box, the setup of the BLS subsystem...
Hi
I want to use button interrupt in NCS.
There is no button interrupt enabled in initialization.
My test environment:ncs2.6.0,nRF52840DK.
In nRF5SDK, I only need...
Hello,
I am experienced working with Arduino and have developed projects with the XIAO BLE that has an nRF52 in built.
Right now I am developing a software using the nRF52...
Hi,
I try to install nrf connect SDK using the nrf extension in visual studio code.
I get error messages like :
[west]: fatal: unable to access ' github.com/....
I have developed the low-level drivers for the MT29F4G01ABAFDWB (using spi) NAND flash and am currently using the Zephyr RTOS. I would like to integrate FATFS into my NAND...
I'm still a beginner,I don't understand why the board I designed can't run the nRF connect SDK application, but the nRF5 SDK 17 application can run normally. I want to know...
Hi,
I have been using the nRF52840 Dongle for at least three months without any issues. First, I implemented my project on the nRF52840-DK, then easily configured it for...
Hello,
In my code, I would like to use the power_down_unused_ram () function. I included the ram_pwrdn.h file but the build returns with undefined reference to `power_down_unused_ram...