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...
Hello
I am trying to do BLE communication using BLENano2 (nRF52832) now.
Therefore, using SDK 15.0.0, we are writing a program with keil u5.
Since writing to the softdevice...
I am a bit confusing about this two mode settings. We plan to use MODE=BLE_2MBit on both TX and RX sides as it can give us about 2dBm sensitivity improvement on the RX side...
I need to transfer data from my ADC (analog to digital conv) on a custom made, nrf52 PCB to a mobile app via bluetooth. For this I integrated my working SPI data transfer...
/** * Copyright (c) 2014 - 2018, Nordic Semiconductor ASA * * All rights reserved. * * Redistribution and use in source and binary forms, with or without modification, * are...
Hi there:
I'm now developing a product with 51822 using the SDK10.0 . The product communicate with another chip through UART.
My problem is when the UART crash with error...
Hi all,
I have an application where I have a mobile app that communicate with up to 20 BLE devices. The BLE devices are RGB LED lights with push buttons and a sensor. I...
Hi.
I'm trying to use nRF52 as TWI slave.
I am using Segger Embedded studio for the coding part and nRF52840 PDK.
I wanted to use TWI between the nRF52840 board and...
Hello Helper,
I am currently running ble_app_uart on 2-3 nRF52 dongles that acts as a node and ble_app_uart_c on nRF-52 DK that acts as a central. While establishing different...
hi:
App <lightblue or nrf connect> (ipone6) connect nrf52832 failed .But using Android won't cause this problem.
Here is the log that failed to connect lightblue...
Hello,
I am using my own board with the NRF52832 device.
I currently have a NRF DFU bootloader programmed and soft device. I used it to download my own App using the NRF...
Hello everyone, I am starting with the NRF52840 dongle. I intend to use it for a Uni project because I'm gonna use it later for work (new product). Since we're using STM32...
Hi everyone! I'm a beginner with BLE. I'm trying to test Eddystone beacon. I'm successfully run "ble_app_eddystone" example in NRF52 SDK, and I also successful connect to...
We are doing some rapid prototyping using PCA10040 boards. I have a bench-top setup with a PCA10040, and some sensors. We want to place our sensors on an Arduino shield, enclose...
Hi there,
I just found an example, Experimental: BLE Multiperipheral Application, https://www.nordicsemi.com/DocLib/Content/SDK_Doc/nRF5_SDK/v15-2-0/ble_sdk_app_multiperipheral...