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...
There aer a couple of ifles in the SDK that use this weird _H compiler directive that prevents them from compiling - how do you control those? For example, NRF_SORTLIST_H...
hi, new to ble so forgive me if my question is a little simple. i have a project that for example would require 10 central devices and 3 broadcasters. centrals and broadcasters...
hi, new to ble so forgive me if my question is a little simple. i have a project that for example would require 10 central devices and 3 broadcasters. centrals and broadcasters...
Hello. I am trying to connect nRF 52840-DK and LTC 5800-WHM with UART. The communication conditions are as follows. Baud rate: 115200 Data: 8 bits Stop bit: 1 bit Parity:...
Hello Community,
I am trying to use Black Magic Probe, an open-source ARM GDB debugger to develop an embedded ARM application using an nRF52832. Here are the parts that...
I am trying to configure two ports as outputs, setting them to Vdd and toggling them. The two ports in question are Po.06 and Po.07.
Here is my code to configure these ports...
Hi,
I didn't understand the function of softdevice. I have a custom nrf52832 board. My requirements;
-2 uart,2spi,1i2c
-OTA update
Should i use a softdevice in nrf...
I have been playing around with example projects in SES (I'm using SDK 15.2.0, SES version 3.52a).
Now wish to start a project from scratch, and import libraries from the...
I am writing code to get a nrf52840 DK to associate with an existing 802.15.4 coordinator using the 802.15.4 API module within SDK 15.2.
I've called "mlme_scan_req" and...
We work with custom firmware and use the softdevice 2.0.1 on the nrf51822
I upload the firmware as .zip file using the android nrf Toolbox, which works fine, but when performing...
hi there,
i have made the application and dfu working but there is a smal issue. if i program dfu and application from nrfgo studios the dfu run continuously and app does...
Hi, I'm trying to use the light_switch example in the Mesh SDK 2.1.1 to build a small experiment to count how many messages are received by the server when sending a consecutive...
Hello,
I am trying to do USB DFU on (NRF52840 with SDK 15.2) but when i run the nrfutil command it gives an error:
command: nrfutil dfu usb_serial -pkg ble_hrs_combo...
I've setup, compiled and run the BLE Beacon project an have made some changes. Now I need to enable the UART. Simply adding UART files to the project does not work due to...
Hi
We've developed a wearable device and are changing from a rigid PCB to a full flex PCB. I want to know what adjustments is needed for RF output because of this change...