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'm currently working on an application with the nRF9151, and will use the shadow concept to change parameters used by a device externally connected to the nRF9151. Intended...
Does the nRF52810 have a wake on low power comparator from OFF mode?
This is a feature that exists on nRF51822, but I cannot seem to see it in the nRF52810 as a feature...
Often, I create and download Macros and the 'play' icon is in the lead-line of the macro but after import to nRF Connect, the macro cannot be played and is NOT blue but rather...
Hello,
I am using sdk12.2 and nrf52. I want to send more than 8 packets of data to nrf app. How can I do that?
My code snippet is as follows:
enter code here
void...
Log-2018-01-12-11-49.txt When I use the nrf connect app to connect my device, it often does not connect to my device.And i see the error on the log is: ERROR 22 GATT_CONN_TERMINATE_LOCAL_HOST...
I have learned that the "sd_power_dcdc_mode_set ()" function does the appropriate mode switch.(LDO and DCDC)
I learned from the following URL.
devzone.nordicsemi.com...
Hi to everyone!
It's the first time I use and program clocks in a device. I'm very lost with crystals, power management and this stuff.
I have a custom board with two...
I am trying to flash custom firmware to Thingy using nrf52dk and nrfgostudio.
I have attached a cable from the debug out port on the DK to Thingy, and followed the steps...
Hello,
I'm using the nRF51822 QFAA and I just came out to this problem:
Is this still unsolved? I always end up in the same forum threads and making 0 progress on how...
About the PCB antenna layout of nRF52810, can i directly copy the reference layout provided by Nordic and paste it on my PCB?
Below PCB layout photo, is i directly copied...
I am about to start using the nRF52 for several projects and would like to know which version of Eclipse is recommended? Since Eclipse can be customized in many ways I'm looking...
i took the original sdk 14.2.0 s132-5.0 ble-uart nus-service example for reference measurements to send data from a 52832 to an android device running nrf uart v2.0
to...
I need to add two more led pins - #10 and #30 - to that board, but I don't know what to do with LED_START and LED_STOP lines, and so far, it is difficult for me to trace any...
Hi i am working on ble_peripheral example on nrf52. i am getting issue in bsp.c
BSP_BUTTON_ACTION_LONG_PUSH' undeclared (first use in this function)
bsp_button_event_handler...
main.c Hi,
I have implemented button long press with APP_BUTTON library with APP timer (a 5 seconds timer).
Normally the detection works fine.
But I found that if the...
Hi,
I'm trying to get BLE pairing example to work. I downloaded the missing micro-ecc library and I encountered this problem: github.com/.../70
So I've compiled this...