I use example from SDK 13 ble_app_uart_c.
I changed uuid to my uuid from nrf51 peripherial device. I get event BLE_GAP_EVT_CONNECTED
where made
err_code = ble_db_discovery_start...
dear all,
i need your help.
Where we are:
We use mbed software developer platform.
We have BLE Nano V1.5 + MK20 USB Board V1.0 from RedBear.
We are able to generate...
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...
I need to send and receive data from the UART of many nodes to the UART of one specific node.
I use is the nrf52840 PDK with segger-studio. Is there a sample available to...
I'm trying to enable UART in a mesh application with SDK 15.1.0 and mesh SDK 3.3.0. This seems to be a real nightmare and I'm not sure why Nordic has so many different HAL...
Hi everyone. I'm trying to add UART Service to Mesh light switch example in Mesh SDK latest version 1.0.1. Is it possible? And When Nordic will provide integrated Mesh SDK...
Hello everyone,
I am currently working on a project, where I want to interface UART to a Bluetooth mesh network. The project is very similar to the light switch demo, because...
Hi Team,
I am working on Mesh SDK 3.10, I have requirement of mesh with Ble Uart. So I decide to take this example "ble_app_uart_coesixt". I build this example without...
Good day, support!
I have a couple of questions regarding the firmware of the nRF52840 dongle.
1) How to identify the firmware version that is nRF Connect flashing ...
After following the " Using a custom Secure Partition Manager with your application " Guide for the nRF5340-PDK, I experienced following error:
I tried to create a Non-Secure...
Hello every one.
I am new with Segger and nRF52.
I tried to create my own library for OB1203 sensor.
But i stack here when Segger view this error: Below is my screen...
As we are performing climate tests for custom PCB based on Nordic nrf52832 SOC, in low temperature i.e -20 Deg C the communication is not stable. After verifying the HFCLKSTAT...
Hi,
We thought to have a setup like this
1<-->2<-->3
1 is MESH ADV device with some mesh model
2 is MESH ADV + regular BLE stack support
3 is Gateway with...
I am trying to collect sensor data and store in flash using qspi interface. Unlike the peripheral example code, the qspi data handler function is not getting hit with ble...
Hello, I have another problem... i work on nrf9160 dk
I try to send http post when i pressed button 2 but this doesn't work.. Below you could see my code who block on printk...
I have been reviewing this merge: https://github.com/NordicPlayground/fw-nrfconnect-nrf/pull/1982 and it appears that there is capability in the fota example to enable https...
How to configure the start address and size of flash memory and nrf52832 in SES and how to calculate the size? How to calculate the start address and size of app and bootloader...