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...
I use nrf_fstorage_write() to write data to fstorage. And then I use nrf_fstorage_read() to read data. But data of fstorage written data and reading back are not the same...
Hi,
I have been stuck on this issue for a long time, I have created a buetooth mesh network using NRF52832 IC, which I have completed perfectly.
But the issue is I...
I have seen webinar on YouTube where NordicSemiconductor demonstrated a peripheral_hr that send simulated heart rate data from nrf52833 to nrf android app. But now I want...
I'm using two nRf52833 DKs as BLE Central and peripheral and I Used "Zephyr/Samples/bluetooth/central uart" and "Z ephyr/Samples/bluetooth/Peripheral uart" to start with....
Hi,
I am testing NRF CTS and ANCS examples using iOS 14.7 (iPhone 6s) and 14.8(iPhone 10) and Zephyr 1.9.1. The peripheral (target) is a custom wearable running on nrf52840...
Hello Group,
I'm trying to send I2C data from nRF52832 using the Nordic development board. I have a problem with TWI when I build/copy the TWI code from the example twi_sensor...
I am currently expanding on the https_client example project using the NRF9160 and I am successful in connecting to my cloud instance and executing commands with my HTTPS...
HI All!
I am having an issue when I add the SAADC to my working project . I added all the required files and enabled the sdk_config.h file exactly the same as of original...
I have a custom model that subscribes to messages from other devices. I'd like to detect if a mesh message that is received, is the original or a retransmission so I can filter...
Hi,
I am developing a function based on NCS 1.9.1 that periodically sends customized messages to bluetooth-connected phones using the BLE of nrf52840.
I've checked DevZone...
Hello Support,
We are using a nRF52840 based module-BT840F used dongle USB840F from Fanstel and facing Vdd setting to 3.3V failed issue.
The nRF52840 is used in High...
Hello,
I am using an nrf5340-DK board and the SDK 1.9.0.
I want integrate the FOTA functionality into the example which was provided by Nordic Semi:
nRF Connect SDK...
In order to use "psa_" crypto functions I use "CONFIG_NRF_SECUIRTY=y". I am also using mbedtls for TLS1.2 networking via external WiFi module
By using NRF Security, the...
Hi Team,
I'm installing nRF connect SDK in my PC and i'm using ubuntu for Zephyr RTOS.
When i'm run this command that time error is coming "west init - m https : // github...
I need to use can bus for my application. The chip that will be used will be the MCP2515 can bus ic. For testing puposes i went and tried the CAN sample which is meant for...