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 have Raspberry PI 3 Model B Rev 1.2 running "Linux raspberrypi 4.9.41-v7+ #1023 SMP Tue Aug 8 16:00:15 BST 2017 armv7l GNU/Linux". Running BlueZ 5.43
I can connect...
Hi community,
Try use FDS to write some data before sleep.
Following example and test is work.
But I try write data before into
sd_power_system_off();
...
Firstly the develop environment.
Windows 10
KEIL as IDE
Device: nrf 51822 - sd s130 2.0.1 - SDK 12.1 nRF5_SDK_12.0.0_12f24da.zip
Use case:
We have 2 application mode...
Hello i am using segger studio i have recently purchased three nrf52dk speically for ble mesh..
i am trying to run examples of mesh alpha sdk that nordiac prvodies but it...
We were playing with renaming some of our test devices to use emoji and other multi-byte utf-8 characters. We have a custom characteristic that allows renaming (since iOS...
dear nordic employee:
I tried to download the project of the ble_app_hrs_c_central by keil(nrf52832)
but It show like the title
I know I should reset the IROM1 and...
Is there a way to get the supervision timeout counter from the peripheral side? I am currently working with nRF5X modules and starting with the nordic uart example from the...
I'm using nRF52832, soft device 2.0, SDK11 and as a central.
When it happens I'm scanning for peripheral to connect. Usually it's a peripheral advertises at very low rate...
Hello,
I'd like to work with my nrf52832 DK while traveling(sins I do that alot recently) and would like to download somehow all of the pages in nordic's info centre to...
It's clear an Android device can be a central, but I'm having a hard time finding any information indicating an Android device cab be a peripheral that an NRF52 could be programmed...
Our products should connect to a central device. This central device should also be a peripheral which a phone can connect to. Will this be possible? If not, could the phone...
Hi, I need some guidance or an more in-depth example on adding the necessary code to read/write on the UART1 using the serial module or something else. Everything I've tried...
I am working with nRFx modules and have a few questions about updating parameters. I started my project with an example and modified what I needed. However, I am not sure...
We create library for work with software serial, we use two modules gpiote, timer.
We have done software serial one instance but we need four (actually just for rx). We don...