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 use HID application with S110 v8.0 profil.
I use BLE HID Keyboard example.
I put datas from smartphone to BOOT KEYBOARD OUTPUT REPORT and I whant read them by...
Currently i am trying to implement NUS service in ble_app_hrs_rscs_relay example. what is i am trying to do: currently i am use nrf52832 custom board, nrfSDK version 17.0...
Hey there,
is there any solution to work with the BLE dongle thought testing app in Andorid ?
Need to send commands via USB to the dongle and activate test functions...
We want to use PSA crypto to generate a persistent key that can't be read out and use this for encryption/decryption.
We have of course tried the persistent_key_usage sample...
Hello!
We are working on nRF54L15, which has 50V 1.2p capacitors for the antenna matching circuit.
We also use other a few other capacitors in the antenna matching network...
Hi all,
In the PDF version of nRF54L PRELIMINARY DATASHEET v0.8, in chapter
9.1 Debug access port: in table 65: Access port overview
is listed AUX access port of AHB...
I have two NRF9151-DK boards in my hand. I want to realize DECT NR+ data communication between the two boards and test their communication rate. What should I do?
nRF5340Dk with NCS 2.6.1 and toolchain 2.6.1.
I want to measure 6 frequencies for my application, these frequencies would be attached to GPIO pins and needs to be measured...
Hi, I'm learning the nrf51-powerdown-example <system_off_wakeup_on_gpiote> from github.
My understanding of the code is:
1) When button 0 (Power down) button is pressed...
Hello, trying this and that with a qwiic relay , first a test on i2ccl then VS using a 9160DK. (i2ccl -> pip install i2cdriver ) returns a status of 0x00 that relay is not...
NCS 2.7 with sysbuild + mcuboot
NRF52840 (custom boards)
In my previous projects with NRF5 SDK I found it was very helpful to define a section in the linker so the rtt...
Hi,
I have a two part question aimed at optimizing the battery life during BLE transmissions. I am using an nRF52805 with the S112 soft device and a DCDC regulator connected...
Hi,
We have a custom board with a nRF9151. We're still sorting out LTE connectivity issues but I wanted to try out the location services with GNSS only for now. I modified...
I am building a Bluetooth controller with channel sounding feature enabled. The project uses an external Bluetooth host along with the hci_uart example. The prj.conf file...
Hello, I am using nRF Connect SDK version 2.9.0, and I want to know how to perform the software interrupt.
Where can I find the driver of the software interrupt to know...
startup_config.h is included in the file 'arm_startup_nrf51.s' but it does not exist in the nrf5 SDK. Where is it located?
I note there is a comment about the nrf5...