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'm using the nRF SDK5 v11.0.0.
I'm trying to test out UART Logging in the simple blinky example bundled in the SDK.
I added NRF_LOG_INIT() and then a NRF_LOG("Testing\n...
Hello everyone,
I am trying to implement a bootloader to my application to be able to enter in DFU mode.
I am using nrf51822 (32KB ram 256 flash) and s130.
I have taken...
My understanding is that the nRF51 is known to need a fairly stiff external pull-down resistor on SWCLK to avoid noise putting the chip into debug mode. I note that the nRF52...
I'd like to know how to implement a bootloader for the Nordic SoC nRF51822-QFAA-R in order to boot the softdevice and some firwmare. If will be great getting an application...
Does nRF52832 have battery monitor?
I can't find in the datasheet if there is an externarl circuit to monitor the battery. I'm using a CR2032 coin cell battery.
Tha...
Hi,
I'm developing some firmware that will hopefully run on a few different kinds of nRF52 device.
Is there a way of detecting if the DC-DC converter's inductor/capacitor...
Following situation:
My device acts as central (connecting to ble sensors) and as peripheral (transmitting and receiving data from mobile). Several services (Heart Rate...
Hello,
I followed this tutorial:
devzone.nordicsemi.com/.../
and added the RTT files to the project, however, after I compile i get this message :
and when...
Hi guys,
I am using the RFduino nrf51822 chip. I am using the TIMER2 interrupt and it works fine. But when I try to use the BLE along with the timer interrupt both don...
Hi,
I have have one ble project which is using softdevice s110. so that i want to extend this project by adding DFU service to it like shown here
devzone.nordicsemi.com...
hi,
i have PCA10028 dk board. i want to flash code in this board using dfu. i have generated Zip file(both soft device and application(example ble_app_hrs example)) using...
I am using this DFU library github.com/.../IOS-DFU-Library . On iOS 10 while processing DFU I receive error RemoteInvalidState in didErrorOccur method with description "Device...
I want to know the maximum range for major and minor in Ibeacon frame, as it is of 2 byte can we set any values from 0 to 65535 or is there any limitation.
Hi everyone!
I'm using the nrf_soc API for get random numbers from the rng and erase and write the flash memory.
In my code, I include the nrf_soc.h file, in the header...
here I have a very strange problem. I m trying to send the data(1 byte) from slave to master,and I have to use the multilink demo because I will have 2 slave devices.
The...