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 tried to use fs_erase and fs_store functions but they both return the value FS_ERR_INVALID_CFG which means "Invalid fstorage configuration". I'm working on nrf51822...
Hi,
I'm using SDK 14. I started from ble_uart application, and to use ADC as well I ported ble_app_uart__saadc_timer_driven__scan_mode (SDK 13) to SDK 14 (made changes in...
Hi,
I am implementing the whitelisting feature so that the NRF52 only pairs with one phone at a time. We require the NRF52 to advertise for 10 mins but I could only set...
IN looking at CONN_SUP_TIMEOUT below:
It says the units are 10 ms. if you take 4000 * 10 ms, you end up with 40000 ms which = 40 seconds - not 4 seconds.
Also for...
Hi,
As title, I'm the new for this.
I have one 52840 board and several 52832 boards, and one of them(sink) collect some data from other boards by using proprietary radio...
Hello,
We use nRF52832 with SDK-11 as peripheral in our project. We want to utilize white-list feature to limit the connection establishment. I have studied H ID Mouse example...
Hello, I'm trying to view the STATUS register of the timer (1 for example) but it is not display on the segger registers view ... Is it a well known problem ? Cheers, Sylvain...
I am developing application on nRF52832 with SDK14. I came across mem_section_dummy_rom and mem_section_dummy_ram sections in the linker script in the example codes. I couldn...
Hi
I have been using nRF52 in my project. I am not using provided uart drivers for one uart -> UARTE1. I am using DMA access and I have no problem to send and record messages...
Hello,
Can the nRFgo tool be used to compile/construct Gatt profile & service tables for nRF8240 devices.
If not is there a tool for construction the services (e.g. like...
Dear Sir,
Please tell me how to configure the NFC pine P0.09 & P0.10 as GPIOs. I followed all the procedure given in the development kli manual & on the nordic blogs also...
Dear Sir,
I am using nrf52832 & sdk 14. When I dump your twi sensor code(SDK14\nRF5_SDK_14.2.0_17b948a\examples\peripheral\twi_scanner\pca10040\blank\arm5_no_packs) in the...
Hi ,
Need a bit of help here.
I am trying to use TWI and SPI in a single code for communicating with two different slave devices, the LTC2941 coulomb counter and the EM4325...
I've adapted the SPI example to read a value from an Analog Devices ADXL350 accelerometer as follows:
But when connected to the accelerometer this hangs waiting for the...