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...
how to configure S112 for maximum throught put just like ATT_MTU Throughput Example available for other soft device. I tried everything on nRF52810 using S112 and the max...
Hi, I am using PTS 7.0 for Bluetooth profiles testing. The DUT is connected to PC (with Ubuntu and Android AOSP system installed). The Android PTS test instruction indicates...
Hi,
I am having some problems with nrfutil. I encountered the following errors when trying to generate a key. Similar issue was seen when trying to generate a zip file....
Hi,
I have a code word well in nRF52832 used twis1.I transplant it from nRF52832 to 52810.First I enabled twis0,Second, change NRF_DRV_TWIS_INSTANCE to twis0.Then I can...
Hello!
nRF52832, SDK15, SES
I'm working on a project where DFU is activated by receiving a command from the app. I took ble_app_buttonless_dfu as reference.
For starters...
Hi,
I am using SDK14.2, s132, with nRF Connect on Android.
I have used my own implementation of the CTS_C BLE service. The chip is able to detect, and request the...
Nordic Semiconductor-ites and fellow forum members have yet to steer me wrong so here we go.
My product has 52832 on both sides. The central and its 21col x 2 row LCD display...
Hello,
I am developing an application with SDK 15.2 on my nRF52840 development board (pca10056) and want to run it on my nRF52840 dongle (pca10059). I have hit a problem...
We have been comparing the current consumption of the nRF52 running FreeRTOS Tickless Idle versus a constant tick and using the idle task to sleep and the results are interesting...
Hi,
Does the pc_ble_driver_py contain any API for paring or bonding bluetooth devices? And if so, do you have any examples or documentation which explain how to use them...
Hi,
Is there a way to reject a buttonless DFU attempt (nRF52832, SDK14.2) ?
I want my application to allow DFU only when certain conditions are met.
I thought using...
Hi,
Can anybody clear me on the maximum and minimum connection interval with some good example. I have not understood the connection intervals clearly.
Regards,
An...
I am working on a BT mesh network where nodes are mostly sleeping (to conserve power) when they wake up, they need to send a sensor reading to another node (which is always...
It is unclear for me why the following code look like this (conn_ble_gap_sec_keys.c, SDK15):
Is it logical that here the SER_MAX_ADV_DATA is used? is there actual advertising...
Hi , nrf connect V.2.5.0 in windows 10 64bit, fails to launch Bluetooth low energy app. "DEBUG UART read operation on port aborted" is the log info which i came to know from...