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...
Hi there!
I am running the Thread Border Router example and have successfully loaded RaspPi_OT_Border_Router_Demo_v1.0.0-1.alpha.img into the RaspberryPi 3B+.
The problem...
Hi,
I've modified light switch client to read input from GPIO pins . I used int_pin_change as a reference for initializing inputs. The Int_change_pin example uses interrupts...
Hello, I'm developing an debugging an BLE application. I'm using nRF Sniffer (dongle) N51422 PCA10031. I can successfully sniff and decrypt ble secured connections of my application...
Hi all, I want to add light switch client to light switch proxy server . But I dont know how to get appkey handle for bind to light switch client . Pls , help me !! Thank...
Hello,
I'm unable to capture packets using the sniffer. Here are details regarding my set-up:
System: Debian 9.4 with kernel 4.9.0-4-amd64 #1 SMP Debian 4.9.65-3 (2017...
Many of the pins in the assignments page of the documentation are designated as "Standard drive, low frequency only" and I cannot seem to find an explanation of what is considered...
I am trying to connect my android mobile with nRF 52DK using BLE on the NRF TOOLBOX android application. But the nRF 52DK is not recognize by the NRF TOOLBOX APP(proximity...
Hello,
we have a problem using the SAADC module with the low power mode, particularly after execution of the NRF_SAADC->TASKS_SAMPLE task.
Before taking a sample, the...
Hello,
I have some questions about ble_conn_params.c in SDK14.2
Question :
1. a. Why do you need to handle four ble conditions ?
b. Shouldn't just send connect parameters...
I hope to use a acceleration sensor with nRF51822 dev kit. So I should use three ADC input. I tested getting one ADC data using adc_simple example(Keil_v5/ARM/Pack/NordicSemiconductor...
We use nRF52832 ,when new android phone will connect to this device by mac,we cannot connect to it successfully,we must scan to find the device first,after found it,we can...
I want to t o ensure the stability of BLE connection for BLE frequence calibration,but i don't know how to get the nordic into the test mode and broadcast the empty packet...
https://devzone.nordicsemi.com/f/nordic-q-a/9231/ble_hci_conn_failed_to_be_established-0x3e-problem/34074#34074
I also encountered the same problem as this one. How to solve...
Hi,
I am working on my nrf52840 dongle and it looks really cool to me. I just found an issue that, when my dongle enter DFU mode using DFU trigger, I can not return to the...
Quick question:
What IDE are most developers using?
I've seen both Eclipse & Segger being discussed.
I'm interested in having the best support, most libraries & examples...