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 using the sensor_server example to develop our application on top of it. The problem I am facing is that, the model publication state (publish address and publish...
Hi,
I am using sensor server model to build our application on top of it. We want to save juice in the battery as much as possible. In order to that, I must disable bluetooth...
Hi, I'm developing a device based on nrf52840 and SDK for Thread and Zigbee 3.2.0.
I would like to send Route Record command to the coordinator to be able to see the actual...
Hello! We are trying to sign our data using ECDSA ( https://developer.nordicsemi.com/nRF_Connect_SDK/doc/latest/nrf/samples/crypto/ecdsa/README.html ) , so we can send our...
Hi,
as mentioned in a previous ticket I'm developing a successor to one of our products. One important feature is that we can change pin functions anytime. (output, input...
Hello all, I have a nrf52820 SoC with which I would like to do a DFU. When I flash softdevice, application and bootloader together with bootloader settings, the bootloader...
Hi,
We are developing the nRF52833 DK with NCS v2.00.
We are building a device that transmits various measured values from sensors every second for multiple hours (around...
Hello, I'm trying to have a Mesh device act as a writable NFC device, however I'm running into an issue with conflicting flash storage. Mesh seems to use PERSISTENT_STORAGE...
Hello! We are trying to sign our data using ECDSA ( https://developer.nordicsemi.com/nRF_Connect_SDK/doc/latest/nrf/samples/crypto/ecdsa/README.html ) , so we can send our...
Hi,
Dear developers! I am wondering, why the bootloader bin file defined in manifest.json can only be uploaded once via DFU to the Danalock V3 smart lock device?
When...
Hi,
I'm trying to test a simple SPI communication between nrf52840 dev board and adxl345. I'm following this guy's youtube tutorial on segger embedded studio. Here's the...
Hello,
I have an SES project that I would like to migrate to the nRF Connect plugin, in Visual Studio Code. When I try to "Add an existing application" and select the directory...
Hello,
nRF52840-DK, SDK17.2,
double b=log10(0.00000226497650146484375); NRF_LOG_INFO("log10=%d",b);
b retuan 0.0;
why?
The calculation result on the computer is...
I am new to Segger Embedded Studio, I do a test on ble_app_template demo on nRFSDK_v16.0.0 on nRF52840 with S140. There are two configurations of the project, namely Debug...
Hello,
I am getting the following python error when building matter examples using SDK 2.1.0 and MacOS. The same code will build successfully if you open a "terminal" using...