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...
In trying to debug I2C usage of BNO055 device, I've sprinkled NRF_LOG_INFO around in my code.
This is Very simple stuff, yet I am seeing erratic behavior of the logging...
Hi! I'm testing a mqtt publish example in nRF5 SDK v15.2.0 with nRF52832 DK(pca10040). It succeeded in connecting with raspberry's mqtt-broker with non-secure type. It works...
Hi,
I'm working with nRF52832DK board , nRF5_SDK_15.0.0 SDK and nRF5SDK_Mesh2.2.0 Mesh SDK . verified the light_switch example project,i wanted to create beacons mesh network...
Hi!
I use softdevice3.0.0 , SDK12.1.0, Keil IDE, PCA10040 Development board,
I am going to create a multilink_central_NUS project using the ble_app_multilink_central...
hello
i want to implement provisioner and client roles in the same board , how can i start initializing the models
i have implemented the same initialization of the client...
after implementing some changes on the client and server examples i could compile my algorithm for the client but in the server i still have some problems which i didn't find...
While migrating from SDK 12.2 to SDK 14.2 DFU fails while flashing application and the pages assigned get in the switch case of FDS_PAGE_UNDEFINED always ,thus jumping from...
Hi,
I am using the gpregret register to select the device mode on startup and it is working as expected.
But it is not working after adding dfu functionality. does the...
Hi,
I am facing the problem as shown in the image below for two PCA10040 and two PCA10028 boards. I read related posts but none of them helped!! I did not make any changes...
Hi Nordic,
I am trying to implement a 3D mouse application using mpu9250,nRF52832 and ble_app_hid_mouse application from 14.2 SDK on custom_board.I am able to connect to...
Hi
I'm using the nRF52832 with the SoftDevice S132 V6.0.0 in the central role and would like to encrypt a link with a stored LTK.
The encryption with the function sd_ble_gap_encrypt...
Background:
We have a product that has one button that both power it on and that is used for simple commands, there is also one led to indicate its status. The button is...
Hi,
I am using nRF_SDK_15.0.0_a53641 and writing a program with keil.
I am receiving data from the sensor with TWI communication and writing it to the sensor by SPI communication...