Close Bluetooth in Iphone's settings when IOS/51822 is paired and connected normally.
several seconds later, Open Bluetooth in the settings again, and observe the settings...
Hi,
I am trying to power off and/or disable a RR[0] with no success.
I am Powering OFF the watchdog in main and then successfully POWERing ON in wdt_init but then I...
Is it possible when using the S110 softdevice to limit the maximum number of packets per connection event? I would like to reduce the maximum amount of time the CPU spends...
I am using nRF51422 Evaluation Kit with the latest silicon revision which comes with programmable softdevice. The kit also contains an ANT USB-m dongle. I have followed the...
I tried to do send & receive binary data from bluetooth in ios app.
But i only can send & receive string or ASCII code data in my app, do you have any method or idea can...
Hi,
I tried ble_app_hids_mouse with Android 4.4.2, it can work properly for first time connection. However, it cannot be re-connected after switching Phone's Bluetooth...
I have installed Keil MKD-Lite V 5.10.0.0 and the Segger software (which linked to the Keil IDE). I have tried to install the nRF51 SDK (5 times) and every time iI get 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 -...