So whatever I try, the only way to get my idle current consumption to an acceptable low value is to set CONFIG_SERIAL=n in my configuration. But then I don't get printk functionality...
Hey, I am working with the Matter light bulb sample from the 2.9.1 SDK, which I have modified to support the occupancy cluster. (nRF-52840 and nRF-52840DK)
This worked fine...
Hello,
I tried to use the Cellular Monitor app within the nRF Connect for Desktop software, but it encountered the following error. I have included the relevant part of...
How can we connect the Thingy:53 to the PPK2 using the included PCA64142 current measurement board, for both Source Meter and Ampere Meter modes?
The PCA64142 board...
Hi,
I have a Thingy:91X which connects fine to hello.nrcloud.com. Now I want to connect it to my own nRF Cloud account.
Note that I have successfully provisioned multiple...
Hello,
Recently, my team has been struggling with an issue regarding a nRF5340 device that's encapsulated and inaccessible to be flashed with a JTAG connection. Our normal...
Hello,
I’m currently working on a Bluetooth Mesh project using Nordic Semiconductor devices, and I would like to get guidance on static provisioning and group-based communication...
Hi,
I have some problems changing from the legacy driver to the new nrfx driver structure.
I have done the following:
1) Opened pwm example in SDK 15.0.
2) Renamed...
Hello Nordic team,
I am working on nRF52832 chip. My device goes in power_manage mode. Device wakeUp on pin interrupt but when pin interrupt occur device first reset and...
Hi,
I init the bsp for button, but there is no callback in handler when press on button.
The board is NRF52810, and there are so many problems when I test this borad....
Hi Everyone,
Pardon me if i write some illogical stuff. Complete beginner to this microcontroller.
I started using nrf52832 with Zephyr OS . I was trying to configure...
Hi,
I wished to test multiprotocol with one software but I was wondering if it was possible to compile an application which could switch between zigbee and Thread (and...
I'm using arm-none-eabi-gcc 7.2.1 with nRF5_SDK_15.0.0_a53641a with soft device s140_nrf52_6.0.0_softdevice.hex I'm trying to modify one of the bluetooth examples to add a...
Dear Sir,
I use nrf5_SDK_for_Mesh_v2.0.1_src.zip and test proxy server project,
I scanned the device nRF5x Mesh Light (0x1827 Service), I click "Discover services",...
Hi guys
I am trying to program a nrf51822 module but it is not recognized by the development kit.
These are the pins that I am using:
I can not see the...
Hi,
I am using nrf SDK version 12.2.0
The following code fails to produce event for twi transfer complete const nrf_drv_twi_config_t config = { .scl = I2C2_SCL_PIN,...
I'm using the P20 connectors in nRF52 PDK to flash my custom nRF52832 board.
The connections are like this:
SWDIO ----> SWDIO
SWDCLK ---->SWDCLK
VTG ------> VDD
...
Hello,
We have an application with a S132 device, SDK 14 and Softdevice v5.0.0. On some devices, an assert is being thrown in the sleep prepare function. This is the line...
There are errors on Thingy52 "ble_app_thingee_s132_pca20020.emProject" which I built on SEGGER Studio for ARM V3.34 (64-bit) running on Windows 10. Please advise. Thanks....
Hi!
I'm using an NRF51822 as a GATT client to write data to a characteristic. The peripheral responds with several 20 byte indications. When I receive the indications, the...
Hi, I am importing a bootloader project that uses softdevice s110 and NRF51822 from Keil to Segger Embedded Studio. I have got all kind of errors during the process and I...
Hi Team,
In BLE5,
1) Can we connect a peripheral device to multiple central device?
2) Is it possible to check if connecton fails with any central device in perpheral...