After i asked this question , i changed to use SDK 8.0.0 hrs "s110_for_dfu",
As the same step to try,
i downloaded softdevice(s110) & bootloader(for 8.0.0)
then opened...
Hello All,
I am trying to create multiple threads for an individual tasks. But when I am creating new thread my program is not working and it's going into some infinite...
I have ASUS ZenPad 10 with Android 5.0.2,
BLE device on nRF51, S110 SDK9 with fixed passkey and encrypted characteristics with following settings
#define SEC_PARAM_BOND...
Looking for someone that has previous experience building multi protocol / time slot topologies using a mix of BLE (central+peripheral) & custom Gazell connections running...
Hi.
I have nRF51422 borad and want to flash to nRF51422 with JLink.
I supplied to 3.3V power to board and is connedted SWDIO to p23, SWDCLK to p24. JLink is connected...
IUsing the Master Control Panel application on my Android device to connect to my nRF51822 module (acting as the GATT server), I have implemented the Device Manager (v10 SDK...
I have successfully compiled BLE application using tutorials provided on nordic website.
but when I start doing debugging for better understanding find out that I can not...
SDK Version: nrf51_iot_sdk_0.8.0_f1f6187
In SDK all examples are given for PCA10028. Is it possible to run on PCA10001?
What I have done so far with PCA10001:
1.Programmed...
Hello,
I have modified the Android-nRF-Blinky Application to use it with the Datathroughput Demo on the nRF52 DK.
The android application runs on a Nexus 9 with android...
Hi, i try to understand how to use mode for supply voltage measurement. But i have a problem and i get always 1.225 volt
hal_adc_set_input_channel(HAL_INP_VDD2_3);
hal_adc_set_reference...
Hey all,
Wondering if we could use an external 65.536KHz LF clock, or thereabouts, instead of the 32.768KHz? We need better resolution for the RTC, but don't want to turn...
hello im from mexico, last week i order 10 NRF24LE1 and arrived the next wake,
but before i have many cuestion about.
someone can tell me that the burner can work?
compiler...
I had a mbed firmware running on a ST Nucleo 64 that periodically query a sensor for data. It only use the I2C, a button interrupt and a LED for heartbeat. I ported it to...
Hi,
I want to know that if the TWI easyDMA in nRF52 can help in achieving this task:
we want to read from TWI each 10msec based on a timer interrupt and write...
Hello:
I have detected a problem with a timer on my program.
I can solve it, but I would like to understand what is happening exactly.
My program starts to scan BLE signal...
I'm writing the client-side code for the Nordic DFU service and according to the spec, the DFU packet characteristic uses Write Without Request. Are there any examples of...
Hi,
I'm trying to implement a HID gamepad on nRF52832. Here is my situation:
nRF is receiving frame over UART from master uC every 15 ms. Frame is being converted and...
I was trying to track down high, approx. 6mA, processor current consumption and I have found high current consumption if the FPU executes a divide by 0. If I comment out the...
When I start the "ble-sniffer_win_1.0.1_1111_Sniffer.exe" program I get this screenshot:
The port was found correctly (COM4) but I see no devices found.
Am I missing...
Which is more lower power consumption,system off mode or system reset (according to nReset/SWDIO pin Lo) when we don't use nRF51822 for a long time ?
Our products have...
Hello,
I have this code
if (NRF_SUCCESS!=nrf_drv_twi_tx(&m_twi,devAddr,®Addr,1,true))
return false;
unsigned int err_code = nrf_drv_twi_tx(&m_twi,devAddr,data...