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...
Hello,
I am frustrated by a pair of nRF24L01+ communicating with each other, where all the Enhanced ShockBurst features are enabled.
The PRX is initialised as follows...
I could scan/detect Beacons, and I could update the configuration without any problem with the nRF Beacons app. The issue is that the configured Beacons are not detected in...
Hi,
I want to use the nRF51 dongle with the Master Control Panel.
I found in the nRF51 Dongle User Guide that the Dongle will run with the Master Emulator firmware, but...
I don't expect the Nordic engineers to know this answer but I'd like to hear from other devs out in BLE land...
Have any of you encountered truly horrible BLE PHY-level...
I am using S120 device to receive advertising from S110 device and need to get the exact time + sender's address information at Radio End Event.
I use PPI to start Timer1...
Hi,
I'v try to use the sd_power_system_off() and without successful.
The power consumption will be 200~230uA around.
My device:
Call the system off when ADV._TIMEOUT...
Hi
I am trying to make a ble central with s120 on a pca10001 board.
My problem is that it sometimes take a lot of time (up to 10 seconds) to find the client when i make...
Hello Nordic guys, help requested !!!
Error while connecting to USB port the new development boards, DK and DONGLE.
Error is " OS X unable to repair JLINK disk ".
...
Hi,
is it possible to use Nordic SDK with nRF51822 to have capacitive touch sensing with 2 dsital inputs, just as the mbed or avr library capsense?
MBED: developer.mbed...
Hi, i have a strange issue on connecting nRF24L01+ module to Arduino pro mini. I use arduino pro mini, nrf24L01+ module, 3.7V 6000mah battery and DS181 chip to measure temperature...
Hi,
When I start the TX sweep test with all 80 channels I get only 10 channels used by the RF.
Also power strength of the channels is modulated.
cf. attached frequency...
Hi
I am developing an iOS app that needs to communicate to an nrf51822(working in ble peripheral mode). The peripheral to which the app connect is selected using mac address...
hi nordic team:
I was wondering if the main program is too complex, and do not use the scheduler, and the connection parameter settings are correct. Whether because the...
Hello,
I have tested the DFU and everything works fine. Normaly the device enters into DFU mode with a pressed button 7, meaning the level on I/O 7 is LOW.
But in my...
Hi,
I've an HardFault, the program crash to the HardFault service routine at this row of the twi_hw_master.c:
--> NRF_PPI->CH[0].EEP = (uint32_t)&NRF_TWI1->EVENTS_BB;...