I use example from SDK 13 ble_app_uart_c.
I changed uuid to my uuid from nrf51 peripherial device. I get event BLE_GAP_EVT_CONNECTED
where made
err_code = ble_db_discovery_start...
dear all,
i need your help.
Where we are:
We use mbed software developer platform.
We have BLE Nano V1.5 + MK20 USB Board V1.0 from RedBear.
We are able to generate...
Hi:
environment:
target board: DK52 board and run LWM2M example of IOT-SDK v0.9
router: ubuntu 16.04 on VM and runs bsserver and LWM2M server on ubuntu 16.04 ...
Hi,
I'm interfacing a nrf51822 and a H8/3294. My question is how much can I drain a the txd pin of the H8/3294. That means my question isn't really about nrf51822.
In documentation...
Hi,
On the 3.30 of nRF52832_Rev_1_Errata_v1.5.pdf, the sleep current with LFXO active is 0.5μA higher.
I am using a nRF52832 module with the low frequency crystal oscillator...
Hi,
I'm using nRF52832 on SDK V12.2. I add the connection params in the conn_params_init:
static void conn_params_init(void){
uint32_t err_code;
ble_conn_params_init_t...
Hello,
I am encountering an issue with my Android OTA app after upgrading to Android 14. The OS seems to enforce the MTU size to 517 by default, but my device firmware ...
Hi,
(+) nPM1300 BUCK1 and BUCK2 efficiencies lower than expected - Nordic Q&A - Nordic DevZone - Nordic DevZone (nordicsemi.com)
Has the above problem been fixed with...
Suppose we have a short distance communication between two nRF52840 devices. And suppose the receiver receives radio waves from other devices disturbing the connection (like...
I am unable to build my application for the Thingy:52 to perform FOTA over BLE. I have configured everything as outlined in the Nordic Developer Academy. FOTA over Bluetooth...
In my application I want to know if a DFU was executed successful and I'm using GPREGRET2 for it.
If a DFU as successful I'm writing GPREGRET2:
nrf_power_gpregret2_set...
Hi There,
I am trying to build a sample application (GNSS) on VS Code for my nRF9160 DK. The build used to be successful, but I noticed that it fails with the following...
Hello,
i am trying to install nRF Command-Line tools in my environment on my company's PC, i am on Windows 11 Enterprise on a Dell Precision 5820 Tower, and I am following...
I am unable to build my application for the Thingy:52 to perform FOTA over BLE. I have configured everything as outlined in the Nordic Developer Academy. FOTA over Bluetooth...
There is a lack of guidance on Blob Transfer Server/Client, so I decided to create and contribute a sample.
In Case ID: 331920, had the idea to add a BLOB Server and Client...
Hello Team,
We wanted to use a NOR Flash GD25Q32E to replace MX25R6435F which is using on the development kit. But we got an error. Please see below screen captures. ...
We are getting below error when flashing hex file in our custom board using a programmer tool but not getting the error when flashing using visual studio flash. 2024-10-15...
Hai,
We are planning to develop a Bluetooth gateway based on nrf52840.
the nrf is connected to esp32 through uart.
The duty of the nrf52840 is
1. It should receive...
Hi,
I'm using nRF Connect SDK v2.7.0 (this error happens with v2.5.0 as well). I'm trying to build the USB Mass Storage sample for FAT FS on flash, in zephyr/samples/subsys...
Hi,
I am writing to a characteristic, and I have noticed that the data is being truncated.
After establishing the connection, I performed an MTU exchange, and the MTU...