Hi...
When i was working in SDK v6.1.0 i have tried nrfprog.exe to merge and program bootloader, softdevice, application and bootloader_settings file as explained in devzone...
But now I have a new problem that is whenever I set " PWR_UP " bit in CONFIG register then it drop the 3.3 volt vcc to 1.2 volt. I don't know why its happening. Anyway, is...
This previous question about multiple advertisements seems to be related to softdevice 7. I was unable to get a similar example working in SD/SDK8
My end-goal is to add...
We are considering using Gazell for an outdoor application, i.e. lots of noise and disturbances, constantly changing environment, where the amount data being transferred is...
Hi everyone,
I have found your git "Ble Optiboot"( github.com/.../ble-optiboot) , and I have understood, it is usefull to load a binary into MCU flash, I was looking for...
Hello
We want modify mcuboot_primary and mcuboot_secondary partition.
mcuboot_primary end_address change to 0x70000 and size change to 0x60000.
mcuboot_secondary end_address...
Hello,
I'm trying to use MQTT API to get the information about connected/disconnected devices.
I'm subscribed to the topic: xyz/a/connections and I'm able to receive connection...
Hello,
I am trying to use the HID Keyboard Demo (ble_HID_keyboard_template from arduino sdk) . I'm using a RedBearLabs Blend Arduino with the nrF8001.
It works great...
Hi ,
I have been working on an example code in SDK : nRF5_SDK_17.0.2_d674dde\examples\ble_central_and_peripheral\experimental\ble_app_multirole_lesc\pca10040\s132\ses\ ...
Hi, On our new type of 9160 based boards, we failed to create a connection with TLS socket. After creating a TLS socket Without peer verification, and trying to connect with...
Hello,
Is it possible to use the nRF5 SDK v15.0.0 and nRF Connect SW to perform DFU upgrades? Are there any compatibility issues?
Is it advisable to continue using nRF5...
Hi,
I have purchased a ESIM from https://www.taisys.com/ , which works with DUAL Profile or Two networks.
We need to enable SIM TOOL KIT (STK) for enabling the sim...
Hi Guys,
I want to use nRF52840 Dongle as "BLE central UART".
In the first step, i used a nRF52840 Dongle with a Bluetooth low Enegy app in a nRFConnet, the result is...
Excuse me:
I can't find a api to close WDT,When the chip enters idle mode, the watchdog will reset the chip,I tried to call the command in the diagram below to turn off...
Hello,
I'm using nRF52832 board and I want to use it as a controller with a third party cellular modem to connect to AWS IoT. i.e. I want to send AT commands with the UART...
Hi,
I am trying to minimize the power consumption on a NRF52840.
https://devzone.nordicsemi.com/nordic/nordic-blog/b/blog/posts/optimizing-power-on-nrf52-designs states...
nRF52840 can support matter (BLE + Thread).
it is noted at https://github.com/project-chip/connectedhomeip/tree/master/examples/lock-app/nrfconnect
even that have a demo...
Excuse me:
How to get profile QDID,host QDID and controller QDID of nrf52832?The current SDK version is nRF5_SDK_15.2.0_9412b96,Soft device is S112,thank you!