I am using nRF51422 Evaluation Kit with the latest silicon revision which comes with programmable softdevice. The kit also contains an ANT USB-m dongle. I have followed the...
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...
For longer than I'd like to admit, I've been trying to make an application on the NRF52832 that relays UART data to a phone. To date, I've:
Gotten the BLE_APP_UART application...
hello all:
I think sdk13.1 s132 has a bug about ANCS,
ANCS works normally only in the following two cases
1、Both the phone side and the device side do not remember...
I have a sensor with serial protocol of 7 bits data, even parity, 2 stop bits. I wanted to use uart library to interface with this sensor. But I couldn't find the settings...
Some times when I'm trying to use GDB it stop with the following information:
(gdb) file _build/nrf51822_xxab.out
A program is being debugged already.
Are you sure you...
I started to try SAADC example in SDK12.3. After setting up project in eclipse, I got two errors:
Symbol "NRF_TIMER0" could not be resolved
Symbol "TIMER0_CC_NUM" could...
Hi,
We are a group of students at NTNU looking at the possibility of creating a small device that connects to your phone and multiple other BT devices simultaneously, letting...
Hello,
This is a quick question regarding the behavior of the Power Supervisor POF warning. We implemented a fairly naive use of the POF warning where we would log an POF...
Hello I am using the NRF52832 in ESB mode. I use both VERIFY_SUCCESS() and APP_ERROR_CHECK() within my code in various places but when am I supposed to use versus the other...
i have project app_ble_uart and i want add to it functin read from mpu6050 i add to Makefile Makefile pathes and add #include "mpu6050.h" and InitMPU6050(0x68); into main...
Hi,
I am currently working to measure power consumption on a custom board and I found huge power consumption while advertising (BMD-300 1.15mA DCDC enabled).
So I have...
Hi,
I am trouble with private key generation in nrfutil. I am following the tutorial infocenter.nordicsemi.com/index.jsp.
When I am giving the command nrfutil keys generate...
Hi, do you have a central peripheral combo example which illustrates indication (not notification)?
Alternatively, if you could list the steps to change from notification...
It seems GPIOTE interrupt do not trigger when multiple IN signals are defined as GPIOTE_CONFIG_IN_SENSE_XXX(false).
It works when GPIOTE_CONFIG_IN_SENSE_XXX(true)
I am...
With SDK 14:
If I flash in this order:
softdevice_s132.hex
bootloader_secure_ble_debug_ with bonds_s132.hex
3. ble_app_buttonless_dfu with _bonds_s132_with_setting_page...