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 Support Team,
Is there any plans to release the bluetooth 5 mesh examples with all SIG models support?
If yes when it will be released?
Thanks and Regards,...
hi,
is it possible to set major and minor values in ble_app_uart example in sdk14.1. and advertise it. now it is advertising rssi, uuid, mac id and device name. i want...
Can I get the Altium Library for the nRF52840? I downloaded the Altium reference design but when I try to create a library for this design Altium indicates it cannot be created...
Hi,
I am a bit confused about power consumption when using app_uart_fifo. To save power I put MCU to sleep in between each sent and received byte by using __WFE and __SEV...
Dear Nordic employee:
1、 what do I have?
I have two thingy52 develop kit(nrf52832)
2、what is my purpose?
I want to develop a dome that sounds can transfer between...
We are using nRF52840 as SPI slave and imx7 as SPI master.
Data sent by imx7(master) is received at nRF52840(slave) correctly, however the data sent by slave is not received...
Hi,
I have an application where first nrf51 would be the central (remote control) and the second nrf51 would be the peripheral. I got the peripheral to bond with the nRFConnect...
Hi! I am building an android app for my project. I am using Proximity , UART and DFU from nrfToolbox app. I have 3 buttons on my home screen dedicated for each of them. I...
This is related to another post seen here:
devzone.nordicsemi.com/.../
Basically, I took the peripheral UART example and modified it so all UART printing was disabled...
Hi,
I am using
*nRF52840, SDK13.1, SD140, TWIM, easyDMA enabled. I have tried with the both 0 and 1 instance.
Looking in DSO, I am pretty sure that, after nRF is sending...
I edit the Tx power in ble_app_beacon application (0dbm and 4dbm) using this function and i observing the rssi values in nrfconnect app in mobile.i didn't find the differences...
I've compiled a new app with a new BLE service and module to go along with it (for different work than my other question, I can test this service in a generic LE explorer...
Hi All,
There should be a typo in " nRF24LE1_Product_Specification_rev1_6", page 82, Figure 35.
The Unprotected Program memory is shown 10 kB, but seems it should be 12...
Hi All,
I'm new to nrf51822. I'm developing a battery powered device using the Nordic ble_app_uart_s110_pca10028 peripheral example program. I'm glad to inform you my core...
i want to change the conn_params .
the first gap_params_init() ,
as below: gap_conn_params.min_conn_interval = MIN_CONN_INTERVAL;//20ms gap_conn_params.max_conn_interval...