Hi,
I use two evk board to connected and test the uart serialization sample(ble_s110_serialization), one is ble_app_hrs and one is ble_app_connectivity. But I have one...
I am getting get BLE_EVT_USER_MEM_REQUEST and BLE_GAP_EVT_CONN_PARAM_UPDATE event, when writing to ble device, sample code did not handle these event, and seems no document...
Hello:
Why do I erase SDK5.2 version of flash and read not, in SDK4.2 can. I tested nrf51_sdk_v5_2_0_39364\nrf51822\Board\nrf6310\flashwrite_example is a good example.However...
before i write the flash, it has been erased.so ,its value is all 0xff.
when i write 0x00 to flash address 0x0001,the value read out is not 0x00 but 0x01,and the value in...
I'm looking for a way to use the nordic uart service ( devzone.nordicsemi.com/.../ble_sdk_app_nus_eval.html) from Linux using the native Linux BLE Stack (BlueZ). My application...
Hi,
I've created an application using the S110 experimental ANCS demo. I successfully implemented ANCS and then began to structure my application around it. At some point...
Hi,
I try to use the example ble_peripheral -> blr_freertos -> ble_app_hrs_freertos and I add to the thread a fds_register() and fds_init(). Problem: In the call back function...
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...