After i asked this question , i changed to use SDK 8.0.0 hrs "s110_for_dfu",
As the same step to try,
i downloaded softdevice(s110) & bootloader(for 8.0.0)
then opened...
Hello All,
I am trying to create multiple threads for an individual tasks. But when I am creating new thread my program is not working and it's going into some infinite...
I have ASUS ZenPad 10 with Android 5.0.2,
BLE device on nRF51, S110 SDK9 with fixed passkey and encrypted characteristics with following settings
#define SEC_PARAM_BOND...
Looking for someone that has previous experience building multi protocol / time slot topologies using a mix of BLE (central+peripheral) & custom Gazell connections running...
Hi.
I have nRF51422 borad and want to flash to nRF51422 with JLink.
I supplied to 3.3V power to board and is connedted SWDIO to p23, SWDCLK to p24. JLink is connected...
IUsing the Master Control Panel application on my Android device to connect to my nRF51822 module (acting as the GATT server), I have implemented the Device Manager (v10 SDK...
I have successfully compiled BLE application using tutorials provided on nordic website.
but when I start doing debugging for better understanding find out that I can not...
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...
I have the same application that runs on both nrf51 and nrf52 MCUs. The Bluetooth in the application uses SoftDevice and not the SDK primarily because I started with the pc...