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 all,
I am making a device which involves using nfr52832(PCA10040) to communicate with a NAND flash through spi to store data acquired from the ADC. After all the data...
How is BLE_CONN_HANDLE_INVALID changed in multiple services
I modified the ble_sdk_app_proximity example. I added x3 services, based on the BLE Characteristics, a beginner...
Hello
im building a project for discovering infections through temperature sensors, so im modifying the heart monitor sensor examples (central and peripheral) in the sdk...
Hi
I am developing an applicaztion with SDK 13.0.0 and S132 for nrf52832
The version of the softdevice to be used with this SDK is 4.0.2, and I need access to L2CAP layer...
First,the meizu phone can dfu successfully in the dual bank mode,
So do the 360 phone.
But in single bank DFU,this two kinds of phone failed,
So I make the programm enter...
I'm designing custom board with nrf51822 SOC & using buck-boost converter for powering nrf chip, If I don't add inductors in DCC line how it will effect my custom board. ...
Hello,
In previous version of SDK, I used to use "sd_nvic_systemreset()" function to reset nRF52, but this function disappeared in SDK12.2.0 .
The question is what the...
Hello,
I am receiving the above error on Android BLE app while connecting to my pca10040 based board, and I developed this app with nRF Toolbox as a reference.
I am...
Hi all,
I have understood that sys_evt_dispatch is used for all events that aren't BLE but concern the softdevice.
I start to develop my code on gls_example, here in...
I have an application where I need to synchronize several devices to within 1us using a radio. In order to do this, we need to make a protocol that allows precise synchronization...
We have these Dev Kit Nrf52 and also Nrf51 Bluetooth Smart Beacon Kit. For our application and for the simplest user experience we would like to benefit from update via OTA...
My product only offer a debug interface(SWDIO/REST,SWDCLK,+3.3v,GND),but I learn that the nRF51 DK debug out interface has several pins,such as EXT VTG,EXT GND DETECT,EXT...
hi all:
I am a new user.Now i have a project in which I need to implement a function a host and four devices .I just want to know if i use the example of " gzp_dynamic_pairing...
Is a delay needed between Characteristic updates
I modified the ble_sdk_app_proximity example.
I added x3 services, based on the BLE Characteristics, a beginner's tutorial...