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, I have problem when change S132 V2.0 to V3.0.
SDK : nRF5_SDK_11.0.0_89a8197
I download s132_nrf52_3.0.0.zip and replace all files in nRF5_SDK_11\components...
I want to know if it is normal to have different hex files after compiling the same project from each one in a different PCs using the same IDE Keil ?
That's really strange...
Hello all:
I am running a nRF52832QF AAB0 pca10040 board with SDK11 in Segger embedded studio.
I followed the 'getting started' tutorial.
After pressing button 1, I noticed...
Hi
is there a possibility to make nrf.exe work under OSX? Is my understanding correct that it is actually written in python, hence, should be portable to mac osx or linux...
With softdevice version 2.0.0, the sd_ble_gap_address_set is used to set the address to one of the four address types, and sd_ble_gap_address_get is used to get our own current...
Hi
Sometimes the nrf the central does not accept my connection interval of 7.5ms. I want to disconnect nrf51822 when the correct connection interval is not negotiated with...
I'm in the process of integrating the DFU features in our application. I am using the following tutorial as guidance (the section is called "Including DFU files in your application...
I am trying to port the experimental_ble_app_multiactivity_beacon advertiser example to nRF52.
I have used the document 'Migrating an nRF51 BLE project to nRF52' ( infocenter...
Hi,
we recently moved from the nrf52 DK to a custom board. We went from 2uA current consumption in sleep to 500uA with the custom board. The main difference is that the...
I have been trying to adapt the following example project to work with my SPI peripheral device (LIS2DE12 Accelerometer):
nRF5_SDK_11.0.0_89a8197\examples\peripheral\spi...
I am trying to implement SCCD on S130 v2 sdk11 but this is not in the scope of the tutorial.
I have populated the structure just the same as for CCCD, but I can't have the...
I need to read / write data over RTT with an nRF52 target device. There are function prototypes in nrf52_nrfjprogdll.h that look like what I need.
Before I spend the time...
Hi, I want to connect to a simple Bluetooth device with the help of NFC, no pairing shall be performed. In short, I just want to get the MAC address of the Bluetooth device...
Hi,
I have a situation where our central device needs to be paired atmost with 1 peripheral. I can put a central device into repairing mode for 3 minutes. Within this time...