Hi:
environment:
target board: DK52 board and run LWM2M example of IOT-SDK v0.9
router: ubuntu 16.04 on VM and runs bsserver and LWM2M server on ubuntu 16.04 ...
Hi,
I'm interfacing a nrf51822 and a H8/3294. My question is how much can I drain a the txd pin of the H8/3294. That means my question isn't really about nrf51822.
In documentation...
Hi,
On the 3.30 of nRF52832_Rev_1_Errata_v1.5.pdf, the sleep current with LFXO active is 0.5μA higher.
I am using a nRF52832 module with the low frequency crystal oscillator...
Hi,
I'm using nRF52832 on SDK V12.2. I add the connection params in the conn_params_init:
static void conn_params_init(void){
uint32_t err_code;
ble_conn_params_init_t...
S130, SDK 12.3, ble_app_hrs_c example.
I want to use whitelist function in this example but I can't finish it.
When I run peer_list_get(), it gets all 0xFF, means that...
Dear Nordic Semiconductor Team,
We are very interested in your nRF7002DK development kit and are exploring its potential for use in an open-source IP camera project. Our...
Hello,
I am developing a new application using nRF52832 and writing and debugging code on Segger embedded studio (Release 5.68) with SDK v17.1.0.
I try to run simple application...
I have a project where we did not populate the external oscillator for our custom board which has an nrf5340 on it. I did most of my BLE testing on the nrf5340 devkit and...
Hello,
I’m trying to understand exactly how the location module works in the Assert Tracker V2 application. I want to see the NMEA data in the logs, but I’m not sure how...
Hi, I am using an two nrf5340 with hci_ipc enabled one acting as central and one as peripheral built on v2.9.0
The issue I am having is that the supervision timeout doesn...
Hello, I have a question about how to monitor Zigbee devices for dead or alive, especially end devices that sleep. I am currently developing a hub to control and retrieve...
Hi,
We are considering hooking up an external chip with a Bluetooth standard HCI interface to do Bluetooth classic using Hands Free protocol and Serial Profile protocol...
We have a project with a device acting as a ble peripheral and a broadcast sink. First the ACL connection is set up and then it will scan for and sync to a broadcast with...
Hello,
I am conducting a feasibility study on implementing Auracast capabilities using the nRF5340 Audio DK with nRF Connect SDK v2.9.0. My goal is to investigate the potential...
Hi,
With the attached code, the timer0_event_handler() is only called once - is there something else I need to do in the ISR or at initialisation-time to ensure that it...
Hi all! :)
I struggle to initialize GNSS when I don't have a connection with LTE. Examples that could be found on dev academy initializates GNNS after LTE has been initialized...
Hello.
I am testing UART connectivity using the nRF54L15DK.
After assigning pins to TX and RX, there were combinations that worked fine and combinations that didn't. There...
Hello Nordic Team,
I am working with the nRF5340 Audio DK as a central device , trying to establish a secure connection using Security Level 4 (128-bit encryption with LE...
I work currently working on a driver module supporting your nRF91x1. I schedule rx-operations via your nrf_modem_dect_phy_rx() dect_phy modem-api. I am using the .handle field...
Hello,
I’m wondering if there is a way to separate CELL and Wi-Fi location data from GNSS location data in the Location library. Currently, we use nRF Cloud for location...