Hello , I want use nrf24lu as "Hos" and nrf51822 as 'Device'.
I need some info about nrf24xx whith gazell .but I can't find info bout those param like:
typedef enum...
When you download win driver (from www.nordicsemi.com/.../72324929 for instance). There's only a win32 dll/lib provided.
However, modern development are often made on 64bits...
hello, Nrf24LU (Rx) , nRF51822(Tx).
The Nrf24LU Can only receive one packet。
if I use this function twice , like this:
The Nrf24LU can receive Continuous.
I guess The...
Hi,
I use SDK v10, S110 v8 and dfu_dual_bank_ble_s100_pca10028. My application has dfu support.
I reset to bootloader from application after writing 0x0104 to dfu control...
I have a nRF51822 device.
When the connection interval is 50ms.
The transmission distance can up to 50m+.
But, when the connection interval is 1000ms.
The transmission...
Hi,
I have a simple question. It is possible to use the ble-sniffer nrf51822 on Kali Linux? I found a guide to use it on linux but I don't know if it is the same for Kali...
I've modified Nordic's "Nordic_Keyboard" sample to work with my custom board, just simple modifications to use custom_board.h rather than the default PC10028 configuration...
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 ...