Is it possible when using the S110 softdevice to limit the maximum number of packets per connection event? I would like to reduce the maximum amount of time the CPU spends...
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...
I've run into a problem using the provided spi master code.
I get the following error message from Keil
spi_master.c(381): error: #1059-D: an entity with an internal...
Hi
I want to run the ble_proximity template on micro blend (Readbear lab). But I can't make it to work. I have uploaded the code to the board and using the nRF Proximity...
Hi all, I have followed the steps described
https://devzone.nordicsemi.com/question/14780/nrf51822-development-kit-without-nrfgo-starter-kit/
with the alternative power...
Hi,
I have successfully implemented a HID keyboard, using the nRF8001 and arduino sdk 0.9.1 ported to a microchip PIC18F controller. Connecting to iPhone iOS7.1.2
Everything...
hello,
please find main.c file of code and how to add the MAC address to the ble_app_hrs sample code
that was provided in the samples directory of the SDK.
Can you...
hi,
I am trying to develop a network of ble devices.i want nrf51822 to function as a master and slave( not necessarily simultaneous). For that i need to develop a custom...
Hello,
Firstly, I just begun with BLE and I am trying to program nrf51822 to read the sensor data through TWI (I2C) connection and send this reading to the central device...
I have tested the ble_app_proximity sample firmware on nRF51822 eval kit and also on my custom board.
Everything, regarding the used services seems to work as intended. However...
We have an application in which it would be nice to change the supply voltage for our Nordic module (nRF51822 running the Soft Device) depending on which other modules on...
I am creating some app. So I tested ble proximity and ancs apps.
I'd like to know how to reconnect to paired peripheral device on ios.
peripheral on ios has random address...
Hello!
I need to perform directional connection from the phone to the device on nrf51822.
The device should be hidden to the search, but allow connection if know mac address...
I'm using nRF-Shiffer V 0.97 on a PCA10000 V2.2.0 Usb dongle.
I see lots of helpful details.
But the problem is, that the sniffer often misses parts of the communication...
Hi,
I recently purchased a Blend Micro from Redbear Labs, currently I have created my services.h through compiling the .xml file, and now am trying to use the redbear library...