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...
When reading about access_opcode_t struct on its infocenter page it stumbled upon this table i don't understand.
access_opcode_t is defined as:
Data Fields
-------...
I'm employing 51822AA.
I need to debug firmware for this chip line by line. Like environment of ARM9 with Lauterbach TRACE32 through JTAG.
Is line debugging possible...
From application point of view, when should I use UICR and when should I use Flash storage? I have studied the documentation and the functionality seems very similar. The...
Hi everyone,
I trying to make a flash jump on Nrf51822 in my project. there are 2 programs(program A and program B) below. i am working on to make program A jump to program...
Hi everyone,
I'm new with nrf52832, and I need to measure elapsed time in microsecond between rising edges of 12 different Gpios. I have 12 piezoelectric sensors filtered...
Hi,
I have used nRF52840-PDK.
And I want to test profile and protocol with PTS.
I succeeded in GATT-based service test and GATT test with PTS.
But when I try to L2CAP...
How do you do
Now use the Nordic \ nRF5_SDK_12 2.0 _f012efa \ examples \ ble_peripheral \ ble_app_uart this plus Nordic \ nRF5_SDK_12 2.0 _f012efa \ examples \ peripheral...
I try to add default nRF sdk libs in Segger studio. All files exist and path corect.
in nutshell i try to add uart module to default ble_app_buttonless_dfu example
Hi ,
I'm looking for BLE Specification but I just found NRF52 Datasheet on Nodric page . Can you give me this document , It will help me a lot . Regards !!!
Hello All
I am planning interface the BLE peripheral + Capsence(Atmel QT111) board
i did the Capsence Board with Spi Protocol..then second phase i has to implement with...
Hello
I have some problem that I want to change Characteristic UUID different from Service UUID.
Like,
Service UUID : 11111111 - 1111 -1111 -1111 -111111111111
Charcteristic...
Hi Nordic,
I used FDS to operate updata to update data more than 10K once, but there was an error. Hint FDS_ERR_RECORD_TOO_LARGE.Can FDS operate more than 10K data at once...
I want to create own android app with just nus service (uart).I'm not very good in android programming, so there are two ways for me doing that:
Use Android-nRf-uart...