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...
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...
Hello,
I am attempting to incorporate NUS example (app_uart) into the HID keyboard example. The whole thing compiles with no warning, but when I add {BLE_UUID_NUS_SERVICE...
Hi,
I have modified the light switch demo so that all messages from the client are sent to all servers. I have done this by subscribing all servers to GROUP_ADDRESS_ODD...
Hi all,
I tried to merge a mesh application into the nRF5 SDK BLE example.
But, I have encountered the errors below:
"Output/........... Debug/Obj/ctr_drbg.o: In function...
Hello,
Is it possible to scan for beacon using any of the example programs provided by nordic ?
I'm using a beacon named Ruuvi-Tag that measure the temperature, pressure...
I wanted to get Simple MQTT example and followed Case ID: 222137
I followed Martin Lesund's suggestion to get the latest updates in the master branch to nrf. I am using...
Hello I work for a product to produce 2 BLE products:
several sensors with NRF52832 + LIS2DH12 (accelerometer) + HTS221 (temperature) + ICM-20689 (motion)
a gateway...
SoftDevice uses more interrupt time or less depending on API use. When not using any softdevice API (but softdevice still enabled), does the softdevice still generate priority...
We have a question about firmware upgrade during our development based on nRF52840. I understand that there are couple ways to upgrade the firmware by phone/tablet/PC. However...
Details: SoftDevice 132, nRF5_SDK_15.2.0_9412b96, nRF52832
ble_ots_init started to return NRF_ERROR_NO_MEM after adding more services and characteristics to ongoing project...
Dear Nordic Semiconductor team, I have a problem while running AT_CLIENT application on nRF9160 DK. Firstly, everything goes good, all indicators are green in the LTE Link...
SDK 15.2 API 6.1
I am advertising with 1 nRF module and trying to scan with a second nRF module and connect.
the advertiser
the scanner
When i start the advertiser...
Hello,
I have the following scenario: An Android Phone is playing the master role and two nRF52 custom boards are connected to the master as peripherals. Both peripherals...
Hello,
I have problem with implementing UART to simple_coap_client example, but there is too much problems. Some issues have been solved, but it still is not all.
defines...
I need the nrf52 as a I2C slave, so I set up a very minimal example:
which seems to work so far. the chip wakes up, receives the i2c msg and is able to send back data...