Hello,
I am using Nordic's UART service to communicate with my project. I use iOS and also Master Control Panel (with a dongle) on a laptop.
I have two questions:
...
SWI*_IRQ is using by softdevice to send event to application, I want to know which priority does softdevice set for them?
Does sd_nvic_critical_region_enter() disable...
I am a started guy.
I only need a bluetooth device (BLE) to check the signal and mac address.
What is the best choice?
I need the smallest and low powered!
Thank you...
I am working on code to setup a bond manager for ancs based off of the example, but have a fixed advertising and connection interval of 25ms. How does the bond manager and...
Hello,
We have experienced odd problem, we are not able to scroll up or down SDK documentation at these pages on Android devices. IPHONE browser Safari works ok. Any help...
HI,ALL!
I tried to add a RTC wakeup funtion to my ble device, so i add the code of the Nordic board example named "rtc_example" to my program.
But it turned out that my...
Hello,
I was wondering what is the best option/way to merge two functionalities which are developed in different examples of the nRF52 sdk12.2.
For instance, I would...
hi,
my device is nrf52832
i run my spi sd card driver fine in debug mode, but when i download it ( F8 ), it can not work!
so my question is what is the difference...
Hi,
I need to monitor radio channels and find the best one (with lower background noise) to use.
Is there any way to measure radio signal level in a particular frequency...
My problem: The run of my 1. DFU - Implementation delivers an error code after executing the line "err_code = ble_dfu_init(&m_dfus, &dfus_init);". For my opinion this is caused...
I'm trying to get a simple "Hello world" program to run on the Nordic ID Medea.
As soon as I start debugging I get the error "The bootstrap could not be loaded".
Any idea...
I follow this:
developer.nordicsemi.com/.../a00092.html
Creating an image file
The format of the firmware image that you use to update the device firmware depends on...
My problem: The run of my 1. DFU - Implementation delivers an error code after executing the line "err_code = ble_dfu_init(&m_dfus, &dfus_init);". For my opinion this is caused...
At the moment I am working on a project that uses the nRF52328 acting as both a peripheral and central to connect 3 separate devices intermittently. I am storing their bonding...
Hello,
I use SDK example nfc_text_record for pca10040 DK.
With aim to check memory area of the emulated tag I've modified example with next:
/* Set up NFC */
err_code...
Hi,
i am working on PWM to operate vibration motor with different frequency levels. so that i integrated PWM Library example to my ble_app_uart example. in the PWM example...
Faced with problem in subject during porting Serialisation to STM32F4 chip.
Serialisation library extensively uses function call triggered by NVIC.
How to substitute this...
I'm using ANSC example, pca10028, iphon5s and iphon4s.
I confirmed #define DEVICE_MANAGER_MAX_BONDS 7.
But pca10028 cannot pair with iphone5s after paired with iphone4s...
Hi,
I'm using nrfutil to update my nRF52832.
I change target from nRF51822 to nRF52832 and I want be able to bootload my target through own master.
In past, I used...
I have followed instructions at the link below to setup a Raspberry Pi 3 as a 6lowPAN router, and am trying to run the dns example from nRF5 IoT SDK 0.9.x on an nRF52-DK:...