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 All,
I have been in the process of developing a product based on the nrf52810 microcontroller. So far I have created a custom board and BLE operational and advertising...
Hello everyone, Right now I am working on a demo showing some functionalities of 2 smartwatches: Colmi P8B and PineTime. I am using nRF52840 for that purpose. I had the idea...
Hi,
I'm using a nrf52832 and NCS 1.9.0 and I would like to be able to use SMP to make firmware updates using BLE. I'm was able to perform FOTA, but the flash is divided...
Hello,
In one of our application we are using the nRF52832. It communicates through I2C with three components:
- MAX32664
- MAX17201
- MCP4018T
We often receive...
I've created a new sandbox project for a nRF9160DK that requires a SPI Master for testing a Flash part. Since I already have "working" SPIM code in a different Segger project...
I am using the beacon mod example with my nRF52-DK to calc battery life. All measurements are taken with PPK2 (a great tool by the way), but in the PC application my timestamp...
Is there a process in place for updating a controller only build via the HCI? My current set up is a 9160 as the BLE Host, a 52820 as the BLE controller, MCUs are connected...
Hello, Im a little confused about the nRF Connect SDK ecosystem.
Currently Im using SES with cloned nRF SDK 15.0.3 for nrf52811, however I would like to start using https...
Hi
I plan to enable hardware flow control in the coprocessor code. After successful compilation and burning, I will use Ubuntu to start wpantund and an error will be reported...
We already made working code with NRF5 SDK. It has added three characteristics to send data via UART from a MCU. Each characteristics for separate purposes, for eg. Characteristics1...
Hello,
I'm selecting crystals for a project with nRF52832QFAA.
I noticed that on the spec the drive levels of HFXO and LFXO are 100uW and 1uW respectively. Should the...
Hi,
I'm trying to integrate https://github.com/nrfconnect/sdk-nrf in version v1.9.1 in my baremetal application (nRF5340 NET and APP CPUs). Where can I find the startup...
Hi,
we are using an nRF52833 for an application where we have a sensors, a USB interface and an SD memory device.
We would like to write and read back sensor values to...
Hi,
I am following the step by step tutorial " Getting Started with Secure DFU Bootloader Step by Step guide "
Before following the above guide I compiled ble_app_blinky...
Hello,
I'm trying to use the VL53L1X Time of Flight sensor on my nRF52DK, but I experience some problems.
Previously, I've successfully used the VL53L1X with an Arduino...