Hello,
We use nrf54l15dk + MX25R8035F external flash to do the matter development, and we meet some problems:
1. when the matter.ota is 1003KB, takes about 10min30s to...
I have followed the instructions in the DevAcademy Cellular IoT Fundamentals Lesson 3 Exercise 1 exactly, (whilist filling in the gaps from the cloned cell-fund repo) and...
I'm working on a IoT device that leverages the AWS IoT and AWS FOTA components from the nRF Connect SDK. The device is battery powered, and so I want to limit the connection...
Hi there,
We have a device that utilizes an NRF52840 chip. Several threads on DevZone - including this one and this one - warn about the dangers of applying voltage to a...
Using FreeRTOS and SDK 15.3 on nRF52840 and SES, SD 140
I'm following along with the NUS example project in this particular release and have a problem I'm a little stumped...
I'm developing firmware for a RAK4630 for IOT purposes. According to the datasheet, the average consumption of the nrf52840 is 1.5 ua in system ON mode. Mine is measuring...
Hi all,
I may have encountered an issue with nrf9151DK board.
When I only set LED1 with dk_set_leds (DK_LED1_MSK) the LED1 and LED2 are both lit.
Setting other leds...
Hello,
I am using nRF52840, SDK_16.0.0, SoftDevice S140 V7.0.1 and Segger for flashing the image. I am using ‘ble_app_blinky’.
Whether can I call fds_record_update...
During a DFU on SDK15.2 the BLE connection is terminated. The NRF_BL_DFU_INACTIVITY_TIMEOUT_MS is set to 120000.
After 2 minutes, the device still has not reset and started...
Hello,
In the Pin Assignments paragraph of document nRF5340_OPS_v0.5.1 the following pins have no description
B12, A25, B26, J31, T2, K2, H2, G1, F2, D2, A1, A31, AL1...
Dear experts,
My BLE peripheral device uses s112 soft device with nRF52832 and nRF SDK v16 and now the basic data collection and transmission features all work fine with...
We are using the nRF51 bootloader to support DFU over serial. We were able to use the example bootloader as a great reference. We are able to successfully update our app using...
Hello I am trying to develop an application with NRF52833 development board and s113 softdevice.
I want to create a write characteristic which requires 247 ATT-MTU size...
I am trying the ble_app_gls example of nRF SDK v16.0 on nRF52 DK device. The only modification is change s132 to s112.
After download the app to nRF52 device, I can successfully...
So what I want to ask is what is the scan latency during high accuracy and low accuracy?
Also if an insight regarding power consumption can be given would be great (we are...
Hi Everyone,
My Environment: nRF52840, SDK15.3, Keil
I'm developing a central / peripheral device that can automatically connect up to three peripherals.
I want to know...
I tried to merge ble and calendar example but when i call "nrf_cal_init();" I've got error "app: SOFTDEVICE: INVALID MEMORY ACCESS" i tried to use RTC2 in Calendar.h but nothing...
Hello guys,
I was working these days with nRF9160-DK board without any problem. Was able to update the firmware on it, to use it as a programmer for Thingy:91 etc...
I...
Hi!
SDK 16.0
I use secure bootloader from SDK with button.
1. Single app written from Segger Studio work fine.
2. Firmware (bootloader with app) written from script...
I'm located in Denmark close to Roskilde (Greater Copenhagen).
According to TDC (Biggest national operator) they have not opened for roaming yet, using the NB-IoT & LTE...
Hi Nordic Team,
In my BLE project I am trying to change the GAP parameters like
gap_connection_param.min_conn_interval = MIN_CONN_INTERVAL; gap_connection_param.max_conn_interval...