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 am using nRF52832 with Temperature sensor using sdk 16 version . I have done buttonless OTAin ble_app_uart example by adding the dfu in it . I can able to update...
Hi,
I meet a hard fault handler issue when initialize the saadc channel. The code is as followed.
When I set the breakpoint at line 22, the debugging process can work...
Segger Embedded Studio V5.20a / SDK13 (file structure from a legacy project) / BLE / ANT+ s332 4.0.5
I am in the process of moving from command line build (armgcc make...
I'm assuming AGPS in the Asset Tracker was designed to use nrf cloud. I don't know if that will be suitable for production deployment at the moment. The GPS with SUPL sample...
Hello,
Our customer want to know how to know the ZR and ZC is lost for a sleepy end device.
I check with the document.
For ZC ,
i fund ZB_NLME_STATUS_INDICATION event...
Given a peripheral with BLE services A and B, if I advertise B but add A first during my services_init code, then the 16 bit UUID portion of B is added to A's long UUID. Is...
Hello ,
I am using NRF 52 DK board and SDK15.3.0 .
I have tested \examples\peripheral\blinky_freertos code and its working fine .
but the same code ( in that code ,...
I have a custom board with nRF52840 (with SDKv17.0.0 + s140_7.0.1). I'm making a BLE peripheral out of it, but it disconnects after 2 minutes. Things seem to work fine during...
Hello,
I have been struggling with managing power consumption of my nRF52832 so it can stay low. I'm using nRF5_SDK_17.0.0_9d13099. I did some extensive search on the available...
Hello All,
I'm updating an application for the nRF52840 that requires it to enumerate and act as joystick. I'm able to run the HID generic example in SDK15.2 on the BMD340...
Target is nrf52832+SoftDeviceS132
When run ActiveScan,
Is SCAN_RSP advertise_report notified only after ADV_SCAN_IND advertise_report?
If I receive only the SCAN_RSP...