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,
I am attempting to get the DFU working as per the example provided in the S110 V7.0.0-3 download. I've followed all the steps in the readme in the DFU subfolder and...
Hello,
I'm trying to run the example ble_app_uart using nRF52840PDK and iOS 11.
The device appears as Nordic_UART but when I connect, nothing shows up. The following screen...
Hi! Compiler errors are popping up when working on nrf_drv_rtc.c while log is enabled for this nRF module. I see that the problem is any log statement that contains EVT_TO_STR...
Good afternoon,
I have been doing some tests with the nRF SDK for Mesh v1.0.0, and have a question regarding it.
I'm using a fw based of the Light Switch example, to...
By using the DFU to transfer an updated version of the application, The nRF Connect tool pop-up tip:"upgrade succesfully". But the version of application mostly is still older...
Hi all,
I have been looking for the DFU library in objective-C, without any dependency manager such as cocoapods or Carthage (we cannot use them in our solution), but...
I found the thingy hardware files and I was wondering if one can buy the flexprint antenna from you or if you can connect us to your manufacturer.
We are planning to use...
The developer kit is impressive, and I was able to get a test app running quickly using the UART thru the USB connection. However, the example BLE apps feel a great deal like...
SDK14.2 nRF52832 No SD present (using the nrf_fstorage_nvmc backend)
Question 1.
I was reading the source code for the nrf_fstorage library and saw this comment in the...
hello Nordic Team
i want to create a service ,characteristic and send data(mpu9250) over characteristc .I am using nr52 DK and mpu9250.can anybody suggest how to create...
Hello Nordic-Team,
i made a custom pcb that is based on the reference schematic of the nRF52810 QFAA with dcdc setup. However, i read that in general, the nRF52810 and nRF52832...
I would like to connect the Android Things NXP Pico board to the Nordic Thingy 52 using Bluetooth and get all sensor data from the thingy.
The Android Things board will...
Hello
Recentlly, our application with android device and nrf52, we need to do pairing process with android device in order to read characteristic from nrf52. The pairing...
I am using PCA10040 devkit and SdK11. Our application is to advertise at an interval of 100ms. Also, our application wants to spend most of the time in sleep mode. Currently...
hello , i am trying to imblement system off or system on in one of the ble central example 'ble_app_blinky_c' , i tried to refer to this example 'ble_app_template' but if...