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
Hope someone can help me with the following:
I am using SDK 17.1.0 and SES (Release 5.68). I have copied the entire SDK and all project files to a cloud-based disk...
My Nordic device (nRF52833, using SDK 2.1.2) is a peripheral. I need to periodically transfer to it large amount of data from central device over connectable Nordic UART Service...
Hello,
I am working on Find my implementation . In my project , I don't have prj.conf but prj_ZDebug.cnfg and prj_ZRelease.cnfg are there.
I want to update few configuration...
Hi,
I'm trying to create a custom board definition for our project. So far, I used the nRF5340DK's board definition, removing unwanted definitions and aliases from the DK...
I am receiving the error "qspi_nor JEDEC id [ff ff ff] expect [c2 28 17]" on device bootup. I am using the nRF52840. I have the qspi disabled in my device overlay.
This...
I just move code from main.c to other files for it is too chaos to lay them together in main.c.
I got this error forever after trying what I can image,except delete "static...
Prior to moving to sysbuild, we were dynamically settings a CONFIG_ variable in our `CMakeLists.txt` based on the board passed to west. And this was working fine.
if...
I've had trouble getting the MCUboot to compile for our application which runs on the nRF7002DK board, and I have similar trouble with the Lesson 8 examples on the nRF7002DK...
I have searched this website,there is only 1 post,but that is not my scenario.
I think this is a normal use case:
There is a struct:
I want to allocate a queue for...
Hi!
I have a bootloader using SPI 3 for a bootloader LCD animation. Unless I attach an RTT console, the animation causes my DFU to fail 100% of the time. It is making me...
Hi,
Since I want to flash the factory data later, I don't want to use the default certificate. I set CONFIG_CHIP_FACTORY_DATA_BUILD to n in prj_release.conf , but a compilation...
Hi Sir, We are planning for a Hardware deign by using nRF52833 and we are stuck on what should be suitable the supply voltage. In some case the data sheet showing that it...
Hi there,
I'm encountering an issue while trying to flash a PWM example built with NCS v2.9.0 on Windows 11 (using Python 3.10 ). The build completes successfully and generates...
I have a collection of nRF9151 devices using PSM mode.
Each time the application attempts to send UDP data while in sleep mode, they get a detach request (from the network...