I have looked at the Altium Designer files for the following examples:
nRF5340-CLAA Reference (nrf5340_claa_config2)
nRF5340 Development Kit - Hardware files 2_0_0 ...
Hello,
I'm currently trying to integrate the Android-nRF-Mesh-Library in our App.
Identifying works fine but when the library tries to send the public keys to the node...
The nRF54L series is a new device to the nRF family, and during the bring-up of the chip from early engineering samples to mass production devices there have been quite a...
Hello. I am trying to implement stable connection between my nordic nrf5340 and Samsung Galaxy Buds3 earbuds. I did it based on ble audio example with two connections (one...
I've just upgraded to Windows 10, and I've found that the PC freezes completely (i.e. no mouse movement, no keyboard response) when I unplug an nRF52 DK board. When I plug...
Hi,
In my application, I need 3 PWM to drive LED. Each PWM will have the same frequency but not the same duty cycle.
Is that possible to do that?
I know that Timer0 is...
hi
on android side of my project i try to disconnect from gatt by this code
mbluetoothGatt.disconnect();
but in nrf51422 this event not trigering
static void on_ble_evt...
Hello, I am working on low power modes and I got trouble finding the code to switch from NRF_POWER_MODE_CONSTLAT and NRF_POWER_MODE_LOWPWR. Can anyone please guide me to better...
Bonding causes power consumption to rise.
I have a central and peripheral device communicating using the nus-service. The peripheral device is running FreeRTOS with tickless...
Hi,
I'm trying to test the DFU over HCI included in the SDK examples but I can't make it work. This is all the information of the environment I'm using:
SDK: 10.0...
Condition: nRF52, SDK11,s132, SDS v2.0.
Using the sd_ble_gatts_hvx() in timer1 interrupt service(timer1 interrupt priority is set to level 3) will result in hardfault. While...
I am using SDK_11 s130. I am looking at app_error_fault_handler() in app_error_weak.c
Inside app_error_fault_handler(), there is this line of code;
UNUSED_VARIABLE(bsp_indication_set...
Hi,
I am using keil uvision 5.17, SD 130, nRF 51822, dualbank bootloader.
I have programmed own application and merged bootloader, application, soft device.
I...
I am using ble_app_gls on SDK_11 s130 on nRF51-dk.
This is a follow-up question to the question below.
devzone.nordicsemi.com/.../
After enabling debugging, I discovered...
Hi,
I'm using the example projects "ble_peripheral/ble_app_uart" "ble_central/ble_app_uart_c" in SDK10.0.0 to test data throughput.
I'm sending 20bytes of payload. But...
Hi,
I am using nrfjprog package installed in folder /opt/Nrfjprog. I am getting the fallowing error.
nrfjprog --eraseall
ERROR: JLinkARM.dll load failed. Try again...
Hi,
I've migrate from 3V to 1.8v power supply.
before the migration, using 3V power supply, DEC2 connected to 47nF directly to GND.
after the migration, using1.8V power...
in android program i disconnect from my gat with this code
while(isconnected){
mbluetoothGatt.disconnect();
Log.d(TAG, "Disconnecttodevice: ");
}
mbluetoothGatt...