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...
We need to certificate our ble devices. I use DTM example. Already I connected to device and flash example. Which correct command can I send from PuTTY console for check that...
I have trouble making iOS to reconnect after a device firmware update: I assume the issue
is due to flash being rewritten and so loosing information about the iOS peer.
...
I'm wanting to design a mesh system that will be running on batteries.
I need to keep track of the battery voltage. I don't plan on monitoring it often maybe a few times...
Hi All,
I am trying to interface an SPI OLED display 128x32 with my nrf51422 development kit over SDK 12.2.0 with BLE. After the program gets compiled, i am getting this...
I am designing a board with a host cpu and Nordic nRF52832 as companion chip in order to have Bluetooth capabilities; the two SoCs are connected each other through the uart...
Hello,
I've been trying to program my nrf52832 board with an st link v2 dongle or an st32 disco board with no luck with eclipse(Didn't find a dedicated tut for using all...
Hello
i am using the nrf52840 with sdk 13.
on the client side i saw you are catching the cccd_handle. for the heart rate characteristic.
basically i am leaning the basic...
Hi all, is it possible to use NRF51-DK for Master Control Panel?
I dont have NRF51 dongle so I was thinking if there is a way to make NRF51-DK work with MCP.
Hi,
I have the following situation:
1 central connects and bonds to 2 peripherals. All the above 3 devices are power cycled.
Now, the central need to remember the...
My system's data rate is 16MHz.it input to nRF52832 is parallel 8 bits. Is it possible? I want input the data to RAM by easyDMA,please to tell me how to do it ? thanks!
Hello,
A stupid newbie question: APP_UART_FIFO_INIT seems to get stuck while trying to run
example code.
Only modification I have made is the usage of SEGGER_RTT for...
I am working in sdk14 nrf52832 ble_app_hids_keyboard_pca10040_s132.
I set the .allow_repairing flag to true :
static void pm_evt_handler(pm_evt_t
const * p_evt) {...
My system's extend IC need a 16MHz clock ,because the nRF52832 work in 64MHz,so I want to use nRF52832 to generating a 16MHz clock output to a GPIO pin .please tell me ,how...
Hi,
I'm using nRF52832 and nRF52840 to work with MCU, then we should do the firmware update by the uart. I have compiled the bootloader_secure_serial project in the SDK...