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...
Hello,
In an ongoing company project we use a couple of nRF51 transceivers forming a beacon enabled wireless sensor network consisting of one base station and multiple...
I want to count clocks in order to implement a watch. I use the RTC0 as my time-base and count mainly with this device. As it has just 24 bits it would not last for long,...
Hi,
how long does it take time if i would wake up a nrf51422 rev2 (ANT and BLE) in deepest possible sleep mode ?
And how long does it tai if after wakeup it had to communicate...
I saw that the app_timer uses the SWI0. Could you explain what it does and what the advantage is compared to "timer_list_handler_sched()" calling "timer_list_handler()" directly...
Hi, I used the sample code "Master Emulator->2.1.7.8226->Example code->nRFUart"
to develop a new project, and encounter some questions...
we update nRF6310...
Hello,
How many RX buffers are in S110 SoftDevice? I know there are 6 TX buffers (so you can send 6 packets per Connection Interval).
How is it on receiving?
Is it e...
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...