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,
I am developing on a nrf51822 based board using s110 softdevice v. 6.0.0.
In my program I need to change the bluetooth GAP device name in runtime
during connection...
Hi,
I compiled the nrf_heart_rate_collector. Apparently, this program only works once, between each run, "remote device" and USB dongle has to be resetted (unplugged from...
Hi, I'm testing the beacon example
(ble_app_beacon, Beacon Transmitter Sample Application ) with my custom board.
I use IAR 7.1 for ARM, Softdevice S110 ver 7.1, and...
Hi ,
I am trying to set up event using GPIOTE. I want to implement reading of sensor data and sending over BLE when an interrupt is generated due to activity on a particular...
Custom Board with MCU NordicSemi nRF51822-QFAA
Softdevice S110 7.1
IAR for ARM 7.1
SDK 7.2 using a merged service (HID keyboard example + NUS example...
Hello,
I try to add the Device Name to the ble_app_beacon example but it does not work.
First, define the Name:
#define DEVICE_NAME "MyBeacon"
Next, add GAP Pararameters...
First, many thanks for the great DFU recipe in the latest SDK!
I've ported OTA DFU to the IAR tool chain for both s110 and s310. I can flip back and forth between the two...
Hi,
I'm using IAR ARM Embedded Workbench (v7.20) to build my Nordic applications. Recently I enabled optimizations (in Project Options: C/C++ Compiler:Optimizations: Level...
Hi,
I am new to Keil and nrf51 development so please forgive me if I ask a stupid question.
I have followed the steps from the user guide and installed Keil (version...
I have scoured the internet for solutions, and documentation. Everything that I've found has to do with ADC, so I thought that I would just convert it to the LPCOMP(they're...
Hi all,
If I want to send a table that contains a structure in each of his cases using sd_ble_gatts_hvx(), can I get it ?
Knowing that the second parametre of sd_ble_gatts_hvx...
Hi,
I'm trying out S130 SoftDevice. I have 1 device with S110v7 which acts as a peripheral.
2nd device contains S130 0.9 (I've based my code on S120 multilink central example...
S110 8.0.0 was just released allowing a larger ATT table, which is something we need, but is there a corresponding SDK update for this SD before we spend the time upgrading...
I am a very beginner on embedded field.
I have a nrf51822 and tmp 102. I follow this direction on mbed site
link text
and it's actually working. The code provide...
Hi,
I have a similar problem as described in
devzone.nordicsemi.com/.../
I have eliminated my program to be:
int main(void) {
setupLEDPins();
BluetoothPeripheral...