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...
Hi,
Recently,
the DFU of the "Master Control Panel" (Android) can not complete the upload mission.
But,
the DFU of the nRF-Toolbox in iOS is
work well.
Old...
Hi, guys. Now I check the nRF51 IoT SDK(6lowpan, ipv6 over bluetooth).
nRF51 IoT SDK is needed Raspberry Pi, so I make the VMware Player Image for
Ubuntu 14.04.1 LTS 64bit...
I have a nRF51-DK. I would like to control the nRF51-DK through my mobile device.
What is the max. distance which can be reach with BLE(nordic chip)?
Is it possible...
Our application uses the S120 stack, and a bootloader. We want the bootloader to be able to update both our application software and the S120 stack (preserving the MBR). ...
Hi folks,
I have been successful in getting sample code compiled using Keil u-vision and MBED and installing it on nrfDK-51. It has become so simple to install apps - all...
Hi everyone,
I successfully compiled and loaded the experimental_ble_app_uart onto my pca10028 board.
I downloaded and installed the nRF toolbox on my nexus 7 tablet....
Hello everybody,
I want to do something very simple: Read some data from my Bluetooth peripheral. I know the UUID of the data I want to read, but I do not know the handle...
Hmm... this should be a simple question. But I haven't found a direct answer yet in the online SDK docs, the ARM NVIC docs, nor in this forum (and have only been confused...
Hi All,
I have a following setup :
The peripheral BLE device is supposed to send **(time critical )**data packets to Central device but the transfer is very rare (Can...
Hi,
I have modified slightly the OTA bootloader sample in SDK6.1 and SoftDevice 7.1.0. After flashing the bootloader code to the nrf51822 it works like charm, I can update...
when i use BLE_GAP_ADV_TYPE_ADV_DIRECT_IND mode,I can see the device advertise (MCP) but i couldn't able to connect with it (advertising_start at BLE_GAP_EVT_TIMEOUT)
i...
Hi,
I'm a beginner with bluetooth.
I'm actually working with nrf 51822 Evaluation board.
I want to realize a transparent mode of communication with your kit. Can you...
I never worked with Cortex M0 before so I wonder how it's possible to jump to correct IRQ handler when I have my own bootloader and application which are using e.g. UART IRQ...
Hi.
Where i can find some information and guidelines to do a good RF PCB with nrf51822?
thank you for your support
EDIT 02/02/2015
Where i can find " nRF51822 Reference...
Hi, I'm using my custom board with NordicSemi nRF51822-QFAA and J-Link.
(Softdevice S110 7.1, SDK 7.2, and using IAR for ARM 7.1)
I was testing the NUS example using...