I am using nRF51422 Evaluation Kit with the latest silicon revision which comes with programmable softdevice. The kit also contains an ANT USB-m dongle. I have followed the...
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...
I've compiled a new app with a new BLE service and module to go along with it (for different work than my other question, I can test this service in a generic LE explorer...
Hi All,
There should be a typo in " nRF24LE1_Product_Specification_rev1_6", page 82, Figure 35.
The Unprotected Program memory is shown 10 kB, but seems it should be 12...
Hi All,
I'm new to nrf51822. I'm developing a battery powered device using the Nordic ble_app_uart_s110_pca10028 peripheral example program. I'm glad to inform you my core...
i want to change the conn_params .
the first gap_params_init() ,
as below: gap_conn_params.min_conn_interval = MIN_CONN_INTERVAL;//20ms gap_conn_params.max_conn_interval...
hi everyone,
I've downloaded s140 and trying to run BLE notification example. I'm able to see state changes in the advertising on putty terminal at COM 7, but when I try...
Hi. i'm using nRF52832.
As datasheet says, flash endurance min value = 10,000.
Isn't there max value?
There is no limited life cycle for flash?
I just wnat to estimate...
Dear Nordic employee:
1、 what do I have?
I have a thingy52 develop kit(nrf52832)
2、what is my purpose?
the quality of thingy52 audio demo is not good(iphone7)...
Hi,
We bought 3 nRF52-DKs (based on nRF52832 and PCA10040 V1.2.1). We compiled, built, and flashed the systems with several provided examples from nRF5_SDK_14.1.0_1dda907...
Hi,
I am working on a project where I have 4 sensors. Each sensor transmits(slave & Peripheral) its value using BLE to the Receiver (Central & master) which is also BLE...
I need to create a service on the nRF52832 that can send large amounts of a few different data types to the central device. For instance
ADC1 sampling (~256 bytes/s...
I'm wondering which is the proper way to adjust the ANT power level?
I've seen some posts that seem to suggest that the proper way is by the use of the the BLE Gap call...
Hi,
We are currently developing a new product using nRF8001 IC and it is pretty much stable (not 100%) until now.
My algorithm is straight forward: When the MCU is in...
I've got a little confused about variety of peer/bonding/whitelist abstractions realized in NRF5 SDK. My goal is to maintain longterm connections (nrf52832 peripheral + smartphone...
I use two nrf51 chips, one of which works as central and second one as peripheral. After the DM_EVT_LINK_SECURED event is generated on the peripheral side I'm starting the...
Is there a way to advertize without having to advertize advertisment flags?
The problem is because of these flags I only have 26 bytes left instead of full 29 bytes. It...