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 am testing UART example using nrf52 DK(nrf52832), SDK17.0.2. (\examples\ble_peripheral\ble_app_uart\pca10040\s132) Setting UART initialization to a specific pin will halt...
I use ANCS example from SDK 15. But I found that I'm not able to get more than 32 chars for ATTRIBUTES (BLE_ANCS_ATTR_DATA_MAX). And it's a little short to get Title, Sub...
Hello,
in our application we have one central (nRF52840DK) and up to four peripherals (nRF52832). We want to achieve two goals in this application:
Goal 1: We need a synchronized...
Hello I have built a custom board using an nrf52810 chip and have been trying to upload some examples from the nrf52SDK (specifically BLE examples with the s112 SoftDevice...
Hi,
My nrf52840 dongle went to undefined state making all the leds on the board..Tried with different flavours of binaries but didnt got any luck the board remains in the...
Hi Supporter:
Hardware:nRF52840 dongle
Software: basic example "ble_app_interactive", s140_nrf52_6.1.1_softdevice
There is a strange problem,I connect my machine with...
Hi,
I've been trying to use a micro-USB cable to power the nRF52840 DK board but my Mac (Catalina version 10.15.6) isn't recognising the board in the system report, although...
When trying to add a user description to the BLEGattsCharMD() I get this error:
TypeError: in method 'ble_gatts_char_md_t_p_char_user_desc_set', argument 2 of type 'uint8_t...
Hello Nordic,
I am having an issue with the SPIM, i wanted to eliminate all unnecessary files so I started a project from Zero (Segger: new project: A cc++ solution for...
Hi,
Our application sends data to android phones with the help of OTG cables. We are using https://github.com/hariharan-m/Arduino-Android-USB this library in android for...
Hi All,
I have transferred an init packet and now prepare to transfer a firmware image.
Both central master and peripheral are nrf52840.
However, I have two questions...
Hi all,
I have been learning and doing research trying to estimate the range of a bluetooth chip. So far I've got to use Friis Transmission Equation to estimate the distance...
Hi, dear all:
I’m trying to use usbd_msc example(nrf 52840 DK/sdk 17.0.2 ) and written a string A (8 bytes) into a .txt file;
Now I want write the same file another string...
Hi,
I've recently added BT to my application and switched from S210 to S310 Softdevice. My Ant+ part is based on the HR RX example in SDK10. My BT part is basically copied...