Hi,
I have 3 nRF51 DK pca10028 v1.1.0
I compiled and run power profiling example and after that I cannot flash or connect to the devices (tested in all three of them)...
Hi Guys,
Thanks for your precious time and insight. Let me try to explain what we did,
We have developed a custom board
After assembling the board, we do a bare board...
Hello all, this tutorial goes to a fellow named Emil who helped me with this project.
Number 1_ Make sure you set up the terminal viewer For debugging with real.You need...
Seeing recent response to my original question on multiple chip selects, I've opted to share a modification to spi_master that I've implemented in part to make handling some...
What is the official status of the Softdevice Serialization for S130 in SDK 9? I could see an older answer on how that was removed in SDK 8 but since almost half year has...
Hi
The documentation for the new feature in S110 v8 to change the gatt table size says that to change it the linker configuration needs changing .
This means it is a...
I used to be able to see my development kit in nRFgo studio and flashed S110 onto the chip. Now all I see is: "No boards connected". I am still able to flash programs onto...
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...