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 am using SDK 15.3 and NRF52840 Preview DK
I have a requirement where I have to glow one of 3 LEDs R-G-B (each connected to one gpio pin) for 1 second and turn...
I'm using nrf52840 to develop a remote control using BLE long range.
We use two nrf52840 : on inside the remote and another in the system to control. The remote is used...
Hi,
I've done a lot of searching and Googling and could not find a proper answer for the life of me, so I'm posting again here to try to find answers. I must have looked...
I want to use internal temperature sensor in the example, "peripheral\temperature" on our software but there is the problem that we met when applying on board internal temperature...
I'm using nRF51DK and created 2 app_timers (based on LFCLK) that are running on 32.768kHz crystal, one for kernel timing (10ms) and one for real time clock (every second)...
Hi,
For some reasons, I would like to write my own application for updating the firmware, something like NRFUTIL application.
I wrote it and everything is working fine...
Hello,
I am trying the ble_app_cts_c_pca10040_s132 (current time service client). Under the conditions described below, ultimately a SoftDevice call to sd_ble_gap_device_identities_set...
I am attempting to integrate examples/peripheral/flash_fstorage into my project (SDK 14.1.0).
When calling nrf_fstorage_write I get NRF_ERROR_INVALID_LENGTH in response...
I am trying to provision 2 clients for the mesh so that i they all can send the message to a single server.
I will list what all i have tried
1.I took a server node and...
Our custom board uses internal RC clock source and I tried to build original sample app, "ble_app_pwr_profiling" in SDK 15.3.0 using attached sdk_config.h modified only with...
I downloaded the latest nRF5_SDK_15.3.0_59ac345 and some other old versions of SDK documents. (I am trying to use pca10040 development kit to program Fanstel EV-BT840F, aka...
Hello
I am using Android and BLE communication with nRF52832 (BLENano2) now.
I am using SDK 15.0.0 with keil uversion.
Central is Android and peripheral is nRF52832...
Hi,
we have a custom board running the nrf52840. The code is getting pretty good we are getting close to beta. We are using SES as our development platform and are currently...