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...
It is possible to run easily a SoftDevice stack (e.g. S110) on nRF51422 using an accurate 16MHz external clock reference for HFCLK instead of an external 16 MHz crystal oscillator...
I want to change data bytes in the advertisement packet. In ACI_DEVICE_STANDBY I put: lib_aci_open_adv_pipe(1);
In ACI_EVT_CMD_RSP: I get feedback that command 1B (I assume...
I have already went through every step as per what the documentation has stated, but I could not be able to sniff any ZigBee packets using Wireshark. I only want to perform...
I am trying to develop a first eval / test program for the BMD-340-EVAL evaluation board using Keil. However, I don't seem to be able to download the required Keil pack. Other...
Hi,
I want to send multiple packets on a notify characteristic using ble_blanky app as baseline but only first 4 consecutive notifications are received on android side....
I would like to set the UUID below, so please tell me how to set it. 1)base UUID: 2)Service UUID: 3)Status Characteristics UUID: 4)Control Characteristics UUID: 5)Blood...
Hi,
I am using
nRF52840
SDK 15.3.0
Keil IDE
The soft device is S140
JLinkRTTViewer for debug
I set tx power in advertising as below.
sd_ble_gap_tx_power_set...
Hi,
We are developing a product that consists of a "central" and "peripheral" device. A small amount of data is periodically send from the central to peripheral device...
Hi. We are using nRF52832 and we have problem with UARTE. SoftDevice version - S132 5.0.0, SDK version - 14.2.0. Our application uses nRF and Mbed Serial to communicate with...
I have created my own custom project based on the template ble app, porting over the relevant includes and settings in order to start fresh. Despite my section placement file...
Hello,
I'm using a development board PCA10040 with sdk 16.0 I'm trying to organize a data streaming between two devices. Nrf52 board collect data (27 bytes with interval...
I bought dev board for evaluation purpose (currently run on ESP32)
chip: nrf52832 board: E104-BT5032A-TB ( http://www.ebyte.com/en/product-view-news.aspx?id=956) framework...
Hello Nordic! Im making a custom Nrf5232 QFAA, and for the antenna, I want to use only a grounded micro-coax connector and not a trace antenna, is this even possible? I've...
1. I want to use the following command line to compile the nrf9160 project, but the error.
2. Can you help me find the cause of this error?
3. Please provide me with...
Hello, I encounter a problem when I am trying to measure the current consumption of the nRF52840 on the nRF52840-DK. I have set the board in direct supply mode as described...
Hi,
I'm using a nrf52832 based beacon with some sensors attached. To retrive the current time I use the CTS client. Actually, I'm following the ble_app_cts_c example to...