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,
I am just starting to develop on nRF52840. I want to use the USB functionality. Could you please let me know how to get the Vendor ID and Product ID?
Kind regards...
Hi,
I am trying to use the bit counter to get an indication about the length of the data I am sending.
After trying around for a while it turned out the value of the bit...
Hi
I'm using S132 V5.0.0 with the nRF52832.
I tried to add an include declaration to the last added primary service by using BLE_GATT_HANDLE_INVALID as service handle...
Hello Everyone
I want to interface an external flash mx25r6435F with nrf52832. i ll be writing and reading some data. It should be spi .
Can you guys please suggest me...
Hi, everyone, We develope the BLE project on nRF51822 tool that uses the ADC. But the read measures are different from IC to IC. At the link devzone.nordicsemi.com/.../how...
Hello,
I have see this demo
.hex are available witch is already nice, but I would like to get everything needed to reproduce it.
Does someone know if it's possible...
I'm using a custom device which has two services and each of them has one characteristic. I'm using notifications to send data to the other side and on each notification complete...
Hello!
I am a huge fan of "nRF connect"! This software is helpful! Thank you Nordic for giving us this for free!
When playing with a few devices (TrackR, Thingy, non-Nordic...
Hi Guys,
I need to implement the Zigbee gateway function on nRF52840, I have download the Zigbee SDK from the Nordic website, but currently only have version 1.0, and I...
Hi,
I am trying to send accelerometer values through bluetooth for nRF52832 and SDK 14.2. I am using "nrf-mpu-simple" program form this ' GitHub ' repository and added BLE...
Hi,
I use EasyDMA with UART.
I'm in permanent reception and the received octects go directly into a memory buffer.
When the buffer is full, the writing starts again...
I have been using a JTAG to program a nrf52832 chip (SD v15) during development and am now testing firmware updates from iOS. As part of it, I've made a firmware package using...
Hi,
the default board of the homekit SDK is PCA10040.
I want to run ble_hk_doorlock_static demo on board PCA10056 , What changes should I need to do?
tool-chain :...
I am currently trying to minimize radio noise when collecting data via the ADC, on a custom board powered by a battery (when the radio fires, it introduces a lot of noise...
Hi team,
My customer wants to apply Serial DFU in their product, but when they are developing with SDK13, they find our release notes with:
** DFU ** - Added support...