Hi all,
I use nRF51822 module and my environment is Eclipse + GCC + SDK 10.0. I refer to the example in path <SDK_PATH>/examples/ble_peripheral/ble_app_template, then make...
I am using nrf sniffer for trouble shooting. But it always exit unexpectedly. Wireshark was still open but the DOS window got closed.
I am attaching the log.txt.
log...
Hi all,
I am using ble open mesh with pca10028 boards ble mesh is working fine.
I am developing a application that has to blink led in mesh( without any delay between...
I'm still on stack 8.0.0 so it might have been fixed since. I have noticed that if the other side de-asserts CTS the Nordic code will leave the TX asserted in a Break condition...
Hello,
I'd like to ask what is the data rate when using BLE OpenMesh network and how much it depends on network architecture.
I'm considering using it in a network consisting...
Hello Nordic Community,
I need to know how to import my PCB design from Eagle to CST Studio to simulate it and I need to know if the simulation step will be useful to enhance...
Hi.
I'm trying to get Apple notifications to nrf52. And specifically to listen both regular ANS (for android) and ANCS (for iOS) events depending what sort of phone is...
Hello
We are using custom board which has two chip configuration for BLE stack. Main MCU runs the Zephyr Host only BT stack in peripheral mode.This is supposed to be GATT...
I am trying to compile the SPI example in SDK 15.2.0 for nrf52810. I am getting a compiler error in SES on nrfx_uart.c:
I modified the project according to the SDK documentation...
Dear all,
Is this possible to flip a switch on the board to get nRF9160 IOs at 3.3v rather than 1.8v ? I have a LoRa module that requires TTL 3.3v UART signals, and it...
Hello,
I believe I have found a possible race condition in experimental_task_manager / task_manager.c, task_events_wait().
The race occurs if a task calls task_events_wait...
Hello, I'm working with an example of ble_app_uart with SofDev132. I have modified the code a bit but I still use the nrf_pwr_mgmt_run function. The power consumption is 2...
hello, i am complete beginner to this field of MCU, i never worked on nordic MCUs. i am able to program the dk-board using the usb cable and readymade hex file provided in...
Hi,
I'd like to enable paring/bonding for a minute only when a button is pressed. So I need to disable pairing. I've learned that it should be done with
in "ble_evt_handler...
Hi,
I would like to have two different twi managers. One with TWI0 and one with TWI1. But if I try to enable them I get an error:
sdk_config.h:1810:22: error: unable to...
Hello,
I am new to BLE and trying to understand basic concepts.
Connection interval ranges from 7.5ms to 4sec. Device is doing Frequency hopping on all channels from...
Dear developers,
i now use the PPK intensively. I would like to have an additional feature. So far the trigger reacts only to exceeding a level. Would it be possible to...
I have developed CyclingPower SIG service based on (a) CSCS example and on (b) old file found here, at Devzone.
It used to work, but then something happened and I can't...
Hello.
I have been working with the nrf525840 dongle using SDK 15.2.0 trying to build a UART Service. I used the ble_app_uart example project that comes with the SDK and...
Hello everyone, I want to know and how, if it is possible, to hide UUID Beacon string during the advertising mode.
My goal is to not show the UUID by any sniffer, like Master...
Dear All,
I‘m going nuts while working on the basically really simpe task of reading ADC voltages on GPIO (AIN3) between 0 and 1.25V.
The voltage should fit well in...
Hi all,
At Peripheral end, I will get an callback "BLE_GATTS_EVT_WRITE" whenever I do a write on charcteristic write value from Mobile App.
Can you please point me to...