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...
Hi,
I'm trying to get SPI working with an accelerometer (LIS3DH). I'm currently trying to use the nrf_drv_spi_transfer() function. See code snippets below.
// Initialize...
SDK14.0.0
nRF52832
s132
I would like to DFU the contents of the App Data section. In particular, I would like to erase the contents for a "factory reset" command.
...
I am setting up the DFU example to compile in Clion using ARMGCC 4.9 2015q3 and cmake. Everything compiled as it should and the DFU advertises. However, when trying to do...
hello there,
i want to send and receive data using spi and i2c protocol and i am using nrf51422 .how to interface which pins should i use to make spi and i2c communication...
I have an application that toggles an LED on P0.26 based on a timer and that's working fine. Now I need to add a few more timers so I decided to use the APP_TIMER library...
I am having trouble with an application where the NRF52832 operates several devices as a TWI master. What is even stranger is that I have been working on this code for a while...
I am developing a keyboard using the nRF52832 and example code(ble_app_hids_keyboard).
SDK is SDK14.
Korean/English change is not possible.
The specification I refer...
hello there i have basic question about BLE. what is difference between link layer and GAP??
i know about host and controller. but in both layer there is advertisement and...
We are using the NRF52840 as a basis for BLE-based secure IoT network. I know that the Crypto library enables hardware-accelerated encryption/decryption. However, as far as...
Hi guys, I'm trying to nail down this TWI issue. PAN 89 is related to TWI being used in conjunction with the GPIOTE module. However I manually wrote my own application level...
Related to SDK 12.3.
Quoting this question :
GPIOTE PORT event generated on the
rising edge of DETECT signal. Please
have a look at section 15.1.2
2)DETECT...
Hello,
I am experimenting with sending large notifications from an nRF52 configured as BLE peripheral with SoftDevice S132 v5.0.0. I having some trouble receiving the notifications...
Hello guys,
I would like to execute code once a scan request from any other BLE device is received by the NRF52 using Zephyr.
Unfortunately, I am not able to receive...
Hi everybody,
I have an issue with my application, I want to use the ble with the same antenna that it use in the development board PCA10036,
Could you please tell me...