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...
I want to use several sensors that makes a measurement send the data to server (same as provisioner) and fall asleep. Wake up after 20 minutes and process repeats.
Does all...
In server role:
Is there an event that fires after (or before) each advertisement?
I would like to use that to alter the local name after each advertisement, in order...
Hello,
I want to start developing for Ble Mesh
I own:
PCA10056 x2 nrf528240 Preview DK
PCA10040 x1 nrf528232 DK
PCA10028 nrf51822 DK
I want to buy more to develop...
Hello, you great people!
I'm working on a simple project where a transmitter wakes up a receiver and it's working just fine. Currently working with NRF24LE1 modules. The...
Hi All,
I want to send data, like some number, via BLE from smartphone to nRF52. I have to use an external module for this project, because my application uses also bluetooth...
Hello,
I'm using nrf52 with SDK 11 and softdevice s132 v2.0.0. We are close to release our product for testing and I need to add DFU on it. The non secure bootloader is...
I am trying to upload a bootloader to an nRF52832 chip. (This chip is on the ruuvitag and is programmed through their developer board).
I got the bootloader working on...
Hi all,
I'm attempting to develop a feature that will allow our users to personalize their device name. The user will have the ability to change the device name while connected...
Hi
I add the fstorage to ble_app_uart on the SDK v14.1 to work on nRF52810. After fstorage initialization, I could write data to flash.
However, if I write the data...
Hi, I'm testing the light control example from Mesh SDK 0.10.1.
Although I have received an answer about the future plans of mobile Mesh SDK from developer Hung Bui that...
Hi,
I have some data which i want to send from nrf51-dk to ESP8266 . i have tried Ble UART central example to write data serially but doesn't achieve any result. I have also...
I have 2 Channels with SAADC taking samples. They are configured to respond to BLE characteristics that have read and notify properties, each channel has its own characteristic...
Hi,
As in the Product Specification of nRF52, pin number 9 and 10 are configured as NFC pins. However, this setup is conflicted with our pin mapping for other sensors in...
I am trying to store a small amount of data on the nRF52832 with the FDS module.
I followed the following code found in another question:
devzone.nordicsemi.com/.../...