Hello i build the example bootloader tested it works but when i use nrf connect desktop programmer. I get this warning. Actually the part of hex in the device memory size...
Hello All,
SDK version: 15.1.0 (nRF5SDK1510a8c0c4d)
We are having BLE nRf52840 connected with processor over UART. As of now nRf52840 is running modified ble_app_uart_c...
Hi Sir/Miss,
Just confirm for certification, DIS has 9 characteristics.
From DIS_SPEC, these don't mention which is mandatory in table. But, it describes in below text...
I am using the CMTMN33 module (nRF52833 based) (click here for datasheet) and Zephyr sdk-zephyr-2.1.99-ncs1.
I have implemented firmware to transmit BLE and when BLE is...
I am trying to connect to AWS using the sample AWS IoT on nRF9160-DK.
The certificate used for connection is a certificate issued by AWS. "E: aws_iot_connect, error: -119...
Greetings,
we are developing a product using the nrf9160 that requires fast and accurate GPS fixes and uses LwM2M for cloud communication and device management. We are using...
Hello,
I am contacting you because I no longer have the "Enable Debug Options" option when I edit my Build Configuration.
I uninstalled and re-installed the nrf Connect...
Greetings,
we are developing a product using the nrf9160 that requires fast and accurate GPS fixes and uses LwM2M for cloud communication and device management. We are using...
Hello,
I am contacting you because I no longer have the "Enable Debug Options" option when I edit my Build Configuration.
I uninstalled and re-installed the nrf Connect...
Hello,
I have a project with b0 + MCUboot + App. My partitions are like this:
In my application, how can I retrieve the version number of the bootloader (MCUboot)...
SDK:v17.1.0
SOC:NRF52840 SoftDevice: v7.2.0 Do we need to encrypt the DFU package when we have enabled LESC in the configuration and we are using Just works mode with bonds...
Hello,
I'm, trying to configure an nrf5340 based board to use the secondary boot image on an external SPI Flash.
The flash has tree partitions:
0: The second boot...
I have several issues while using SAADC
1. For the same voltage, the ADC data has a large variance
2.The data of differential ADC seems to have an offset which let measure...
Hi,
This is a project using nrf5 SDK for Mesh v5.0.0. We are using a machine to machine interface with the serial example. I am seeing this issue here:
In summary...
I was working with the nRF5340 audio dk gateway application to connect to my Samsung Galaxy Buds2 Pro ear buds. I was able to make a cis connection and stream data bidirectionally...
Hi!
I have a BLE service which exposes the Device Name characteristic to allow user to change BLE name showed when advertising. I need to store this name in flash in order...
Im developing an app with nrf52840 chip and I have to add a bootloader.
The following types are available (MCUBoot and nrf Secure Inmutable Bootloader) but I can`t find...
hi all, I would like to read via smartphone client the device information service (DIS) on a sensor server but through authorization process by the server. Is this possible...
I've noticed I have high power consumption from the QSPI peripheral and have seen various posts on the fix for this relating to Erratum 122. I need some guidance on implementation...
I have started getting an assert in my code while testing new functionality.
I am using SDK 17.1.0 and the nRF52840 DK
The assert is line 321 in app_timer2.c
Looking...
Hi,
currently I am working for a ble battery level indication server. For that I followed one example called ble_app_bps.
And I configured for battery level simulation...