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...
after flash DFU program into pca10001 board, com3 is not accessible,
www.dropbox.com/.../Screenshot 2014-04-26 15.41.47.png
even after I erase all, and re upload soft...
Added the attachment
unstable_issue1.pcapng
I am using nrf8001 for my project. The OS that I used is window8.
I've got this issue when the connection is not very stable...
An arduino board is to much for my project. I only need the interface for the NRF8001 and only 2 or three extra IO pins.
Can I use the ATTINY25 and what is teh proper connection...
This question pertains to the nRF24LE1. I've programmed a MCU before with a relatively simple program, but never one with wireless transmission, so please forgive the naivete...
Hi,
for Mass Production I have to flash 24 nRF51822 in parallel.
Did Anybody something similar before? What mass production programming equipment have you used?
Thanks...
Hi,
I have an nRF8001 that transmits a data string which I need to pick up through my Raspberry Pi B+. I have a 4.0 BLE Dongle. I can connect via my Ipad through the nRF...
Now i use sd_ble_gatts_hvx() to send data,it can not return anything while call this function. Step by step trace this function,while it run to code address 0x00016432,function...
Hi,
I'm developing app using nrf51822. I want to use BT, but my program stops working (stucks) on softdevice setup. I'm using external 32 MHz crystal. I will be happy for...
I am building a Central BLE app using the Rigado BMD-200 but my current peripherals are running RFDuino code. The peripherals all work with the IOS and Android Apps but I...
I'm using a snippet from the ble_app_uart example and see in the examples:
//static ble_uuid_t adv_uuids[1];
static void advertising_init(void)
{
uint32_t err_code;...
S110 v8.0.0
SDK v8.0.0
ble_app_uart example
I first initialize the services and then initialize advertising. Everything works fine when I do NOT advertise the...
I'm currently trying to make an application using the development kit & I'm trying to use the timer driver, when I induled the C & H files of the driver I got an error : ...
I'm trying to compile the ble_app_beacon_s110_pca20006 project in Kile uVision5 and I get the "cannot open source input file "core_cm0.h": No such file or directory" error...
I am trying to run a NRF51822 chip using Emblocks and OpenOCD, the debugger interface is a ST-Link from a Discovery board, which supports SWD.
When I program the Blank...
Hi,
I bumped into a problem trying to get PWM working and traced it back to the app_pwm_init function, for a simple test case use the the pwm example in the 8.1.0 SDK and...