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...
Hey all, my QSPI woes continue. I'm trying write 4 bytes (0xDEADBEEF) of data to a flash chip, equivalent to the NRF52840 DK. I'm using PP4IO and 24 bit addressing mode but...
Hello,
I am using the NRF_LOG_INFO macro to print certain event results. I am writing a large chunk of memory over I2C. The operation succeeds but the log print is only...
Hi All,
I' ve successfully programmed an nRF52840 device with an application running with PHY_CODED modulation and I can scan it from my Samsung Galaxy S+. Unfortunately...
Hi, I'm running nRF5 SDK v15.2, and tried to run the led softblink example on port 1 of a nRF52840, which did not seem to work. I found a problem in low_power_pwm.c, which...
We want to use some device in the peripherial mode.
after the devices were bonded, for next connect I need to hide this advertise packet from air in the nRF Connect util...
We have a problem that we thought was isolated (affecting only one phone) until recently we started getting more phones exhibiting the same issue.
We are Australia based...
I can pair and bond as a Zephyr central via bt_conn_auth_register & bt_conn_security().
When the bond is successful I get a callback to cb_pairing_success(struct bt_conn...
Hello,
I am trying to read the internal temperature sensor using interrupts (SoftDevice is disabled). This is what I have:
#include "nrf_temp.h" #include "nrf_nvic.h"...
I am having hard fault when `nrf_sdh_enable_request` is called in BLE init. I am following BLE_TEMPLATE. I did not copy the solution, I am extending TWI example to include...
Hi,
I am trying to make a micro second timer count and I am using the timer driver from the timer example. However the timer init is failing in my code and I am not sure...
Hello,
I am using pc-ble-driver to write a desktop application interfacing with Nordic connectivity dongle. There is no automatic discovery module functionality so I have...
I am trying to just find what is this LE Secure Connection but can't seem to find anything basic. When i look at the lesc example, it look slike they simply turn the bit on...
Hello,
I am having a custom nRF52832-based central device - it works fine when connecting a single nRF52832-based peripheral (the both are based on SDK 14).
Now I need...
(added comment regarding intitialisation of GZP_PARAMS sunday 19 Aug)
I would very much like to use the gzp_dynamic_pairing package on the nRF52. Unfortunately I cannot...
hi, i am doing a project where i have to change adv name of ble device.
i am using nrf sdk 15.3.0 ble_app_blinky example for pca 10040e because it has all the things i need...