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...
I am testing secure DFU with hex files under D:\nRF5_SDK_16\examples\dfu\secure_dfu_test_images\ble\nrf52832 folder. After programming softdevice, bootloader, and application...
I'm using VS Code on a Windows 10 machine to develop a product that will use an over the air device firmware update. I have my system setup with static memory partitions....
Hi,
I'm implementing a FOTA update procedure for the nRF9160 using the download_client from the nRF Connect SDK 1.9.1 and modem firmware 1.3.1.
In general the image update...
I wat to deug my coe and I have this errors, have you an idea about how to fix them?
HardFault_Handler@0x0002ec3e (c:\Users\ghaaz\Desktop\nRF5_SDK_15.3.0_59ac345copy\modules...
I want to use this command nrfjprog --program .\nrf52840_xxaa.hex --sectorerase
and I had this error any idea about how to fix this?
Parsing image file.
WARNING: A programming...
Hi, I am getting this strange error when building these apps.
[817/827] Linking CXX executable zephyr\zephyr_pre0.elf FAILED: zephyr/zephyr_pre0.elf zephyr/zephyr_pre0...
Hi,
We are working with SDK v14.1 and are trying to debug some memory issues by enabling MEM_MANAGER_ENABLE_DIAGNOSTICS .
In memory_manager.c in function print_block_info...
Hello,
We are trying to write a proprietary protocol following the documentation for the RADIO peripheral using the NRF Connect SDK 2.0.
The TX side seems to be working...
Hi,
I have a problem in parent node.
When I use gc_neighbor[i].u.base.time_to_expire for caculator time to expire in child node by:
But when
or bigger, exp_time...
Hello
We are using 52832 product one central can communicate with any othre peripherals, It works fine. I can send write data and received data from peripheral, But I can...
I'm attempting to create an NFC type 4 message to allow certain information to be read using a phone or other NFC reader. I've studied a number of examples, but none that...
Hi,
I'm trying to get the http_client sample working on nrf9160dk_nrf9160ns. The code compiled successfully, but there was a runtime error. And the printed messages are...
Hi all,
I am using the gyro in MPU9250 and using the general sensor api to read the gyro values. How do I set the sampling rate of the MPU9250 ? or What is the default sampling...
Hello Team,
I am using ncs 1.9.0 and at_client sample.
Can I have your suggestion on why I am getting following error everytime I try to clean solution?
After...
Hello,
For custom board designs, as the Segger JLink is no longer supported, what is the recommended solution for doing code development, debug, erasing and programming...