Close Bluetooth in Iphone's settings when IOS/51822 is paired and connected normally.
several seconds later, Open Bluetooth in the settings again, and observe the settings...
Hi,
I am trying to power off and/or disable a RR[0] with no success.
I am Powering OFF the watchdog in main and then successfully POWERing ON in wdt_init but then I...
Is it possible when using the S110 softdevice to limit the maximum number of packets per connection event? I would like to reduce the maximum amount of time the CPU spends...
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...
I see in the SDK 13.0.0 release notes that the NFC type 4 library was updated to "production ready", but I couldn't find a summary of the changes made to the NFC Type 4 library...
So... As I understand it, micro-ECC is a free library that lets you create an ECC private key for signing the SecureDFU that Nordic is using.
The nrf52840 has Cryptocell...
I've put on the stock dfu/bootloader_secure on the nrf52 DK.
I've then create a distribution ZIP and upload a blinky app to the DK. That worked fine.
Then I compiled...
Hi,
I have problem with DFU for 51822xxAB witch has 128kB flash.
I use dual bank bootloader for nrf51422xxAC witch has 256kB flash memory within nrf51822xxAB.
Ofcourse...
I know this might be a dumb question to you all, I am first time doing this sort of work
How to connect Jlink to NRF52? I need to flash a custom built BLE board with new...
I'm running on a nrf51822 chip, using Keil and a JLink Segger programmer. I'm running on SDK 12.2.0 and I believe I was correct in choosing pca 10028 s130 but I'm not 100...
I followed the instruction and installed the latest version of nRFgo 64bit v1.21.2. After installation, I can not find ble-sniffer___SNIFFER.zip at all.
Where can I find...
Hello,
I was able to get SEGGER_RTT_WriteString() to work correctly, however SEGGER_RTT_printf keeps giving me this issue when compiling:
._build\nrf52832_xxaa.axf:...
I am programming a beacon, first I had some problems using sd_ble_gap_adv_start() so I changed to ble_advertising_start() .
Now I have a problem when compiling:
_build...
I'm trying to use the PPK with an nRF51 dev board, and I'm getting this output whenever I try to start the PPK Software:
Checking installed packages
pyside: 1.2.4
pyqtgraph...
I tested a 23byte data transition in iPhone 5s with Softdevice 3.1.0, sdk12.2 .
it is ok. I know that iphone 5s is ble 4.0.
So I thought it would be possible on Android...
How do I set TIMER2 to interrupt every 1 ms?
Sounds like a very basic question, but I haven't succeed. For TIMER1 I can get it working, but for TIMER2 the highest frequecy...
I am using SAADC and reading in 1 analog channel. The data sheet says that scan mode is enabled when 2 or more channels are turned on. What if I am only using 1 channel ?...
Hello, after I program bootloader, sd, application, I did the following command to do read back protection,
nrfjprog --rbp ALL -f NRF51
But, even though I still can...