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...
Dear friends,
I want to store the sequence nunber in flash, from the case we can know the mechanism.
I found a strange phenomenon that I flashed a serial example( nrf5_SDK_for_Mesh_v5...
Dear friends,
I used my nRF Mesh app provsioning a new device, now, I can export the Json format configuration data of the Mesh network from nRF Mesh app, I want to use...
Hi,
On button press, the button handler event calls the "ble_lbs_on_button_change" function which sends notification to the BLE client.
The value of the button state...
Hello Nordic support,
I am developing a Zigbee application based on FreeRTOS for a device with coordinator role. I was able to add the Zigbee stack and start the Zigbee...
Hello,
I am using the NCS v1.5.0 and a custom board with the nRF9160. In my case, I am using only MCUBoot as the bootloader and would like to validate a firmware image before...
Hello I'm using saadc sdk (v17.02) and I'm using a simple water level sensor.
I am asking a question because there is something strange about reading this sensor through...
Hi !
Sorry about that simple question but I couldn't find any documentation about what I want to do.
This is a fairly simple issue. When building a program using TF-M...
Hello,
I need to handle 2 buttons so I configured GPIOTE. The issue I'm facing is that this IRQ occurs only once, when I press both buttons for the first time.
The ISR...
Dear Nordic,
we are starting a new project based on nRF52832 and we would like to use ANT+ communication, BLE central and BLE peripheral at the same time. To better manage...
Hi, dear Nordic & all:
I have a question about upgrade bootloader.hex, that is : Can I upgrade bootloader part when develop on nrf52832 with nRF5_sdk11( nRF5_SDK_11.0.0_89a8197...
Hi there,
We are currently conducting tests on the nRF9160 using the LTE Serial Modem app. We do however have issues testing the RAI feature on the device with an LTE-M...
Hello I would like to use the crypto example in sdk v17. However, when I try to build it, the following error is output:
I've done a few things while looking at the forum...
We are referring " ble-characteristics-a-beginners-tutorial " to create a custom service.
I want to modify security permission from "
BLE_GAP_CONN_SEC_MODE_SET_OPEN" to...