I need to create timeout below 1ms. I would pretty much like to use timer for that because I do not want to hold the cpu inside cycle. For me it is not important the exactness...
Hi,
While testing the device firmware update through the nRFtoolbox android application, i get "device has no required service" error more frequently.
I use latest version...
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...
Hi.
In SDK 14.0 examples, there are two examples for pwm.
I analyzed both example.
pwm driver example source looks like that it use pwm peripheral driver source.
And...
Hello,
I would like to sample the battery level of my nrf52832 DK and send it through BLE. I have started from the example ble_app_hrs for SDK12.2 since the service was...
Hi,
Most of the sections of my application are functioning as I want it to, except these two (step 3 and step 4).
Application:
Connect device (with Auto connect...
I noticed while running a Bluetooth scanner app on my iPad, while testing one of my devices, that it was showing someone else's device in the locality.
What I found strange...
Hello!
I have:
nRF52840-Preview-DK (pca10056)
nRF5_SDK_13.0.0_04a0bfd (s140)
I load **nRF5_SDK_13.0.0_04a0bfd\examples\ble_central\ble_app_uart_c\hex\ble_app_uart_c_pca10056_s140...
I have an interrupt coming in every 50-150 microsecs and I want to measure these intervals as precisely as possible.
I tried this with SDK12.2:
APP_TIMER_INIT(0, 5,...
We're trying to bit-bang SWD to program an nRF52832, and we're running into some problems getting the nRF52 to respond. One theory is we're not generating a high enough clock...
i just purchased the www.xcluma.com/bluetooth-4-0-module-NRF51822-2-4G-module-development-board-ble-4-0 this xcluma nrf51822 module , so how can i progarmme it . which IDE...
Hello,
I've noticed the following sentence in s132_nrf52_3.x.x release notes:
"Synthesized low frequency clock source is not tested or intended for use with the BLE...
I'm following the tutorial in the NRF52840 SDK on setting up a Thread Border Router here and I've run into some issues during testing. For one, I'm trying to resolve ipv4...
Hi,
I'm able to successfully enable Access Port protection, either using nrfjprog or by setting NRF_UICR->APPROTECT register to 0xFFFFFF00 in code.
But I have a problem...
Hello,
Since this seems to be a very hard topic to find info about (its very contradictory and confuse) I'd like to ask a Nordic employee directly.
I'm planning to build...