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 am trying the https_client sample and I can get it to work unchanged.
But I would like to connect to a different site than www.example .com.
As far as I can understand...
I'm running the ble_app_pwr_profiling example from the nrf5 SDK (16.0.0) and softdevice (s140 7.0.1) on a nrf52840DK (pca10056 2.0.1) and measuring power consumption using...
Hello, I am developing an application on nrf52840 using SDK 17. My application has a bootloader and sometimes when my application is restarting due to a command I send (using...
If we try to force terminate an ogoing BLE connection by invoking sd_ble_gap_disconnect, we don't receive the SD_BLE_GAP_DISCONNECT event in some cases even after the supervision...
One of my projects needs to use NB and GPS functions at the same time. When testing, I found that even though NB network is not transmitting data, after I start GPS, I often...
Hello,
On nRF5340, sdk v1.6.1, I use this function to send data to center via BLE:
ble_data_send ( ble_connection, data, 182 );
and here is the definition of the function...
I build an app Android using BLE lib Nordic version 2.1.1, How can I read the RSSI of the device after my app is connected with the device?. Thanks All
Hi,
How should we interpret this XMONITOR response with regard to PSM:
%XMONITOR: 5,'vodafone.de','','26202','BBA6',7,20,'01442801',240,6300,37,40,'','00001000',' 111...
Hi my application will be based on nRF52820 and has only USB connection (no BLE). I'm developping with nRF5_SDK_17.0.2_d674dde and a nRF52840 devkit. The end user should be...
I'm having trouble driving the BMI088 with the official driver of Bosch BMI088 (link to this driver) in the ble_app_uart routine. I never get the chip ID. Bosch BMI088 official...