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
we have custom board with Nrf52840.
i already test the uart code on nrf52840 dk..every thing is working great.
my custom board is connect to the nrf52840 dk with...
Hi
I have a PCA10040 V1.1.0 that my company has been using to flash test code onto other nRF52832 chips (I don't know the details, but it has wires attached to the debug...
Hello,
I am using the BLE_app_hrs_pca example and I was wondering whether or not the unit in which my beat rate is encoded (bpm) can be changed. I mean, I would like to...
From document seems bootloader in SDK v12/13/14 does not support HCI/UART transport yet. So have to use SDK V11 bootloader.
However the application is based on SDK V13...
Any update on possible when Nordic can update the Plugin to support SDK13?
I was informed that the Nordic Semiconductor v1.2.2 plugin does not support SDK13.
Although...
My goal is to generate the clock signal of some particular frequency. I am using nrf51822 DK and used the timer example code from
github : github.com/.../main.c .
With...
I want to communicate Central and peripheral devices with KeyPass. Also I want to generate keypass in Peripheral device. But keypass should to include symbols, low/upper case...
hello,
my custom hardware includes 10 buttons connected to 10 GPIOs of a nRF52832. The nRF52 is placed in low power or eventually system OFF all the time, waiting for a...
hello i am using the nrf52840.
how i can set the 4Khz frequency in low_power_pwm.
low_power_pwm_config_t have period parameters. which value i need to assign to generate...
Hello,
I am trying to migrate to the latest S140 SoftDevice, but the migration document leaves a lot to be desired and is missing information. I've had issues running standard...
Hi
I'm migrating to SDK14 currently. My program seems to hit an infinite loop (or something of the sort) after I call my_service_on_connect() from my_service_on_ble_evt...
Hi all,
I have a custom board with a nRF51 and a DSP connected to eachother (SPI, UART and I2C) and since I have no connection to the nRF directly or any buttons I need...