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...
1\select zip file
2\scan and select nrf51 dev
3\upload.
then the nrf51 enter dfu mode, and can scan the dfutag ble dev. but the ADDR auto add 1 . Wait about 10 seconds...
Hello everyone.
I've got the nRF51822 Evaluation Kit and Dongle. The heartbeat demo is working, so I got the toolchain -- Nordic, Keil, Segger under Win7 -- set up correctly...
Hie,
Is it compulsary for us to send only 20 bytes of data or less than that in one packet in BT5 as we used to do it in BT4 to make BT5 compatible in communicating with...
Hi,
I want to develop a product with Bluetooth 5( NRF52840) capability, before starting development I wanted to know will the Bluetooth 5 devices(Peripheral) will be compatible...
Hi. When i use ble_app_uart i have problem with my device over uart. It does not response to my commands.
I'm using custom pcb based on nrf52 with nrf UART v2.0 android...
I have moved on to SDK12. But one old project using SDK10 now requires a 128 bit UUID.
I keep getting hard fault when I add UUID.
I noticed that there is no vs_uuid_count...
Hi Team,
I am using nRF5_SDK_11.0.0_freertos_dfu_060516.zip SDK. I have added NUS service with UART configurations in this code successfully.
When I am commented the DFU...
We have both nrf51 and nrf52 running DFU.
How can I identify on the mobile application side whether I'm connecting to nrf51 or nrf52?
They will need to get different firmware...
Hi,
Is it possible to know which type of advertising packet is being advertised by the slave i.e whether it is a connectable or a non connectable advertising packet by...
Hi,
So I have a HEX file with unit specific data that I upload to 0x00062000. This data is about 80kb so it leaves some space incase I need a bootloader in the future....
Hi:
I want to bond and change dev name and storage.
This is my storage dev name init code:
void my_flash_init(void)
{
uint32_t err_code;
pstorage_module_param_t...
Hi all,
i'm using an app_timer.
I need to use three timer for debounce of three button. In my case i have to discriminate the push of three button at same time. When all...
Hello Community
I have read the following threads:
devzone.nordicsemi.com/.../
devzone.nordicsemi.com/.../
In order to know how to discover my services, including...
Hi
Does the CryptoCell in the nRF52840 support secp256k1?
In this documentation it says at one point Koblitz curves using fixed parameters, up to 256 bits, are supported...
I used to do with the iso7816 run on nRF51822 SDK9 and S110_v8.0. However,as the BLE stack is running, the iso7816 interface clock signal is abnormal. as the picture below...