Hello,
I am using Nordic's UART service to communicate with my project. I use iOS and also Master Control Panel (with a dongle) on a laptop.
I have two questions:
...
SWI*_IRQ is using by softdevice to send event to application, I want to know which priority does softdevice set for them?
Does sd_nvic_critical_region_enter() disable...
I am a started guy.
I only need a bluetooth device (BLE) to check the signal and mac address.
What is the best choice?
I need the smallest and low powered!
Thank you...
I am working on code to setup a bond manager for ancs based off of the example, but have a fixed advertising and connection interval of 25ms. How does the bond manager and...
Hello,
We have experienced odd problem, we are not able to scroll up or down SDK documentation at these pages on Android devices. IPHONE browser Safari works ok. Any help...
HI,ALL!
I tried to add a RTC wakeup funtion to my ble device, so i add the code of the Nordic board example named "rtc_example" to my program.
But it turned out that my...
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-...