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...
We need to put the processor in sleep mode (to conserve battery power) and wake-up the processor when the user touches the Cap Sensor pad.
Can you Cap Sensor in nrf52 be...
I'm using "nrf5_SDK_for_Mesh_v0.9.2-Alpha". And, I build examples using "SEGGER Embedded Studio 3.26a".
Now I want to modify examples for my custom board.
In CMake, "...
Hi, a little background information first, when debugging ble mesh example 0.9.x:
devzone.nordicsemi.com/.../
I'm now kinda having a massive problem with this function...
Hi,all.
I am using nRF52832.
Does the nRF52832 support dual mode that allows simultaneous advertising and scanning?
Are there any examples you can refer to if you...
Hi I use SDK 12.3 and sdk 2.0.1 , and set a device name length is 21 like "1234567890ABCDEFGHIJK" by sd_ble_gap_device_name_set;
but in the advertise data the name length...
Hi,
we are developing and application on iOS which can among others, update our hardware over the air, and we found out that e.g. after bootloader update is done, then...
Our hardware has an externa memory connected to the nRF51 by SPI, we also use DFU to update the firmware creating the zip pack (We have buttonless dfu working as well) and...
I've been using the nRF52832 chip for over a year and it works great. However, for a new project I designed a board so that the nRF52 chip was the slave on a SPI bus, and...
Hi,
I just try DFU function in sd130/sdk12.3 and it does work very well.
I did:
(1).Generating your own key:
nrfutil.exe keys generate priv.pem
(2).Display a public...
In the example code, I found this:
#define SERVER_COUNT (3)
#define CLIENT_COUNT (SERVER_COUNT + 1)
I'm having 2 boards (maybe extremely problematic) and I want to...
I have seen at least one person here who has gotten Nordic's UART-over-BLE example app running on the nRF8001. How was that done? Where is it? This example app is not included...
Screenshot of what I'm doing:
So I reset the nRF8001, then try to initiate a transfer by pulling REQN low. However, nRF8001 never responds by pulling RDYN low. I have...
I'm using nRF5DK PCA10040.
And, working on nrf5_SDK_for_Mesh_v0.9.2-Alpha.
I need to enable both of Bluetooth mesh stack and BLE stack.
mesh stack for mesh communication...