In our custom board, (nrf5340-nrf7002), We are observing a Wi-Fi connection time of around 4–5 seconds, even when reconnecting to the same router. As our product is battery...
I'm currently working on implementing OpenThread on our custom board based on the nRF5340 along with the nRF7002. While building the project, I'm encountering the following...
Hello!
We have a project where we are using the nRF52840 with the ADS7052 (an ADC) on the SPI bus. We are using Zephyr 4.1.0, but I guess its same same with nRF Connect...
We are in the process of integrating the Nordic nRF Mesh SDK version 3.3.3 into our Java-based application.
The devices we are working with are pre-configured BLE mesh devices...
Hello,
I am currently working on integrating the ENC28J60 Ethernet module using SEGGER Embedded Studio and nRF5 SDK version 15.0. As part of this project, I would like...
I have a class that wraps the Zephyr implementation of a mutex. For some reason, when the code runs, I get this error: ASSERTION FAIL [mutex->lock_count > 0U] @ WEST_TOPDIR...
Hello Nordic Team,
I am requesting clarification on the capabilities of my nRF9151DK to be used as a debug and flash probe (via the 'debug out' P20 headers), and compare...
Hi,
I am working on BLE project which has 2 custom services with characteristics values having properties as READ/WRITE and NOTIFY.
Now when I enabled NRF_LOG through...
Hi Nordic,
I created a BLE custom service and now i want to merge this in Light Switch(Mesh SDK version 2.2.0) example from here.
I already kept the custom service code...
Hi everyone,
I recently finished developing a program that includes BLE, mesh and DFU.
Everything seems to be working but there is a problem with disconnection.
The...
Hi Devzone!
The development is in the final stage and is now testing by connecting the dc adapter or battery, not by connecting the pc cable and the debugger. However...
To get the reason for the restart, I called the sd_power_reset_reason_get () function after the ble_stack_init () function in main, but there was a problem. The return value...
Hi,
I'm developing a project which use softdevice and some peripherals together. I want to use serial communication with uart. But i couldn't initialize the app_uart module...
Hi there, Im successfully sending 1.1mB om data from Android Samsung S9 or iPhone 11 Pro. My problem is the low throughput i achieve, its about 6.1kB/s on iPhone and about...
Hi
I have a few questions as a newbee on Nordi products:
Can nRF9160 be used as modem via UART in the same way as i.e. Simcom's ?
Is it possible to run code on the...
nrf_log_push is declared as
I think the const in the parameter should be before the pointer not after it? const-qualifying a parameter (as opposed to the chars pointed...
I am developing a device based on nrf52840, this is peripheral. But I want to change the code so that I can only connect to my device using my application (in other cases...
Hello,
As I am using max30003 ECG with nrf52840 Using NRFX_SPIM example code( SDK15.2-PCA100056 ), I have developed drivers and I am able to read device id through my driver...
We had been using an AT&T M1-enabled SIM in one of our development units successfully for quite some time. After we upgraded that node to MFW v1.1.0, it is no longer able...
I have a custom board based around the nRF9160. I am trying to use the LTE Link Monitor to test the Modem but and having problems.
I am able to connect to my board OK, please...
Hi Nordic teams,
I'm trying to integrate the DFU function into light_switch example this days. At the beginning, I used the dfu example to update my evaluation board, and...