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...
Setup and goal: I'm developing an BLE central app and would like to use scan address filtering to find a specific device. I enabled the filter and provided a hard-coded BD...
Hello,
I successfully downloaded SAADC SDK example in the peripheral folder. The hardware setup is as below ,
The pin configuration for this is as below
...
I tried implementing
https://github.com/andenore/NordicSnippets/blob/master/examples/temp/main.c
But i get 2.6V without connecting any of the Analog pins.
Exactly...
I have attached an Arduino INO file that I wrote early on in a project. It runs a probe. It is an amazingly simple probe but especially important. I am making a simple opacity...
Hi Team,
I planning to use vibration motor with nrf52832.
vibration motor will give maximum buzz on 20.3KHz(50 duty cycle).
So my question is
- Can I achieve 20...
Hello I would like to use the extended advertinsing packets from Blutooth V5 as used in the "ble_app_rscs" example. My problem is that I can't connect via the extended advertinsing...
It looks like NRF_LOG_INFO doesn't copy the data that is sent to it as per the below example. Is there a way around this so that I can reuse long buffers that contain either...
Our purpose is to integrate BLE 5 in our embedded application, and do it quickly.. We basically need to send/receive data with maximum throughput.
Per thread below, we are...
I am having some issues bootloading the dwm1001 board.
I am able to flash over UART and BLE using nrfutil and nrfConnect with:
s132_nrf52_6.0.0 softdevice
pca_10040...
Im trying load a TWI sensor custom built with LIS3DH, and it is showing following error.
The xml file looks as below
Can you kindly guide me, how to resolve...
Hello. I'm trying to create a new project or open existing examples with eclipse.
I tried to import "Existing code as Makefile project" and File->New->Makefile Project with...
I would like clarification on the use of the nrfConnect programmer for RE-programming the "dongle" a.k.a PCA10059. NOTE: NOT "programming a virgin dongle" Reference: The user...
I'm having trouble with certification in China. Here is what they are getting for spectrum using the nrf52832 with the nrf_radio_test_example. The lab is saying that this...
Hi,
We need send packets continously, and need adjust TIFS slightly when real packet interval is shorter or longer than expected.
The radio shorts register is set to RADIO_SHORTS_READY_START_Msk...
I tried implementing the custom BLE example in the below link Im facing two problem 1. ble_cus.h header file throws error
Main
ble_cus.h
ble_cus.c
The error...