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...
Hello,
I'm trying to compile the Light_switch_provisioner example (Debug, Mesh 2.2.0) in Segger Embedded studio.
<t: 0>, main.c, 561, ----- BLE Mesh Light Switch Provisioner...
hello
i wanted to send message using the simple message model with some modifications from client to server periodically but didn't know from where i should start , i tried...
Hi,
I'm working with the nrf52840-DK and using the nRF5 SDK v15.2.0 Stack version.
I´ve got a working program for my coordinator (C) and my end device (ED). The C establishes...
hello dear, is there any pre defined function or library in segger embedded studio for I2C interface..? i want to make communication with digital temperature sensor(MCP9808...
hi........... folks
i am merging two programs together uart and TWI sensor ...using nrf52382 and segger 15.2version
i am getting the error in ble_nus_send ,
even i have...
Hello.
I need to solve this problem urgently.
I have now created my own protocol and are testing.
At the point of this project is the guarantee of data transmission...
Hello All,
I am developing an application using Nordic nRF_SDK_15.0.0, in which I need to make my BLE peripheral device as a peer device which will get/set data from/to...
Hello,
I am developing application for nRF52832 based SoC using nRF_SDK_15.0.0. I need to develop number of custom characteristic using given sdk. For reference, I am using...
Hello.
I'm trying to understand how to programm my nRF52 DK (PCA10040 - Rev 1.2.1) with SEGGER Embedded Studio (in Windows 10 - x64), however I can't follow all the tutorials...
Hello, environmental engineering is D: Lianxi nrf522 nRF5_SDK_15.2.0_9412b96 examples ble_peripheral ble_app_buttonless_dfu
You can't run this ble_app_buttonless_dfu after...
Hello,Connecting the Nordic_Buttonless device in NRF connection did not see the DFU
Using nRF5_SDK_15.2.0_9412b96\examples \dfu \secure_bootloader\secure_bootloader_ble_s132_pca10040...
Hello All!
I have a question regarding Bluetooth. What is the best way to get data from 200 low-power bluetooth capable devices?
Assumption 1: All of them will use nRF52832...
As mentioned on https://devzone.nordicsemi.com/f/nordic-q-a/35771/nrf52-mesh-dfu-questions , NRF_MESH_SERIAL_ENABLE 0 should be set on devices that receive firmware over Mesh...
Hi,
i have a custom board with nRF52832 and temperature sensor in it.
my question is whether i can read the temperature from sensor via I2c when the device is in sleep...