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...
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...
NCS 2.9.1
NRF52840
Sysbuild but with only a single image (no bootloader)
I've been trying to figure out how to change the merged.hex output and how to perform additional...
I'm implementing a Eddystone beacon ( github.com/.../eddystone ) with the 3 specified frames and it works quite ok with changing the advertising data before transmitting by...
Hello,
I am trying to use the new bootloader provided in SDK v6.1.0 with SD v7.1.0 and MCP v3.7.1. I have loaded the unmodified project from nrf6310/device_firmware_updates...
Hi,
In order to use new nRF51 SDK v. 5.1.0, we have just bought a new NRF51822 EV Kit from your distributor. It contains PCA10001 v2.2.0 2013.49 but the IC is nRF51822...
I am trying to pair nordic with an iPhone app. (using lightBlue) but not device_manager_evt_handler is not getting called
Here is the code, Is there anything else that...
Hi,
i need select bluetooth chipset,but it should support options below;
-Minimum baud rate should be 300 bps,
-It should support 7,8 data bits,
Which can i choose...
Hi
I try to write an application in C# with the MasterEmulator dll (Version 2.1.12.6). It works with the dongle, but not with the nRF51-DK. I can open the Device but I...
Hi,
I am planning to use nRF52832 for one of our projects. Can you please help me with the SDK that will support IAR Embedded Workbench.
Thanks & Regards, Yaron
I've just started working with Nrf51822, I'm trying to make this scenario for weeks but i failed.
Plz help me!
How to make Nrf51822 wake up by a button click, increment...
Hi,
I have 9 BLE devices nearby. I start scanning and all the devices displays in nRF Master Control Panel. However, the scanner then ignores 7 devices and updates RSSI only...
I'm getting the multi-link example working (device manager) with S130 SD and I noticed that the following define is in S110 and S120 but not in S130. I'm looking in the SDK8...
I've create a custom service with two characteristics. I need that the values of these characteristics are notifying at the same time. Is it possible? In this case, one of...
Peripheral role blue-tooth device, linked one phone.How to get phone address? such as phone's bluetooth mac address or something like that.Thank you!
note: device use softdevice...
Hello everyone,
I wanted to change the notification to indication for the BLE UART example when you send the message. I am currently using (and the UART BLE example is...