Hello, I am using nRF9160 PCA10090 DK. I want to make my board as central device and scan for all nearby BLE devices and display its rrsi value and device id on a terminal...
Hi Dears,
I have submit a issue for about two weeks but no response yet, would you please help me for handling it?
The link is https://devzone.nordicsemi.com/f/nordic...
It's really really really annoying that the DevZone contains so much outdated infomations and deadlinks .. especially after moving to the new website !!! :-(
Hello! I'm trying to develop an Android-nRF-Toolbox App. What features and folders do i use with show logs? In order to develop the uart in the toolbox app, we have deleted...
I thought this should be very simple but it has not turned out that way. I have started with the pc-ble-driver heart rate monitor (peripheral) example. I was able to take...
I try onnrf52804 (nrf52840-DK) with SoftDevice V6.0.0
----------------------------------------------------------------------------------
ble_gap_scan_params_t s_scan_params...
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...