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 am finding that the voltage measurement is about .52 volts off when measuring Vdd I have set up a power supply and connected it to external power. My saadc is set up with...
Hi,
I am starting to finalize a development stage and was looking at the current consumption of my device. I noticed, that when something connects to it and is starting...
Hello there,
we get the following assert:
"00> <t: 480881>, app_error_weak.c, 98, Softdevice assert: 88996:0"
The board is rebooting constantly after 3 ... 7 minutes...
I tried to build the example project for UART serialization demo, "ble_app_hrs_pca10040_s132_uart". It failed with 3 errors, see attached image.
It is SDK 17 and SEGGER...
Product: nrf52840 DK
Softdevice: 17.0.2
Hello,
I would like to start with a very humble statement that I am new to this nrf52 SoCs and would appreciate any of your...
Hey everyone,
I am playing around with Nordic Cloud, Thingy:91 with the Asset Tracker v1 and the Nordic Cloud RestAPI.
I happened to see in the process, that the unix...
Hello,
I contact to you because a customer bought the development tool part number n RF52-DK, and one received the product, they noticed that there was on the box of the...
I use nRF52 DK as a central devices and i have also other nRF52 DK and use for a beacon. I would like to show my beacon's RSSI value on the UART Terminal(Realtek,Termite exc...
Hi,
I have done buttonless DFU in Custom board using NRF52832. My code with DFU is working fine in the nrf52832 Development kit. While I am trying in a custom board. My...
I'm developing for nRF52 DK
using SDK 17.02
Segger 5.10b
I'm developing a service to read pin 12 where I'll have a square wave signal of about 60Hz. When I tested my...
Hi,
Is there an example code for nRF52832 were the system is configured to operate in a certain duty cycle, e.g. performing a certain task once every 100ms, and then goes...
Hello, guys.
We want to use libuarte - advanced UARTE driver in our current application developed for nRF52840 with SDK 17.0.2.
We can successfully run libuarte example...
I'm using nRF52 DK (PCA10040) <TWI sensor> example.
On line 139, printed result = NRF_SUCCESS
However, the program doesn't print line 142. Instead, the code jumps to twi_handler...