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 read somewhere that the LOG module works differently from printk() and uses a separate thread or so. But I couldn't find any information which priority this thread uses...
Hi there,
I am currently having issues flashing an nrf52840 DK on windows 11 using either west for a Zephyr project or nrfjprog. I have successfully done this on a work...
Hello,
I am designing a custom PCB using an nRF5340 and am unsure what my options are for how to program it.
I've seen a number of forum posts saying that you can program...
I've been working for a year now programming nRF5340 DKs using nrfjprog and I still can't seem to figure out what is the right way to program them. It is also very random...
Hi, I am working on the nRF5340, We will be using the nRF5340 for the device that we are designing.
How to do the very first production DFU/First firmware upload,.
I...
I have a device nRF5340 with multiple advertisers who have different services.
I differentiated the address with bt_id_create(), but I would also like to differentiate the...
Hi,
I'm creating a new ticket for a questions asked a few years ago:
I'm in the process of also developing an app to send some data I've collected from nRF Cloud to Android...
Hello. I'm completely new to nRF cloud. now my iot device is successfully sending the data to the nRFcloud.
now i'm building an android app and i don't know how to get that...
When i call the custom-code certify() function inside my code in a secure partition i can build the programm, but after clicking flash/running the secure uart-output prints...
Is there a DTM sample for the nrf52dk_nrf52832?
I see the sample supports nRF52840 and higher according to the docs.
I tried selecting the nRF52dk, and everything compiles...
Hi,
As well know, there have a nrf_delay_us() function can execute very short delay time, but the function can only "delay".
If I want to create a 1 microsecond continuous...
How are the 28-UFBGA pin assignments translated to numbering used to specify I/O pin numbers in the code. Is this as simple as P0.0 => 0, P0.1 => 1,...? I have seen similar...
software:ncs2.5.1
chip:nrf5340
hi professor,
I want to use dtm to test blue RF. After i compile dtm example by vs code and download merge.hex by nrf connect sdk programmer...
Hello,
I am experiencing an issue where ble_nus_data_send returns a value of 0x08. I would appreciate any advice on how to resolve this error.
Symptoms: The device ...