I am getting get BLE_EVT_USER_MEM_REQUEST and BLE_GAP_EVT_CONN_PARAM_UPDATE event, when writing to ble device, sample code did not handle these event, and seems no document...
Hello:
Why do I erase SDK5.2 version of flash and read not, in SDK4.2 can. I tested nrf51_sdk_v5_2_0_39364\nrf51822\Board\nrf6310\flashwrite_example is a good example.However...
before i write the flash, it has been erased.so ,its value is all 0xff.
when i write 0x00 to flash address 0x0001,the value read out is not 0x00 but 0x01,and the value in...
I'm looking for a way to use the nordic uart service ( devzone.nordicsemi.com/.../ble_sdk_app_nus_eval.html) from Linux using the native Linux BLE Stack (BlueZ). My application...
Hi,
I've created an application using the S110 experimental ANCS demo. I successfully implemented ANCS and then began to structure my application around it. At some point...
Hello,
In an ongoing company project we use a couple of nRF51 transceivers forming a beacon enabled wireless sensor network consisting of one base station and multiple...
Hello. Can I get a literature to the nRF51 series?
I need a full abstraction of the nRF51, like a book or other information, it's structure schematic of build-in modules...
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...