I am interested in writing a BLE central that reads data from multiple BLE Nordic sensors. The BLE central will be running on Embedded Linux which uses the BlueZ stack.
...
Hi,
I'm trying to get S110 softdevice (v8.0.0) working with RIOT. I had some issues (I couldn't initialize TIMER1 or TIMER2 until softdevice is setup & enabled) but I think...
Hello everyone,
I got a task which I try to implement using a NRF51822 iBeacon board.
The Task:
Advertise a Device and provide a mechanism to connect without traditional...
Hello, I'm working with the EK PCA10003, that has the NRF51422. I'm trying to read the information of the accelerometer MPU6000 with an ISP interface. At the moment I cannot...
I'd like to use the GATT/GAP driver from an ARM based Linux system. Is there any possibility of getting a library compiled for ARM or (cough) the source code to build it myself...
It is possible to run easily a SoftDevice stack (e.g. S110) on nRF51422 using an accurate 16MHz external clock reference for HFCLK instead of an external 16 MHz crystal oscillator...
Hi,
I am using a sniffer on nRF52840 DK between by central and peripheral device. The frequency of packet transfer is at 433MHz. Can the sniffer detect the packets at the...
Hi everybody,
I am currently trying to write in flash several records key in a same file using fds_write, fds_update, fds_records_find.
My page is FILE_ID = 0x1000 and...
Hi,
I have an application which scans for BLE advertisements and pushes some information about it over UART.
I run this on a nRF52840 DK card using softdevice s140 6.1...
Now, I have a project that needs to do a master device to communicate with another slave device, but the slave device is done by the customer. I found that my main device...
Hi,
When trying to connect various thingy's to an Android with the Thingy SDK, the debugger gives me that :
D/BluetoothGatt: onClientConnectionState() - status=8 clientIf...
Hello ! So i have a nrf52 device, and i would like to know if there is a possibility to us it as a multi hub devices. ie: two nrf52 devices, one programmed with ble_app_uart_c...
Hello Everyone,
I am building an application where I have to change the scan window (BEARER_SCAN_WINDOW_DEFAULT_MS) in run time, based on a specific event. Does the stack...
I cannot find any useful information on the purpose of this project: examples\connectivity\ble_connectivity\pca10040e\ser_s112_hci (and likewise with other boards & SoftDevices...
Hi all,
I have a hard time to merge Mesh Proxy Service and Nordic UART service. I am working with mesh SDK v. 3.1.0 and nRF5 SDK v. 15.2, coexistence example ble_app_uart_coexist...
I am considering using BLE advertising for sensor devices as peripherals and using a mobile phone as receiving device.
Because the number of sensor devices can be more than...
The current protocol for the mesh serial interface as documented here:
http://infocenter.nordicsemi.com/index.jsp?topic=%2Fcom.nordic.infocenter.sdk%2Fdita%2Fsdk%2Fmesh_sdk...
how to program an nrf51822 chip(chip with ou coin cell battery the rectangular chip not circular) using nrf51-DK to work as a beacon .. kindly share me the detail process...
using nRF52832, SDK 15.1, custom made units.
My Obervations - (in bootloader settings) $nrfutil settings display ota46to47.hex
when device is flashed "Current bank"...
Hello,
For BLE mesh light_switch example, the following statement is showing error.
In app_config.h
#define NRF_SDH_ENABLED 0
In sdk_config.h
#ifndef NRF_SDH_ENABLED...
Can someone tell me how to make device go to sleep and make it wakeup after a few hous using systick timer. I know how to create a timer but i wanna know which system call...