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...
Hi all,
I have an application where an nrf24le1 is communicating serially with another processor, using the UART at 57600 bps. I have multiple identical boards communicating...
after flash DFU program into pca10001 board, com3 is not accessible,
www.dropbox.com/.../Screenshot 2014-04-26 15.41.47.png
even after I erase all, and re upload soft...
Using S120 V 8.0.0.3 alpha, processing a BLE_GATTC_EVT_READ_RSP,
received 0x16 bytes of data but there is more to read. Next call to
sd_ble_gattc_read using the same connection...
Hello:
Why Bluetooth Go to system-off mode, sd_power_ramon_set can not be stored. In D: \ RAM save nrf51_sdk_v5_2_0_39364 \ nrf51822 \ Board \ nrf6310 \ s110 \ ble_app_rscs...
Hi,
Recently I want to set up a dynamic network that with the node change this position ,the network will change dynamically.But there is the question,with the node's position...
Dir Sir. I am checking the current profile of nRF24AP2 in RX mode.
After "open channel" command, I found the peak current at 10ms interval until connection pass.
How does...
Hello, I am using the NFR52 DK (s132) in peripheral mode. I have implemented a pairing mode based on a static passkey. However, the available time to enter the key in the...
Hi,
is it possible to atomically change both the GAP address and the advertising message in one step? I want to broadcast two different advertising messages with each of...
hi,
please any one explain me, what is the use of power registers of module such as UART, SPI, ADC,GPIOTE etc..
1.NRF_GPIOTE->POWER
2.NRF_ADC->POWER
3.NRF_UART0-...
Hi guys, now i have done the example as the light control demo description, but i have a question about that how i can let the light server to leave the network? Thank you...
A little background with this question
So, long story short:
To send data using notification, in android, you must first enable CCCD descriptor of matching attribute...
we have made 51822 communication with 24LU1+ successfully, result is 32payload, 2Mbps, 800FPS。
however, after add freeRTOS, our 2.4G will lost 5-8 packets and disconnected...
Hello,
I'm having a lot of trouble debugging some errors on UART. I'm initializing the UART as follows:
void uart_init()
{
ret_code_t err_code;
const app_uart_comm_params_t...
Hello Everyone,
I'm a beginner for nRF52 and my aim is to learn and develop system on nRF52. I have bought nRF52 development board and installed Keil MDK on my system....
I have to talk to a SPI device, which gets an address and then needs some time to handle the address. Afterwards the transfer can continue.
Is this scenario possible to...
timpwmadc.c
It is perfect (wonderfull!) idea to use programmable system PPI (EEP->TEP+FORK) alternative
PGA.
But I get some problems:
I tried to program a TIM3 to...
Hi,
Is it possible to call an arbitrary function at a breakpoint in gdb on the nRF52? I know you can with normal gdb, but I haven't been able to make it work with the cross...
Hi
I have a project to model the RSSI based indoor location using Bluetooth beacons. However, in order to do the basic distance and RSSI relation, I want to sense the channel...
Hi, im using nRF 52 DK. I interfaced mpu 6050 by using the example found here (BLE example found here is not working properly, dosent connect with uart app). I'm particularly...
Hi,
Does the erase target in the makefile completely erase the flash? I'm having strange errors when trying to read the flash (i.e. I can't read anything from flash, even...