Hi,
nRF5340 and SDK v3.0.0 I'm using.
Currently my nRF5340 based BLE device can be bonded with smartphone via passkey, after bond is done, the device stops advertising...
I am developing a project using the nRF54L15 DK to interface with an ST25DV64KC NFC tag (specifically the Class 3 or Class 6 daughterboard from the ST25DV64KC-DISCO kit)....
I have a project migrating to nrf Connect from ESP-IDF. We need to recreate a system to work with existing devices on BLE Mesh, but I am having trouble figuring out how to...
Dear colleagues, I am using the Nordic nrF9151-DK as part of assignment 2 of the intermediate Devacademy course. This assignment is about trying and using the various vscode...
I'm building a project where I need to sniff bluetooth data exchanged between a Voltcraft SEM6000BT plug and my phone app. The idea here is to capture the BTATT (where the...
Can you clarify, is it possible for the nPM2100 to set Vout < Vbat I.e. 1.8v out with 3v battery? The behaviour of the EV kit suggests not...
The datasheet isn't really...
We are building project with this config parameters: But we get this error messages while compile: If we use CONFIG_LOG =n for mcuboot, then project compiles normally. Also...
nRF Connect suddenly can not find the COM port to my nRF Dongle. The same setup used to work fine untill today. I reinstalled the nRF Connect, JLink drivers but it is still...
Hi,
I'm using SDK 15.0.0; nrf52840 DK; IAR(EWARM).
I want to add TWI(i2c) from example in SDK to my project.
But I facing with next errors:
Error[Li005]: no definition...
Hi dear engineers,
I have a strange TWI problem on my production protype which programmed based on the official twi example with softdevice s130_nrf51_2.0.1 and SDK 12.3...
Hi,
I'm trying to schedule few events within the shortest connection interval . Is it possible to shcedule 3 events, 2.5 ms long within 7.5 ms connection interval? Could...
Dear all,
I am using the nRF51822 custom developed board. Earlier it was working fine, but now when I try to connect the BLE with nRF ToolBox APP UART service, the APP...
Hi,
Have flashed an early sd_power_system_off first line in main() when measuring power-consumption...
Now the SWD access seems gone. Is there a trick to get it back in...
Hi, I'm working on a custom board with a nRF52840.
I want to use REG0 and REG1 as mentionned in Figure 13 of the datasheet : with VDDH, and both DCDC. My PCB is powered...
Hi there
I have a NRF52 Dk already and it had been setted as master.
The log might contain the specific advertisement channel power or how much packets has been sent...
Hello,
I want to send 6 bytes of data over BLE. I will set a timer for this purpose. When there is timer interrupt, the data will be send.
What I wanted to ask is that...
Greetings,
Trying to fast-track my set-up and use of the Nordic Semi devices and toolchain. My questions/comments are as follows:
1 - What is the best *free* option for...
Hi,
I am using ble_app_uart service in my application. I am trying to send files using teraterm tool. If I am sending .txt or .doc files there is no disconnection in the...
Hi,
I am using nrf52832, and measure the power consumption , I found that when I use application timer "after" nrf_sdh_disable_request(), the power consumption of system...