Hi,
I use two evk board to connected and test the uart serialization sample(ble_s110_serialization), one is ble_app_hrs and one is ble_app_connectivity. But I have one...
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...
I am having problems with th Master Control Panel (no response from master emulator). When I search devzone, I see an answer related to this question that says cloed because...
Hi,
I have application where I drive LEDs with shift registers. I need to send 14 bytes via SPI every 200us while I am in BLE connection. Timing should be exact as shift...
Hi,
I have a project where I need to communicate using UART BLE between nRF51822 and a PC (MS Surface Pro 3) with Windows 8.1 and embedded BLE hardware.
I have programmed...
Hi,
I have downloaded nRF51_SDK_7.0.1_1d6e5cb.zip and run nRF51_mdk_6_1_0_installer.msi
Neither zip file nor created Nordic Semiconductor/nrf51/ folders have ewp or icf...
Hi,
I think it's a simple question. I want to connect a micro to communicate with a phone via the nrf8001. I ported everything thanks to the guide that you posted (for...
Can we use the tx_complete.count given with BLE_EVT_TX_COMPLETE as an indication on how many packets were sent out from the last ended connection interval?
thank you
...
I have a custom board utilizing an RF51822aa device. To test connectivity to the board I built blinky_s110_pca10028. Using Keil 5.12 I tried to debug the program simply expecting...
I am using custom nrf51822 board. I am trying to debug through JTAG(segger j-link). While downloading the program into flash, I am getting error like "Error: Flash Download...
where can I get working sample code of nrf51822 with nrf24l01
including code of nrf51822, and code of nrf24l01, both TX, and RX.
in my application, I need 518 to RX data...
I am working with a university project where need to connect up to 20 wireless sensors together with 1 master, which will be communicating with either a computer or smartphone...
I found a IAR project at dir [nRF51 SDK_v4.4.1.31827\Nordic\nrf51822\Board\nrf6310\ble\ble_app_hrs\iar].
But my IAR ARM IDE(ver 6.60 newest) don't support nRF51822.
Do...
Hello!
I'm working with nRF51822 Development Kit and s110(Ver.7.1.0).
I'd like to confirm the function about LE Link Layer Topology
specified in the Bluetooth specification...
I have this error but dont know why. Because I have a function which is called advertising_stop(). I would like to implement the DFU part in my function but this error doesnt...
Hello!
I've some doubt about set-up of initial parameters in a BLE connection, using S110.
In ble_app_lbs I try to change the following macro definitions:
MIN_CONN_INTERVAL...