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 am new to embedded programming and I noticed that nrf51822 is a good and complete choice to start with both wireless and 32 bit arm programming.
However, I am not sure...
Hi,
We are trying to add gatt characteristic, we have a reference code which is BLE based,
but other chipset and we are trying to port the code to Nordic 51822 chipset using...
hi,
is it only possible to go with the single profile on the client side like hrs experimental example, or we can implement a central which can connect upto 8 devices,...
Are there any nordic ICs that only have transmit capabilities? Would there be any power benefit to only supporting transmission if the application only needs to transmit ...
Hello,
can the radio notification and radio disable APIs be used to use the radio hardware from the application layer?
Background of my question is, that I have an application...
Dear All,
I just got my new nRF51822-mKit. And try complie mbed sample app and deploy to the mKit. It work fine.
But when i try nRF51 SDK sample with Keil 5, eg.:
...
Hi,
I am using central s120 with peripheral s110. The connection to the peripheral is depending on the name advertised by the peripheral.
When connection is done, the...
Hi,
Is it possible to use SPI master on nrf51822 in 9bit mode or shall I use bitbanging?
I have a slave (SSD1306) that accepts only 9bit words.
Thanks,
Sergey
I'm trying to DFU the softdevice (supplied 7.0 hex file) using bootloader example in SDK 6.0. I wrote my own OSX application to do that by parsing the hex file and sending...
i need to display my scanned response data in android application along with the device address.for displaying the device address getaddress()function is there in android...
Hello,
I am trying to ecrypt some data in order to send some data encrypted in the MINOR and MAJOR adverts of the device.
I used this code to ecrypt the data ( this is...
I added a way to go from a running application into DFU mode using a custom characteristic and GPRETEG. However, CoreBluetooth caches services and characteristics for each...
Hi all,
I'm designing my own breakout board for nrf51822 and want to use the mbed platform for it. I was able to make the board work with a very simple, blinking-LED program...
Hello,
I am a newbie of Bluetooth development. I have a question that what is the difference between ACI (Application Controller Interface) given in nRF 8001 and HCI (Host...
Hello,
I have one Eval-Kit (v2.2.0) and I had no problems with SDK5.2.0 and demo programs defined in nRF51822 Evaluation Kit User Guide v1.2. Now I have installed SDK6...