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...
I'm currently working on an application using the timeslot API to be able to use the radio while it is idle. It is based on the nrf_esb shockburst implementation from SDK13...
Hello,
I'im using nRF52840 dev kit along with S140 version 6.0.0-6.alpha.
I applied the patch to SDK verison 14.0 so be able to have maximum range fr ATT MTU throughput...
Hi,
I am using nRF52 device with S132 v3.0.0 and SDK 12.2.0. I have one central device and peripheral device communicating each other. The peripheral device is running the...
Hello Sir,
We are using nRF52832 chip and Softdevice is S132. Is it possible to sample an analog signal using internal ADC conversion using 4096Hz?. Its look like it does...
Hi,
I'm trying to implement GATTS Queued Writes: App handled, no attributes require authorization variant #2 VLOC_USER.
According to the documentation values in ATT table...
Was Nordic's MCP named after the MCP (Master Control Program) in the 1982 American science fiction action-adventure film written and directed by Steven Lisberger?
End of...
This is a kind of continuation to: devzone.nordicsemi.com/.../
I'm modifying the bootloader_secure sample to implement encryption.
I'm now at the step where I need to...
Dears,
I am developing my application based on SDKv12.0.0. I would like to use "printf" & "app_uart_get"(interrupt routing) instead of "NRF_LOG". Is possible to switch it...
Hi,
I am asking questions through Google Translator.
The context may not be smooth.
I am planning one project.
Simply put, the usbd_hid_generic example uses bluetooth...
I use nRF51-Dongle as an ANT USB stick, to carry out this test, but the ANTware II can never display the informations of nRF51-Dongle. How can i do it ?
Hello,
there is an equation in the code where I see that variable: deviceid is: 229 and var_temp is also: 229.
But the debugging shows that the Mikrocontroller is going...
I'm seeing the same issue as this question , but I'm on SDK 13.1, which has a different peer_manager.c, so I can't directly use the fix for that question.
Like the other...
Hi,
Scenario:
Two nRF52832DK boards on a table, approx 20 cm from each other, +4dBm output power.
Payload length is ~60bytes.
Running at 1Mbps gives me less than...
Hi,
assuming I have an IMU sensor with 3 different interrupt lines. And I want to start a TWI DMA transfer for each interrupt line in parallel. Is this possible since there...