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...
Setup -
1. Zephyr 2.7.0 for firmware build .bin file and signed using imgtool.
2. Working phones - iPhone, Custom Android ROM (Android 12).
3. Not working phones - Xiaomi...
I following description of https://github.com/NordicSemiconductor/pc-ble-driver#Compiling-pc-ble-driver-from-source to build pc-ble-driver
pc-ble-driver\build> cmake -G...
Hello,
I'm trying to determine the actual used data rate for the coded PHY but cannot find the corresponding API / data structure / enums.
Am I missing something? Can...
Hi!
I have the Actinius Icarus board pre-loaded with the Actinius asset tracker firmware.
Lets say I instead want to load the Nordicsemi asset tracker firmware on the...
Hello,
We have been having strange issues with the watchdog on some of our development devices. The issue is that it seems the watchdog will sometimes not properly reset...
Hello,
I'm currently trying to convert the SPI example project for NRF52811 for the EVK BMD-360 and ran into an issue.
I'm using segger embedded studio 5.42a and nrf sdk...
Hello Nordic Dev Zone,
I have been developing on the nrf5340pdk and recently switched to the nrf5340dk.
I utilized the COM console output for app/net cores via the `minicom...
Good day,
I have successfully implemented exercise steps 1 to 5 of Exercise 2, Lesson 3 of the DevAcademy "nRF Connect SDK fundamentals" course, that deal with "adding custom...
Hi,
As i2c communication + computation takes 45ms in my timer interrupt that happen each 100ms and gave issue with SD, I decided to set a flag in the interrupt and execute...
Is there a configuration / sample available of mqtt simple to talk to the mosquitto server using an authenticated client on port 8884? I saw a message on here that was about...
Hi,
I want to get the GPS value from A- GPS continuously.
Meanwhile, if there is any new application firmware version update,
I would like to download the image with...
I see the problem here. use the dfu-util command in the window system
and i tried many methods and failed The following is my reference website
http://zadig.akeo.ie...
I've been playing around with some code that puts my hardware into System OFF mode to save power, and then will exit this mode and start up when one of three different GPIO...
Hi,
https://github.com/NordicPlayground/nrf52-ble-app-uart-c-multilink
I have tried the example you modified. It works fine. However, I get ERROR 17 NRF_BUSY when 2-3...