I'm having some trouble successfully entering ON,IDLE mode. I have pared-down my application to do the following:
Initializes the app_timer using the scheduler:
...
I want to control GPIO toggle by PPI. Timer1 is in timer mode. CC[0] is 1000, and CC[1] is 8000.
I use compare[0] to toggle gpio18 by PPI. I also want to use compare[1] to...
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...
Hello, I'd like to do directed avertising to a central which has a random private resolvable address. My idea: both devices share a pre-defined IRK so the peripheral can compute...
I tried, but it does not work.
for(int y=0;y<100000;y++)
{
if(nrf_uart_event_check(NRF_UART0, NRF_UART_EVENT_TXDRDY))
{
nrf_uart_event_clear(NRF_UART0, NRF_UART_EVENT_TXDRDY...
Hi,
We have a little issue that we at the moment need to cycle power on v3 nRF51822 after DFU.
We have determined the the reason has something to do with the whole complicated...
I attempted to add spi_master as below, but I am in trouble with link error.
If anyone knows the cause, please tell me.
*** Using Compiler 'V5.06 update 4 (build 422)...
I'm working on a project based on the ble_app_uart_c central example in SDK 12.1. I'm polling the RSSI of a Nordic beacon using sd_ble_gap_rssi_get(), and the fastest update...
I want to handle 3.3v in nrf52832.
NRF_GPIO_PIN_S0S1 -> NRF_GPIO_PIN_H0S1
Can this be this way?
If not, what should I do?
Also, Can the PWM output to 3.3v?
Hi, I use PCA10040 v1.1 and SDK12.1. My desktop environment is Windows 7 64bit.
As far as I know, the J-Link Edu cannot be used for commercial usage.
I so bought...
Hi there,
We've had our own custom controller made, based on nRF52 (Rigado BMD-300 module).
In the last half of January we'll have a baseline firmware working, but we...
Hi, sending a data packet, then sleeping (memory retention mode), then sending another identical packet causes the receiver to send back an ACK for the first and trigger NRF_ISR...
Was sd_ble_gatts_value_get changed from s 110 to s 132?
Please tell me how it changed.
sd_ble_gatts_value_get(uint16_t conn_handle, uint16_t handle, ble_gatts_value_t...