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...
Modify peripheral UART example to use a GPIO pin as 1-wire interface to read DS18B20 temperature sensor.
This modified code works for RBL BLE Nano v2.0 (nRF52832, nRF5 SDK...
Hi I am trying to get the ble_app_uart to run on my nRF52DK with the nRF52832 on board. I am using SDK version 16 and SoftDevice version 132. When compile and download the...
I'm trying to make a BLE app with nRF52832 DK, SDK v16.0.0, based on ble_app_hrs example.
After pairing on central device (smart phone), or CONNECT on nRF Connect app and...
Hi,
I am using the ble_app_uart as the basis for my project, where the NUS is used to send and receive data from my mobile app. The outgoing data is generated internally...
Hi, I am trying to run the periodic_adv sample on nrf9160dk_52840 which was added to the samples directory of the zepyhr repo 15 days ago. I am using nRF Connect SDK v1.4...
Hi Sir,
We have the " Capacitive sensor low-level library " as below in Nordic SDK.
1. err_code = nrf_drv_csense_init (&csense_config, csense_handler);
2. nrf_drv_csense_channels_enable...
Hi,
I use nRF52840 DK with SoftDevice 140 v.7.0.1 and SDK 16.0.0.
I want to get RSSI information (along with channel index) for BLE extended advertisements.
I enabled...
I am working with a custom hardware device similar to the Thingy91. I am communicating with an external device using COM1 using a binary stream at 38400 N81. (COM0 is assigned...
My design uses an RV-3028 RTC as an external 32 kHz oscillator for the application timer. Do I have to configure the SDK to use an external oscillator instead of a crystal...
I recently updated my multi-protocol (Thread FTD + BLE Peripheral Connectable) to use 'nRF5_SDK_for_Thread_and_Zigbee_3.0.0_d310e71'. I had been previously using 'nRF5_SDK_for_Thread_and_Zigbee_2...
Hi,
I setted up the LIBUARTE on my custom board...
NRF52833,SDK17.0.2,With Softdevice enabled
CODE:
-----------------------------------
NRF_LIBUARTE_ASYNC_DEFINE...
Hi,
I've found an issue while writing data to QSPI flash memory on the nrf52840 DK board with sample application.
The issue is that the data is overwritten to 0x0 address...
I am working on putting my NRF52840 to sleep with the RTC running (System ON WFE, not System Off). According to the datasheet, I should be able to call a soft reset and keep...
Hello, I am having some problems with what i assume is the readback protection. Is it possible to update the firmware of the device without deleting UIRC (serial number among...
I am using nrf52 chipset, I just want to know did anyone tried to run docker container to create ARM image? I am thinking to use Docker container as CI.