Is it possible when using the S110 softdevice to limit the maximum number of packets per connection event? I would like to reduce the maximum amount of time the CPU spends...
I am using nRF51422 Evaluation Kit with the latest silicon revision which comes with programmable softdevice. The kit also contains an ANT USB-m dongle. I have followed the...
I tried to do send & receive binary data from bluetooth in ios app.
But i only can send & receive string or ASCII code data in my app, do you have any method or idea can...
Hi,
I tried ble_app_hids_mouse with Android 4.4.2, it can work properly for first time connection. However, it cannot be re-connected after switching Phone's Bluetooth...
I have installed Keil MKD-Lite V 5.10.0.0 and the Segger software (which linked to the Keil IDE). I have tried to install the nRF51 SDK (5 times) and every time iI get the...
Hi,
I am attempting to get the DFU working as per the example provided in the S110 V7.0.0-3 download. I've followed all the steps in the readme in the DFU subfolder and...
Hi all,
I have an application where an nrf24le1 is communicating serially with another processor, using the UART at 57600 bps. I have multiple identical boards communicating...
Hello,
I am working with the nRF DK trying to read a sensor over I2C. I wrote some code in Keil uVision and I finally could read the sensor. The problem now is, for some...
I encountered a strange problem system reset. My application runs on iOS or android. My device was connected by iPhone 6 plus(128G) with iOS 8.1.2. ANCS was turned on. I have...
Hello Everyone
I want to implement TWI interface in my project.Presently I am using Keil UV5 IDE, PCA10028 Development board and s110 7.1.0 softdevice, along with that...
Hi,
So am new to all this BLE stuff, I have been using the nRF24L01 modules but want to move to the BLE variant, nRF51822.
I am these days figuring out the toolchain...
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...