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...
Hi,
I'm using nRF51822 Development Kit and trying to program softdevice with nRFgo Studio. The file to program is C:/Program Files (x86)/Nordic Semiconductor/nRFgo Studio...
developer.nordicsemi.com/.../a00969.html
I'm trying to understand whether this can be called in a timer interrupt ( app_timer ) and how frequently. I seem to have a bug...
I have nRF51822(pca10005), Dongle(pca10000)
And DownLoad Keil, nRF Tools, nRF Studio, nRF SDK, Sniffer, wireshark.
I try to run the example
C:\Keil\ARM\Device...
I am debugging the bootloader to work with a custom board. I have the bootloader project open, no application programmed, s110 softdevice programmed, and the hexfile for the...
I want to use app(nrf uart 2.0)
so, I try to change UUID,
but I don't know how make custom uuid and use it
and I don't find function(ble_cs_init())
hlep me, p...
I just tried compiling this for the BLE nano and it explodes to a 245K download (much too large for device). I've also tried including only the headers (DigitalOut and wait...
Hi,
I purchased Nordic new reference platform nRF51-DK(pca10028) and try to work for DFU OTA.
In my test, first of all program S110 V7.1.0 by nRFgoStudio and downloads bootloader...
Hi
In a bit of an over-enthousiastic mood, I bought 3 pieces of the nrf51822 beacon kit, and the, as this did not gave me download access to the NRF51 SDK, bought a nRF51...
Is there an example of using sd_ble_gattc_write() to do a long write?
I'm assuming I need to use BLE_GATT_OP_PREP_WRITE_REQ and
BLE_GATT_OP_EXEC_WRITE_REQ.
devzone...
Hello everyone,
I am using the Softdevice s110_nrf51822_7.1.0_softdevice.hex and the dfu_dual_bank_ble_pca10028 example with SDK 7.1. I am trying to achieve a Device Firmware...
I am using Android Studio and am developing a system with the nRF51822. I would like to use the available sample code - nRF Master Control Panel APK for Adroid - available...
I'm wondering about the best way to implement a bonding and also a non-bonding device. There are a lot of code parts in the SDK that show a way of implementing a BLE peripherial...
I see there have been some issues with TWI in early revs of silicon, but looking at SDK 6 I see the twi_master_hw uses the silicon hardware to read/write the I2C device, but...