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...
I want to send sensor data from one node to other using access_model_reliable_publish() method, but my data is too large and I'm not able to send large data. What is the maximum...
Hello,
I'm using the TWI example mentioned in the subject line and I'm trying to get the TWI signals out of my demo board (Rigado BMD-350 Evaluation board).
Am I right...
hi everyone
I have BMD-300 Series Evaluation kit featuring the nRF52832 and dongle(nrf52840).
And I`m using ubuntu via Virtual Box
I refer 'pc-ble-driver' and follow...
Hello.
I am trying to build something like this in the picture below:
so my guess is that I need mesh functionality.
So my initial questions are.
Are there any...
Hi Sir
I start development form uart cli example (uart0), now nrf52840 module will connect an uart peripheral device by uart1, so two uarts would be used.
My goal is to...
Hi all,
I try to develop a gamepad using 51822 by modifying the keyboard example code.The button works well after PC connecting the device the first time ,but when I power...
Hello everyone,
We are building a wearable that uses nrf51822 chip. We are facing a specific issue of connection and disconnection every 30 seconds with Android devices...
hi...
i am using nrf52832 and sensor ......... is it possible to read the data by interrupting the sensor
for example ....
if i am using temperature sensor if the value...
Hi,
I'm trying to do service discovery on a peripheral but I'm not getting any events back. I'll explain shortly what I'm doing and maybe you could tell me if I missed anything...
Hello Nordic Support Team I am working with 3 nrf52 dk board my 2 nrf52 dk board working good but My one nrf52 dk boards not detect on my pc and not any jlink storage drive...
Dear all,
I modified the example "ble_app_uart" based nRF5_SDK_15.2.0_9412b96. Now I want to store some data in the flash of nRF52832 but I worry I will destory the bonding...
Dear all,
I modified the example "ble_app_uart" based nRF5_SDK_15.2.0_9412b96. Now I want to store some data in the flash of nRF52832 but I worry I will destory the bonding...
Hi,
I have been trying implement this , which i successfully implemented two week earlier. But for some reason i am not able to implement this anymore. I tried last week...
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...