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...
Using S120 V 8.0.0.3 alpha, processing a BLE_GATTC_EVT_READ_RSP,
received 0x16 bytes of data but there is more to read. Next call to
sd_ble_gattc_read using the same connection...
Dear All.
I can use DTM F/W for nRF52 Device. And I can use nRFgo Studio to do Bluetooth --> Direct Test Mode.
Now, I need to do test 2.4GHz. In the Features box of...
Hello,
Is there any sample code in SDK example, to show how to use nrf51822, to both broadcast a beacon and also to listen to a beacon from another 51822. Also I am using...
Anyone done or seen current consumption measurements for the Thread SDK on nRF52840?
I need to understand relation with other technologies and other chipses on this, and...
Hi, when trying to program my nrf51822 chip, I went through the following error streaks:
1.I started to get "no device found error". Can be easily solved by turning off...
Hi,
I have a similar requirement as stated in this question.
I am using nrf52832_xxaa with SDK v11.0. I have the following queries
a. Can external debugger modify CTRL...
Hello mods, can you add a function (php or something) which allows us to sort our questions asked based on dates?
If there already is such a function, please inform me...
I am trying to implement the LESC + numeric comparison using the multi-role lesc as reference. I am using nRF52840 and SDK 14.2.0 with soft device 5.0.0-2_alpha.
My central...
Hello, I have learnt that there are four PDUs in BLE advertising (ADV_IND, ADV_DIRECT_IND, ADV_NONCONN_IND, ADV_SCAN_IND), they are designed for different scenarios. I am...
Hi,
I'm using the last sniffer package named nRF-sniffer_2.0.0-beta-1_51296aa with a nRF51 Dongle ([https://www.nordicsemi.com/eng/Products/nRF51-Dongle]). My PC is running...
Hi!
I have nrf52, SDK13, S132.
I succes use bootloader_secure_ble. But I remarked that on air DfuTarg appears for about 90 seconds. After that return to main app.
...
HI,
I get the information frome the sd_ble_tx_buffer_count_get that ,the nrf51 with S110 SD8.0 has 7 count(7*32BYTES) of TX_buffers (I can use 6cnt one time) . The nrf52...
Hi,
I have a problem as to timer, please help to let me know the solution to solve it,
thankful for your support in advance,
thanks.
Issue : when using the following...
Hi
Im using the pwm in the NRF52 with the following function:
APP_ERROR_CHECK(nrf_drv_pwm_init(&m_pwm2, &config2, pwm2_handler));
in the Interrupt function "pwm2_handler...