Hello,
I have a BLE device with the nRF Desktop application, and I want to turn off my device if it is not used, even if it is connected to my PC. I set my CONFIG_POWER_MANAGER_TIMEOUT...
We have used zigbee sample for coordinator we did many changes in that like subscribing and sending values in UART when any new device gets added.
but noticed ZB_ZDO_SIGNAL_DEVICE_ANNCE...
Hi there,
I was following the tutorial here https://academy.nordicsemi.com/courses/nrf-connect-sdk-intermediate/lessons/lesson-6-analog-to-digital-converter-adc/topic/exercise...
Hi,
I need information about adding an additional flash IC to my project. However, I am wondering if there are any limitations regarding the maximum storage capacity that...
I am testing out the Bluetooth Channel sounding sample with the nRF54L15-dk board using the samples of Channel sounding Initiator with ranging requester. How to change the...
Hi,
we are using the nrf9160 on an addon-pcb as serial LTE-M/NB-IoT modem for our gateway. The host controller is running vanilla Zephyr.
Can someone tell me if I'm wrong...
Hello, I am trying to read the TI ADC1173 at 10-15 MSPS. It has a 8bit parallel interface. I just need to read a very short amount of time, like 5-10 µs (so up to 150 Byte...
Hello, we seem to be having an issue with LE privacy. We want to always use a random address when advertising, here is what I am seeing.
- SDK 15.3, Nrf52840.
If I disable...
Hi,
I'm working on enabling APP Protection while successfully executing below code:
if (!nrf_sdh_is_enabled()) { if (VERSION_BUILD <= MAX_RELEASE_BUILD) { NRF_UICR-...
Dear all,
I'm using and nRF51822 chip for implementing a wireless HID device with dongle.
The device has an RGB LED, and indication scenarios for different modes are played...
I'm using SDK 15.3.0 example twi_scanner with Segger Embedded Studio. I do a search entire solution for TWI_SCL_M and the only location it shows up is in main under the twi_master_init...
I'm having this issue with oldish SDK 12 but since I reproduce the issue with SDK 15: I re-used the code from https://devzone.nordicsemi.com/nordic/short-range-guides/b/software...
Hello,
I am using nRF5_SDK_15.2.0 and with s132_nrf52_6.0.0_softdevice
I am trying to interface with external Flash (MX25l64) using SPI.so when ever i am trying to send...
Hi
Any sample or known project that can transform nrf52 usb dongle and be driven through COM port?
Imagine a C program in Linux that opens the USB port where dongle...
Hi,
I'm developing a custom board based on nrf52. Currently, we are using Segger through J-Link to program nrf52 DK.
As for my custom board, I left a 2x3 pinout including...
As unicast address is a address of a element in a node.
We have to assign unicast address to 500 nodes each contains 2 elements, and we configured publish and subscribe...
Hello,
I am using nrf52832, having SDK 15.3.0 in Segger Studio IDE. Win10
I am using fds_test_find_and_delete() function, to find and delete particular record from flash...
I latest firmware and loaded and software thingy91_ltem_v0.2.2.hex. And I get reboot all the time. It was working when I first got the kit then when I was testing this weekend...
Firstly, I am a very beginner in the BLE domain. I have very little knowledge of it.
I want to do a project where multiple BLE peripheral devices(nRF52) will communicate...
Hello:
I have questions about eSIM card.
As we know, GSMA standard eSIM card is an empty chip, we can use eSIM card after ISP information is installed into eSIM card....
Hello,
I have the same question as mentioned in this article:
https://devzone.nordicsemi.com/f/nordic-q-a/19252/how-to-avoid-interrupt-handling-is-not-missed-with-sd_app_evt_wait...
Hi,
I use nrf sniffer to monitor BLE communication. After pairing with encryption, wireshark indicates Encrypted packet decrypted incorrectly (bad MIC).
I think there...