Hi, I am fighting with a bug I found in SDK v2.8.0 for BLE scan filter on a test project as follows: 2 Devices (Ezurio BL653-DVK using the nRF52833), both having central and...
During the setup process for nRF Connect SDK v2.4.0, an error occurred preventing the SDK from installing correctly.
The environment details are as follows:
* macOS...
Hi folks,
I'm having some UART trouble - help would be much appreciated, and thank you in advance.
------------------------
Overview:
I'm working on a project that...
Hi,
We are using the nrfconnect for thread and zigbee 3.2.
We have modelled our Bluetooth peripheral, running on the nrf52840, on the BLE UART example. It connects fine...
Hi all,
I want to use the python scripts provided in application notes in nordic documentation to run DTM example flashed into nRF52840 SoC. So when I open command prompt...
In the infocenter, after searching for something, if you click on an item in "Search Results" (left hand panel), it brings up the associated page in the right hand panel....
Hello all,
I'm trying to do a "BLE scanner" in order to read non connectable advertisements. These advertisements can be PHY_CODED and PHY_1MBPS (classic BLE advertisements...
Hi everbody,
I'm using the BLE Database Discovery module to discover services and characteristics of a BLE peripheral. This works fine, except for one strange quirk:
When...
Dear Nordic Support Team,
I’ve bought an evaluation kit here : http://t-yuden.com/ut/product/category/module/EYSHJNZWZ.html
and i would like to program the chip, so i...
Hi,
I am scanning from my nRF52840 and connects to one peripheral and i have written code to get it's Device information(DIS) and i stored all these information in some...
I'm having trouble maintaining a connection between my nRF52832 and Raspberry Pi. I followed the step by step guide (making sure to use the correct IOT SDK for my board),...
I am gaining my expertise in Nordic. After learning from tutorials. most of the tutorials mentions to use master control panel. But I cannot able to scan using master control...
Hi!
I am currently developing an application for nrf52832 and am using the uart module with retarget.c for output over uart via printf().
Now a few days ago I added...
Hello everyone ,
We have done advertising and scanning(both in a single firmware) on nrf51822 using QFAC chip. using SDK 12. Now we want to switch our code to NRF51822 QFAA...
hi
I am trying to add Manufacturer specific data
ble_advdata_manuf_data_t manuf_data; // Variable to hold manufacturer specific data uint8_t data[] = "A"; // Our data...
Hi, when I provisioned the client and servers via provisioner to create mesh network, I can receive RSSI value from provisionee ,but after the provisionee disconnect to power...
I have a nRF51 DK. I am trying to sniff the Bluetooth connection between the smartphone and watch at Window 7.
Installed:
Wireshark 1.10.7
Sniffer (tried ble-sniffer_nRF51822_1...
The sdk_config.h configuration file for ble_app_hrs_freertos example contains following definition:
#define NRFX_GPIOTE_CONFIG_NUM_OF_LOW_POWER_EVENTS 1
This macro should...
HI,
I have connected to one peripheral from my central and retrieved all the services(For example i need Device Information Service, got all the characteristic values) and...