Hello,
I have a firmware that sends every 15 min a packet to nRFCloud using nrf_cloud_coap_json_message_send().
The code is working great most of the time : hundreds of...
Hi Nordic Team,
I would like to confirm whether enabling APPROTECT also implicitly enables Secure APPROTECT, or if these two protection mechanisms need to be configured...
Hi,
The Thingy 91 X uses a shared antenna for BLE and Wi-Fi. I can see from the Hardware Guide and the schematics that there are several hardware connections between the...
Hi ,
I am trying to implemenent DFU on nRF52840. Aim is to store new image to slot on QSPI external flash but it seems like nothing is sored on slot 1 as when I upload...
Hello,
I recently tried some examples with nRF53 + nRF7002 (e.g. ble_coex example).
However, I am developing with nRF54 and I would like to understand if the combo nRF54...
Dear Nordic Support Team,
We are in the process of integrating the Nordic nRF Mesh SDK (version 3.3.4) into our custom Java-based application and require your guidance on...
I spent some time trying to work out why generating a private/public keypair in my application with the ECC module was failing due to an 'internal error' and had to eventually...
Hi,
In 868 Mhz band NRF905 supports frequencies 862.8Mhz, 868.2Mhz, 868.4Mhz and 868.8Mhz. The datasheet shows mapping of those frequencies to CH_NO.
In India only 865Mhz...
Hi,
I am currently working with two nrf52 boards in a serialized configuration.
I wanted to add the PA and LNA pin toogle on the connectivity chip.
As the gpio can't...
sorry, i tried "Getting started with the nRF5 development kit" tuturial about 3 hour.
but still not working for me.
stock at begining.
I downloaded nRF5 SDK 11
and...
Hello,
We are using nRF52 in serialization mode.
In the nRF52 connectivity chip side, we are using the example 'ble_central_and_peripheral'.
In the application chip,...
I would like to use the nRF52840 for 802.15.4 but it is rather vague in the OPS as to how to do this. I can figure some of it out but not other parts.
It mentions "assisted...
Hi All ,
Is there any sample application to have a list of available peripherals(Like displaying in mobile when we scan) , for a given interval ?
If not please suggest...
Hi,
i am trying to update OTA application zip file size 112kb but it become failed and showing upload failed: REMOTE DFU DATA SIZE EXCEEDS LIMIT , But if i am flash small...
I am developing a battery powered application using the Nordic UART Service.I intend to use the ble_uart peripheral example as it is , modifying it as per the application...
Dear Nordic Team,
Thanks for supporting.
Currently i am working with MMA8453 accelerometer . I already interface with nRF51422 using TWI it is working fine. The sensor...
This might be small problem, but i am not able to fix it.
i am working with nRF52 DK .i had created new project, in which i am using spim0 and spim1, also want to use ble_app_uart...
hi,
I am using 51822 PCA10000 dongle based nRF BLE sniffer to analyse packet exachange between my product and central devices. When I set filter to the mac address of my...
Where can I find discriptors handle other than cccd, sccd?
I already know sd_ble_gatts_characteristic_add() return cccd, sccd handles in m_nus->service_handle->cccd_handle...
Hi.
I'm using nRF51822AC, SDK12.2.0 as Central.
Q1. Is there any function to know regarding it is scanning or not?
Q2. As your example "ble_app_multilink_central",...
Hello,
I am using two NRF52's to test out indications.
I have modified the Heart Rate Collector Application (Central) and Heart Rate Application (Peripheral) examples to...