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...
Hi,
I am using Timer0..2 interrupts along with radio TX/RX. When the Timer2 interrupt coincides with RX/TX the Timer2 is halted for approx. 450 µs during TX. Is there a conflict...
hi...
i am working on nordic nrf51822 evaluation board.i coudn't get pin 31 interrupt.but in all other pin i can get interrupt. maximum of 3 gpiote pin events is using...
I'm following the example here for the PCA10028, only the example I copied from the Pack Installer is called ble_app_hrs_s110_dfu_experimental_pca10028 (nRF51 PCA10028) instead...
Hi, I am studying with nRF51822 (s110).
I found some source code from devzone.nordicsemi.com/.../
and I am trying to change the device name,
And I don't know why...
I am trying to integrate BLE into my wireless heart rate monitor project with an Arduino Uno.
Everything works and can successfully be exported over a different BT antenna...
nRF Master Control Panel on LG G2 with Android 4.4.2 can't connect to S130 v0.9 with example that goes with SoftDevice.
But it can connect to S110 example that goes with...
I've tried compiling and running the ble_app_hrs_rtx demo example suing the makefiles and GCC 'as is'. However, the program just hangs and doesn't do anything. Specifically...
Hi,
Does anyone know if ESB example library has LBT implemented?
Been doing a timming mapping between master and slave on packet exchange, and looks like a bit too exact...
Hi,
1- Many MCUs, including NRF9E5, have specialized communication ports like UART or SPI. Why not I2C? I assume that every pin can be programmed for any communication...
Hello,
I reckon that it is not possible to write application logic that decides whether to answer a connectable advertisement packet with a connection request as soon as...
I am using the nrf51822 with sdk (6.1.0) and s110 (7.1.0).
Can I do this?
If the nrf51822 is advertising, do Smartphone search the nrf51822?
Or do the ads on My smartphone...
Hello,
In the following code, I have tried to assign a channel to be asychronous so that I can transmit 8 byte acknowledged messages immediately following a button press...
Hi Support team,
I've ported succesfully chibios RTOS on the nrf51422 for month. I've also ported some drivers like I2C - UART - SPI- GPIOS and others... I can play with...