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...
I need to poll a NMEA data stream and it's easiest getting a byte at a time, but it's dropping to 30ms between individual reads in this loop:
uint8_t next = 0;
uint8_t...
Hi.
I'm working with the nRF51422 devlopement kit (pca10028) and I need to mesure the highest throughput between the nRF51 DK and a smartphone. I have seen several post...
I am using the heart rate example to do a quick demo. I am sending a short string of data one byte at a time to the iphone. I decreased the HEART_RATE_MEAS_INTERVAL interval...
Hi guys,
I have the nRF51 Development Kit, and I am trying to develop on my mac using GCC and eclipse. However, the tutorial I found either incomplete or outdated. I tried...
I want to bring up my own new board, but the nRFStudio can not connect to the J-Link, please check the picture.
I connect 4 lines from board to J-Link, including VCC, GND...
Hi,
I'm trying to get S110 softdevice (v8.0.0) working with RIOT. I had some issues (I couldn't initialize TIMER1 or TIMER2 until softdevice is setup & enabled) but I think...
I haven't seen any posts about this, so I thought I'd post what I observed and how I fixed it in the hope this helps someone else.
My nRF51 DK (PCA10028 v1.1.0) out of...
I have gone through most of the guides/links that I saw here to no end.
My development environment is OS X 10.9, gcc-arm 4.9, nRF51822 beacon.
Before going for the IDE...
Hi,
I am trying to build a low power device using the nRF51422 SoC without a Soft Device. I need a timer to occasionally wake up the chip and as I read the product specification...
I have a basic question regarding a basic area. Interrupts! But without any good specification and how the OS work and good example how to do this I need to push for the obvious...
In ble_dfu.c (unmodified SDK 8.0.0) I am unable to get the buttonless DFU hooked up.
For reference, ble_app_hrs with s110_with_dfu works correctly. I have traced my issue...
Hello,
I am trying to write data to flash with the pstorage api. I managed successful to write data to flash with the pstorage_test_store_and_update() function from the...