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...
nrfutil
dfu serial -pkg ble_ app _v1 .zip
-p /dev/ttyUSB 0 - b 57600 - fc 1
When activating DFU sometimes on the last packet sent to the bootloader, I see "Read no data...
I need to know how to set up the SES debugger to continue debugging when the program jumps from application into the bootloader.
nRF52832 SDK v15.3
Using the following...
C:/Program Files/SEGGER/SEGGER Embedded Studio for ARM 4.18/gcc/arm-none-eabi/bin/ld: Output/Debug/Obj/port_cmsis_systick.o: in function `RTC1_IRQHandler':
1> .....\nRF5_SDK_for_Thread_and_Zigbee_v3...
Hi,
When I use SDK16, for example, the ble_app_hrs, the Keil will throw a error about the system_nrf52840.c.
1. For Device Family Pack version 8.27.1, it could not find...
Hello
I am contacting you because I have 2 problems:
1. I downloaded the "nRF5_SDK_for_Thread_and_Zigbee_v4.0.0_dc7186b" available at this address: www.nordicsemi.com...
Hi!
I'm using nrf52832, SDK 16 and s132. I've successfully used a ble_app_hids_keyboard example to make a Bluetooth HID peripheral device to transfer sensor data to the...
I want to use a timer to generate an event at a rate of 16kHz. So just as a test I'm setting up TIMER4 and a CC event to toggle a gpio pin. As I understand the clock source...
Hello everyone,
I set up Thread Secure OTA DFU Example by using a nrf52840 DK as DFU server and a nrf52840 Dongle as DFU client. I am using nRF5 SDK for Thread and Zigbee...
I'd be grateful for some assistance with what I may be doing wrong.
I have programmed the serial example on a device and the server example on another device.
Copied the...
Hi everyone:
I was testing the bonding with passkey entry, but it seems failed.
The slave 51822 EVK board is set with "BLE_GAP_IO_CAPS_DISPLAY_ONLY" and "MITM = 1".
...
Hello devzone! I am using translation.
I am using a DK board (PCA10056) to examine the current consumption of nRF52840. I commented out the advertising_start() of the SDK...
Hi, I'm trying to implement a mesh serial node with LPN capability, where the UART can be disabled to save power, and then re-enabled via a GPIO.
I am measuring current...
Ok -
I've been through this a few times and read the forums, but the current build system is broken. I'm trying to compile (not even load the board at this point) the ble_hts...
Whichever input channel I select, I always get a value close to zero. Here is my test code using VDD as the input source:
In this case, RTT reports that the value...