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...
Hello:
Why Bluetooth Go to system-off mode, sd_power_ramon_set can not be stored. In D: \ RAM save nrf51_sdk_v5_2_0_39364 \ nrf51822 \ Board \ nrf6310 \ s110 \ ble_app_rscs...
The new softdevice v8 states that previous revisions(1 and 2) don't support all the new features, and I'm curious how to determine what revision my ic is.
thanks,
akbar
Hi
I have recently purchased an Adafruit Bluefruit LE board ( www.adafruit.com/.../1697) , that uses the nRF8001 chip, so that I would be able to send iOS notifications...
I have a new nRF51822 kit, and although I can (apparently) configure the beacon, it always shows "Beacon not found" when I try to use it.
I'm using an iPhone 5s and the...
Hi, I got new NRF51-DK and dongle with 51422 chip.
It seems that the layout of the memory map has changed with the new SDK and I can't find any information how it should...
After I uploaded hex and dat file which is compiled from sample beacon source code in SDK to nRF51822 Beacon Kit via nRF master control panel app, I got Upload failed GATT...
I have done some testing and debugging, but I can't seem to get the nRF51 DK working with the beacon example project.
I used the keil v5 pack installer to access the ble_app_beacon_s110_pca10028...
I've noticed that the L2 value has been changed from 10nH to 27nH in the reference layout and on the new boards (DK and Dongle). This value is only for LDO setup (from PS...
Hi,
If we set the prescalar for RTC1 to 0xFFF (i.e. max value allowed), tick event is getting generated every 125msec.
Using the below configuration i started a timer...
we use the dfu_dual_bank_ble example as our boot loader. We are currently using an 81522 AA part and the boot loader works well.We have recently moved to the 81522AC part...
I have been trying to get the SPI Slave to work on an NRF51-DK for about a day now and I haven't been making any progress.
I first tried it with the softdevice enabled...
Hi,
I'm designing a wearable, low power inertial and EMG system and have to choose between using ANT+ or BLE with the Nrf51422 on my own board.
The system would simply...
Custom Board with MCU NordicSemi nRF51822-QFAA
Softdevice S110 7.1
IAR for ARM 7.1
SDK 7.2 using a merged service (HID keyboard example + NUS example...
Hey I am working on nordic nrf51822 chip ( http://i.imgur.com/q8EM4uq.jpg ).
I want to run a bluenet code which i have forked from github.com/.../bluenet to github.com/....
I need to automate updating the bootloader and radio for an nRF51 in a production setting with a VB.NET windows application. I'm able to call dfu/main.py with the code below...