IUsing the Master Control Panel application on my Android device to connect to my nRF51822 module (acting as the GATT server), I have implemented the Device Manager (v10 SDK...
I have successfully compiled BLE application using tutorials provided on nordic website.
but when I start doing debugging for better understanding find out that I can not...
Hey,
We got a problem when trying to figure out how to detect the custom services from Unity. We are trying to read data and afterwards to do some manipulations of objects...
I want send ble bond connection request from raspberry pi to nrf51882.
Can you please let me know which ble libraries I need to send central ble bond request to nrf51882...
Dear Nordic:
I try to use pca10040 DK and SDK is nRF52_SDK_0.9.2_dbc28c9.
Test nRF52_SDK_0.9.2_dbc28c9\examples\peripheral\UART the function work well on my DK.
I...
Sometimes windows lose the connection to the nRF51 Dongle. The only way I have been able to reconnect to the dongle is by unplugging and replugging it to the USB port. I have...
app : nrf tools on git hub
s130: sdk v11
s110: sdk v8.1.0
example : nrf_ble_uart.
after modify, it happen, is there some definition shoud modify in app?
by the war,the...
Dear Nordic Team,
I am using a nRF52832 module purchased from Adafruit ( https://www.adafruit.com/product/3406 ) and I would like to connect it with another device with...
Hi there
First I tell you what I'm, trying to do...
I want to made a connection between a robot and a pc. Over this connection I want to program the robot with new software...
Hi,
I'm using nRF52832 SDK 14.2.0 s132 dfu, softdevice 5.0.0.
And i'm trying to update SD + BL + APP to SDK 15.3.0, softdevice 6.1.1.
When i update pakage by nRF connect...
Hi,
I am trying to upload HEX files to a nrf52832 (on a Sparkfun Breakout board) with a nRF52 DK. The problem is nRF Connect Programmer don't recognize them.
I installed...
Hello,
I am using nRF52832, SDK_15.3.0, S132 SoftDevice and Segger for flash the image. I am using ‘ble_app_blinky’.
In sdk_config.h, BLE_ADVERTISING_ENABLED is not...
Hi, I'm currently in trouble with the sd_flash_write function. I've already a library using this function running on the nRF52832 with the S132 softdevice. But when a tries...
I want to use TWI to read the sensor data. When using the software TWI, I found that the communication takes a long time, which will greatly increase the battery consumption...
Hey,
I'm trying to put the nRF9160 into System Off mode and am getting a bus fault error when writing to the REGULATORS module. This is the error output:
***** BUS...
Hello everyone,
I try to import a project from Keil to SES,
I 'v read the instructions in this article.
Segger Embedded Studio - A Cross Platform IDE
Generally I have...
HI:
I'm using a cli routine from the SDK,and I register the callback function zcl_device_cb() with ZB_ZCL_REGISTER_DEVICE_CB(),But whatever message I receive does not go...
Hello community,
I successfully flashed assets_tracker code into board and configure in NB-IoT using Configure NRF SDK project in segger studio.
I used Vodafone SIM card...
Hi, I use nrf52832's uart with a simple driver, not "nrf_drv_uart", because I don't know how to use receive and transmit interruption with "nrf_drv_uart". the uart drive i...
Is there a supported way of doing an unsecure flash (the nRF is hardwired via UART to a secure processor) without rebooting?
The HW design the nRF is integrated with uses...
I am using the nRF52840 DK to read data from an IMU sensor (STm LSM9DS1 9DOF). Like most sensors, you transmit the register number first (on MOSI), then continue clocking...
Hi,
I am trying to develop models using the Specifications. I came across generic battery model which was using 24-bit values, time model which was using 15-bit and 40-bit...