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...
Hi,
I am working with nRF51822 and softdevice.
I am trying to modify the radio output power without success. How can I do that?
I have found a softdevice function...
I have been researching BLE 5.0 for the feasibility of Nordic Bluetooth chips in our new products.
I have read many times in the general internet posts that BLE 5.0 devices...
I have a characteristic that is write only and required authorization on write. [I have "successfully" implemented this on several characterteristics previously.] The write...
Hello. I want to extended data length in my firmware which is based on ble_app_hrs example. But, when I try to set NRF_SDH_BLE_GATT_MAX_MTU_SIZE 247 (it was 23) I get two...
Hello. I want to extended data length in my firmware which is based on ble_app_hrs example. But, when I try to set NRF_SDH_BLE_GATT_MAX_MTU_SIZE 247 (it was 23) I get two...
We are currently going in production with NRF52 and we are facing the following issue with RBP on NRF52832QFAAB0.
Basically looks like the processor enters an unknown state...
I have changed the UART or nus_central program in order to be able to connect 2 peripherals to 1 central. Everything seems to be working on the central, no error appears on...
Dear Nordic team,
I am working on ble_app_beacon example code (v-11.0.0-2.alpha) to add the support of DFU (firmware update). I have experience with hrs_dfu example but...
Hello Friends,
im new here. It is the first time with the development of a Bluetooth device. I want to use the NRF52832 Chip.
But what are the biggest diefferent between...
Is the nRF24E1G obsolete?
If so, is there a drop-in replacement for the nRF24E1G.
We currently use the nRF24E1G in a product and have heard that it will no longer be produced...
Hi, I use IoT sdk with my iPhone to get current date and time, date comes in ble_cts_c_evt_t structure, how can I convert it to timestamp, I know that I have to subscribe...
Hello all,
As i want to lower the power consumption, may i know if its possible to connect the supply voltage of ntc thermistor to any gpio of nrf52832 instead of directly...
Hi,
I'm using the NRF52840 Preview DK and want to create my own BT stack with high throughput between NRF52 and other BT devices.
As base I'm using the ble_app_template...
Hi,
I followed the link, gnu-mcu-eclipse.github.io/.../ , to setup my debug environment before. I was able to view the registers. However, I updated my eclipse and the SVD...
I use the nRF52-SDK on an nRF52840 PDK, but if I start a scan request, I don't get the number of scanned channels back in the mlme_scan_conf_t.
I.e. mlme_scan_conf_t::unscanned_channels...