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'm able to successful download and flash my application firmware using AWS S3, but unable to use Microsoft Blob Storage successfully.
I'm using Thingy91 with SDK...
We are currently developing for a product that uses the nRF52832, using Segger Embedded Studio (SES) 4.52c, and the ARM GCC toolchain (2019 q4 version.
We have set up...
Hello, I am a beginner, and I have the nRF5340, and I would like to measure how far and how fast data travels. I don't know how to do my testing with this device.
For example...
I am trying to use multiple DPPI channels for my own purpose after enabling BLE (hci_rpmsg) and MPSL on the nRF5340 net-core. According to the nRF5340 product spec, the net...
I'm working on an application that utilizes CLI library, and I need to add CLI commands as in the code below:
But when I attempt this I get an error message:
error...
hi ,
I am working on I2S to collect audio, and I need 2 nrf52833 to realize the intercom function. For these two nrf52833, the I2S clock is different. There are fast and...
Hi,
I add NFC to my project with freertos. The initialization of nfc is ok. After running few seconds ,it hang. If I comment the usr_nfc_init() that in the main() function...
I have a legacy SPI device that works well with an nrf52 application using nrf_dev_spi_transfer ()
I want to use the same device from an nrf9160 application.
The problem...
In Nordic's Zephyr fork (sdk-zephyr) there's this GPIO driver function:
I don't think this is the entire story of querying GPIOs, though. This appears to only query...
Hi,
I'm trying to interface NRF52DK with Quectel EC20 Evaluation board through UART. I used the example UART code from the SDK to send AT commands to the Quectel Board but...
Hi,
I'm looking for information about FOTA capabilities when upgrading firmware on secondary mcu devices.
for example ->
fota = web(cloud) -> (mqtt/http) -> (nrf9160...
Hi,
You specify that S132 v7.2.0 is qualified as QDID 138862 in this link:
https://infocenter.nordicsemi.com/index.jsp?topic=%2Fcomp_matrix_nrf52832%2FCOMP%2Fnrf52832...
Hi, I'm just a new user for nrf connect SDK. I use v1.5.0. When I try to build the solution on SES, I get this error.
I saw a post like this also. But I don't know how to...
I am developing a project on the ble_app_template example. In the sdk(15.3.0) example, when the button is pressed, some cases are executed by going to bsp_event_handler. if...