Hi. I have been trying get a notification through ANCS.
I have created an app which is made by modifying ble_app_ancs sample.
It works basically but there is one problem...
Hello,
I'm using the nrf51422 with 210 softdevice.
I'm trying to figure out a way for the receiving slave device to go to sleep when away from the master, but to wake...
To be able to upgrade FW through UART, a bootloader for nrf51822 is required in my project. I have tried out the example bootloader in SDK. But this example is using softdevice...
I followed the forum posts and nan-29 to get eclipse 4.3.2 to successfully connect to JLinkGDBServer via a Segger J-Link EDU on Ubuntu Linux.
I can start the GDB server...
I'm using Softedevice 6.0.0 and SDK 5.2. and Keil 4.7.
I Modified bootloader project so it compiles with both ble and hci transports. Currently I use button_0 and button_1...
I am working on the proj that needed 2 MCU and nrf51822 work as slave.
I would like to know any ref on how to firmware upgrade on board without external tool?
We're looking for a Nordic nRF51822 based low profile/small USB dongle that we can use for our iBeacon software.
It would need to come complete with casing and the ability...
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...
This concept keeps popping up when I'm dealing with mesh networking.
My guess is that, to avoid air collision, packets/pdus are sent on a randomized or predefined combination...
Hi,
I am using ble_app_uart for my development, in that I have buffer size of 2kB which will store all the incoming data and the data will be processed and send over NUS...