Hello
I'm using the nRF51 DK and I have a UART over BLE link set up between the board and a phone with the nRF UART app. I'm trying to get the board to execute a particular...
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 everyone, I'm using nRF52 kit which has got only one UART module, i'm also using the log driver(which uses UART, typing stuff into a virtual terminal using NRF_LOG_INFO...
hello everyone, I need a low power product, so I am using nrf52840. There is a problem now, When I add "app_timer_init()"(I never change the code in this method) in my code...
Hi,
I'm currently experimenting with both the nRF52840 dongle and preview development kit and my question is the following :
Using a generic LTE IoT gateway with a linux...
This isn't a question more of an FYI for those who come after me...
I just spent the past hour (at least) trying to figure out why my code was producing an error on a call...
I want to compare some values of RSSI that I have obtained in a test that I have made with its corresponding theoretical value and to calculate this theoretical value I will...
I am working with the ble_app_uart example in SDK 12.3.0 for the pca10028 board, and want to add a second tx characteristic (the one which receives from the nRF Connect app...
In the blog article Bluetooth 5.1 Puts Bluetooth In Its Place this week:
At the locator hub, an antenna array needs to be designed and multiplexed to the Bluetooth SoC...
Hi All,
we are going to develop the lighting application based on nRF52832 with the use of BLE mesh SDK V3.0.0 and nRF SDK V15.2.0. I am new to BLE and also BLE mesh. So...
I have a MDBT40 developing board and a ST-Link. I flashed some example programs like UART and Beacon. And they are perfectly working. But when I flashed other programs it...
Hi,
I am facing a frustrating problem which came up all over sudden: I am using the nordic uart serice/nRF52/SDK13 and after a couple of connects/disconnects of my peripheral...
in the code below. implemented on a mesh form multiple Clients (Publication addresses) to the server (subscriped) to all the clients.
The code reads beacon data, removes...
Hi all
I would like to use UART on a custom board using the nrf52840 chip. I am using the app_uart driver and have gotten a loopback to work. I have a couple of questions...
Hi
What is the way to connect (pair) device which has nRF52832 BLE with Windows OS. We need that
Bluetooth connection creates COM port, because our software communicates...
I am in the process of replicating the BLE5 Long Range Demo (found here: devzone.nordicsemi.com/.../)
I have two of the dev kits communicate and receiving the RSSI values...