Hello,
I have been trying to figure out how to enable coexistence between Bluetooth low energy and the nRF7002 and I have some questions.
1. In the nRF Connect SDK documentation...
Hello,
I’m working with an nRF5340-based device (NORA-B106-00B) and nRF Connect SDK 2.0.2. At low temperatures (around -20°C), some boards fail to advertise BLE (the advertisements...
Hi,
I’m working on loading batch data from a BLE server using SDK version 2.8.0 with the nRF9161-DK hardware, and I’ve encountered a couple of issues.
Different Results...
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...
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...
Hello, I load UART over BLE example on nrf51DK (51422) DK board and measure for 13 seconds from power on.
Here is the result graph and the average current is about 175uAh...
Hello Nordic! In my FW, I need to know when a specific packet has been actually sent (because of SD packet buffering). I am able to receive the BLE_EVT_TX_COMPLETE event,...
Hello I'm using SDK nRF5_SDK_11.0.0_89a8197.zip and I find out that most freeRTOS file version is: "FreeRTOS V8.2.1" but "external\freertos\config\FreeRTOSConfig.h" is in...
Hello,
I am trying to configure my NRF52 dev kit (PCA 10040) to work with pwm using the build-in timer. I used some code from the low_power_pwm example but when I am using...
I am working in a project.The project had defined the manuf_data that it didn't need the company_identifier(bluetooth core 4.0). Is there any way does not show company_identifier...