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 found that blindly configuring all GPIO pins can stop the LFXO and RTC counter. I am reporting this as: something to be aware of, not obvious to everyone. Not a question...
I am testing the nRF52832 in Rigado BMD-301 module. I am able to get to ~40uA when advertising ,UART enabled but not used and all other peripherals disabled. But as soon as...
I connect to my BLE peripheral device using NRF connect app. While in connection, if I switch my phone's bluetooth off and turn it back again and then try to connect to my...
Hi!
I'm using the nrf52 on custom prototype boards and the official development boards. We are using the ADC to read analog values and encountered unexpected behavior related...
Starting notification and then writing 0x01 to the control point
does not cause the Buttonless DFU to enter boot mode. LED #1
remains on.
Run time trace show:
APP...
The Problem ist the continuous sending of Byte-Arrays with spi and fixed sample rate.
Strategie:
Send Array-List with XFER triggered by Timer (every 3ms) and auto increment...
Hello,
I bought Nrf 52832 breakout board .
Actually i want to measure the current consumption of chip as we want to use it.
While advertising 26 bytes it consume really...
I have questions about the HCI packet format
With the start packet, the Ack number in the header section = 000
What should it be filled in the data packet and...
I'm implementing an I2C communication and I need to set an interruption every time the sensor sets the interrupt pin to 0. I've been checking some other posts from devzone...
Hello,
I am currently trying to power profile all aspects of the nRF52840, which includes the CryptoCell 310. The instructions say "
Testing
Test the CryptoCell Example...
I tried to use Timer2 as counter with event and interrupt. event is working. interrupt not.
<pre><code>
timer_count_cfg.mode = NRF_TIMER_MODE_COUNTER;
err_code = nrf_drv_timer_init...
s132_nrf52_5.0.0-3.alpha_softdevice.hex (/attachment/26a9916e1af8c97bcba7185035bd7b31)Hi, I am starting to work on NFC and Bluetooth pairing for the nrf52 and i tried to compile...
hello everyone:
do you have try to add wdt into bootloader project?
i add it as follow:
in the static void wait_for_events(void) function, i add two
if(NRF_WDT-...