Hello there guys i been reading your 100 pg PDF for awhile now and im yet to understand or realize how is it that i add/place/create a payload or data to send/Tx via Master...
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...
Hi Mate,
When I test the example of ANT which is named as hrm_tx(heart rate transmitter), after I programed the ANT_s212_nrf52_0.5.1.alpha.hex and the application of hrm_tx...
I'm running a BLE application on the nRF51822. And I have an application timer to keep track of the real time clock. However, when I receive a BLE_GAP_EVT_DISCONNECTED event...
When i load a nRF52 example in Keil µVision 5.17 (for example ble_app_proximity_s132_pca10040)
The i get a indication that the Configuration files are not compatible
I am...
Hi,
I have a strange problem,
I use NUS service connect with phone , send or receive data,after some process,may happen
the keyboard(use GPIOE interrupt) has no response...
I am trying to test the ble_lbs example to understand the basic working principle of the ble custom service using NAN_36 document after compilation followed by the procedure...
Hi,
I am running the sample glucose app on the nordic chip.
On the iOS we have nRF Toolbox.
iOS Version is 8.3.
SDK version of sample glucose is 10.
After sometime...
Hello,
I've made a hardware base on new nrf52. I followed the exact schematic of eval board and requirements.
Clocks seem to be good (32KHz and 32MHz).
A mange to mkae...
hi ,
i want to transfer data using custom profile.
in which i want to have apple midi uuid service (03B80E5A-EDE8-4B33-A751-6CE34EC4C700) and IO characterstics (7772E5DB...
Hi.
I want to change device name to identify multiple devices.
When I am using two device, the initial device name is "device".
If I connect these two device to iphone...
I have an application that needs to minimize its current consumption when sleeping. From the nRF52 manual, I see that UART should consume 1uA when in idle. The total current...
Hello,
I'm using thhe BLE shied, which uses the nRF8001 chip, with arduino Mega.
I'm trying to connect the Rf module nRF24l01 to receive data from another arduino and...
When checking if a read (or write) is authorized can the event contain an invalid handle (Does the handle need to be checked)?
case BLE_GATTS_AUTHORIZE_TYPE_READ:
{
...
hi
in nrf51422
till now this is my code
now how can i send or recieve information .
or tell me for sending information what to read next?
#include <stdint.h>
#include...
Hi ,
I want to call a pstorage_store() function to update the flash content when ble receives the disconnect event.
My doubt is whether i be missing the flash write event...
I am working on a system with dual Bluetooth chips one acts as primary and the other as secondary.
I want these two communicate with a shared resource(Accelrometer)...