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...
After trying to run keil project after setting conditional breakpoit it raises error.
is it right that nrf52 doesn't support conditional breakpoits? or something wrong...
Hi,
I'm using the SDK11 and SD130 on a custom board which has a nrf51822.
I connected via SPI to a DSP that sends and receive audio.
My handler of the SPI is as it follows...
I'm trying to send a set of 246 bytes by uart fifo. I have a PC side which retreive the data, but I always miss some bytes (4 to 6).
I'm checking app_uart_put return and...
Hello,
I would like to use the nrf51822xxaa as BLE gateway for an ARM application processor (connected through the UART).
I successfully cross-compiled pc-ble-driver...
Hi..
Can i use both observer and broadcaster roles concurrently in s130 soft device..?
Is any TDMA needed to do this..?
Is it possible to do without stooping the other...
Hi,
I have read the S132 Softdevice specification v3.0 and just want to make sure that my interpretation is correct. There are two scenarios I would like to verify:
...
Hello,
I'm working with a nrf51822, SoftDevice S120 v2.0 and SDK v9.0 platform.
Specifically using it a Central role to connect to a Blood Pressure peripheral.
When...
Hi,
As a beginner, I'm trying to have CDC J-Link Uart port work with my laptop. I'm using nRF52 board. When connecting the board to my laptop (windows 10), it displays...
Need some help on the tcp server example in the IoT SDK.
All steps working but the python script gets Connection refused.
bash# ifconfig bt0
bt0 Link encap:UNSPEC...
(nrf52832 PCA10040)
Hello. I'm trying to go along with the ble tutorial (advertising, service).
I download before last version of sdk 11 because with last 12 it's not working...
Hello everyone,
I have 2 chip; Bluegiga and nRF51-DK
I can easily advertise my custom service in Bluegiga chip. As you can see, nRF Connect application shows my service...
I think one way or the other the struct ble_gatts_evt_t must be correlated with the GATT profile, that is, ble_gatts_evt_t should have services and characteristics as its...
Hi,
> Context:
I run a baremetal application that I would like to enhance with bluetooth.
I am considering a BLE module from NS.
I currently have a SoC (nanopi...
I have created a nRF52 based peripheral device which is used to stream sensor data to a connected central device, usually an iPhone. I can stream data, reliably to the iPhone...