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...
Hi, We have a typescript-based code running pc-ble-driver-js on a linux machine, with peripherals that are nrf52840 or nrf52833, which is a setup we have used with minimal...
I have to check the few condition if that condition fails i need to force fully unprovision the device.Is there is any way to do it?
can we unprovision the device by any...
Hi,
I am working on setting up multiple ADC channels in the device tree. My starting point is here , which seemed to be an unofficial ADC example that many ADC-related...
I run pc_ble_driver_py example serial_port_enum.py. But it failed with can't find module error message.
python.exe .\serial_port_enum.py NRF52 Traceback (most recent call...
I'm having some issues regarding the data update interval when running the asset_tracker_v2 application, particularly with adjusting how frequently it publishes data to the...
Hi Everyone,
I am working on a project which involves reading data from an accelerometer ( MC3672 ) using NRF52832.
Currently sampling is done via the data ready pin...
Hello,
I am recompiling a system from a nRF52832 to the nRF52840.
This is a BLE peripheral. I started with a working ble peripheral example so that I was able to start...
Hi, I have started with "__nRF5_SDK_17.1.0_ddde560" ble_peripheral>ble-app_uart example code project( ble_app_uart_pca10100_s140 ).
I work with IAR Embedded Workbench IDE...
My client is attempting to use the Dongle with a Windows 8 tablet. The Dongle shows up in DevMgr as both nRF52 USB CDC BLE Demo and as Communications Port (COMx). However...
Hi,
I'm having an issue with flash usage reporting when building app. I'm using MCUBoot, so 2 images are generated.
First of all, my definition of partitions in an overlay...
HI
1. If we choose a 28.8MHz crystal oscillator for the MCLK of I2S, will it affect BT? 2. In our design, the power supply is VBAT, and the VDD_nRF setting is 1.8V. Does...
I would like to use GPIOTE, PPI, and TIMER to do the following.
I'm using three GPIO pins. Each pin will get square-wave like signals of varying frequency. On each pin I...
Hi Nordic:
we want to add timesync function on nrf5340 ble nus.(1central + 16peripherals, 0.1ms precision )
Such as:
https://github.com/nordic-auko/nRF5-ble-timesync...
Hi,
Can I know how to set the UICR as the default address in nRF52840 SOC with SDK 17.02/17.1.0 by using nRFJPROG command line tool / SEGGER Embedded Studio IDE.
nRFJPROG...
Hello everyone,
I am working with the SDK v17.1.0 with the DK nRF52832 with the examples of ble_app_uart and ble_app_uart_c.
I managed to implement a multilink communication...