Hi all,
this is not a question per se but rather a warning to those who are attempting to debug Flash related operations with the SEGGER J-Link GDB Server (v4.84a for Linux...
I debugging some function abnormal after OTA problem, and problem with disappear after redo OTA FW upgrade, duirng it I found a problem about Master Control Panel FW upgrade...
Hi,
i want to build a BLE mesh via advertising. i asked some questions before about ibeacon and observer, how ever to clarify my question i have some additional questions...
Hello,
I have set nRF51822 Evaluation Kit. With its help, I would like to read the pulse of the heart rate monitor:
link text
I manage to connect to it using the...
Does the s110 stack allow retrying pairing procedure?
It looks like the stack (peripheral) always ends with disconnect upon invalid passkey.
We would like to explore the...
We upgrade our project from nrf-sdk 1.7.1 to 1.9.1 and it broke part of our project.
The part that broke counts the number of falling / rising edges and triggers different...
Hi team,
I am currently working on a BLE project using nRF5 SDK 17.1.0, I want to interface the nrf52840 DK with the Nrf21540 EK to expand the range.
After reading various...
Dear Nordic Experts, This one's a tough nut to crack:
The firmware is based on nRF5 SDK for Mesh 5.0.0 with nRF5 SDK 17.0.2 and Softdevice s132 7.3.0. It runs on a nRF52832...
I tryed to reduce the power consumption of my beacon (ble_app_beacone example from SDK) to have more battery live. To do this, I want to reduce the TX power. And also change...
I have to initialize a i2c multiplexer, for that I am sending the device address and register address to be written using the function:
nrf_drv_twi_tx(&m_twi, (0x70), tx_buf...
Hi,
I'm currently using nRF Connect SDK v1.9.0 and developing on a nRF52832 onto a custom board. I'm using a BMI090L from Bosch connected over i2c.
I'm trying to suspend...
Hi.
Encountering an intermittent issue where, after a DFU (either OTA using Nordic Device Manager or over usb serial using dfu-util on Linux), the image is reportedly in...
In the DTS file for I2C, how do you set the port of the pin specified?
&i2c0 { compatible = "nordic,nrf-twi"; status = "okay"; sda-pin = <26>; scl-pin = <27>; };
In...
Hi,
I have a question about the whitelist,when we use the function "pm_whitelist_set()" to set the whitelist,whether the whitelist is stored in RAM or FLASH? I traced the...
Hello,
I am using nrf52810 with custom board and i have created DFU for uploading a OTA file previously its working fine but i don't know what happens now BLE is getting...
Hi:
When i read data from the device nrf52833 to android app, only get 600byte data and it should be 4096byte. The app use the Android-BLE-Library-2.4.0 lib.
The nrf52833...
Hi,
I have a question on SDK release plans. There is a change awaiting for release (merged after 1.9.1) and it would be nice to develop them with an official release, including...
Hello!
We are two students working on IO-Link Wireless as a bachelor thesis project. Our task is to make a Wireless Master prototype using the nrf52840 DK kit from nordic...
I am making a ble beacon application. I need to send more than 30 bytes of data via advertisement. How can I do? Because UUID data will not be enough for me.
Hello everyone and hello kindly nRF support team!!
One question again sry. I am using SDK 1.9.1 through VS Code and working on the nRF Connect SDK Tutorial - Part 2 -...