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...
I want to add wdt function in ble_app_uart. Please tell me where should I feed the wdt.
in below main loop?
for (;;)
{
power_manage();
nrf_drv_wdt_channel_feed(m_channel_id...
I'm trying to decide the best way to be able to have sub millisecond time keeping, but keep the processor sleeping until it gets a hardware interrupt.
Basically I need...
Hello Nordics Developer
I'm from indonesia, i'm electronics designer, i have develop new products using BLE, first develop i'm using nrf51 series but And my boss ask is there...
I'm trying to conserve space in the advertising packet, and would like to free up the space used by the 128 bit (16 byte) service item list, as this takes a minimum of 18...
Hello all,
I am working on nrf51 series for mesh application so regarding Pre addressing of controller how will get to know the adresses of SOC's in mesh network?
can...
I am using the nRF51822 with the s130 softdevice, and I would like to control three RGB LED modules with three PWMs (R, G, and B). For various conditions, either one, two...
[CONDITION]
1. R1 = 1.5M, R2 = 430K
2. GAIN = 1/2
3. RESOLUTION = 10bits
4. Single End
[ISSUE DESCRIPTION]
1. If voltage is changed by 0.1V step (4.1V -> 4.0V), the...
Hello
I wanted to ask what is the correct way to use NRF_LOG_* functions along with printf (with RETARGET_ENABLED 1 ) and normal UART initialized with standard:
const...
Hi all,
I have some problem with the FDS write function.
This is some example codes for my FDS write:
// Global variables
static uint16_t fileID;
static uint16_t...
Hello, I am going over this example here:
infocenter.nordicsemi.com/index.jsp
I am a bit confused how this works. My intention is to create a slave, so a master can send...
Trying to get the BMD-200 board up and running and the blinky_pca10028.hex seems to work just fine but compiling it from source (blinky/pca10028/blank/armgcc)does not. There...
Hi I am using gcc based environment for flashing the nrf52840 SDK with BLE applications. I tried to modify one of the applications to send SPI data received from non-nordic...
I am using sdk12.3 with NRF51822 and the original ANCS project. It can successfully bond with iPhone ,but the bonding only takes place at the first time after the firmware...