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 am new to nrf.
I want to interface Sparkfun capacitive fingerprint sensor with nrf52832.
There is Arduino lib is present for this module.
But I am stuck on how...
1. When I start the SEGGER Embed open project: when 10_hello_world_clock_gettime, the following pop-up error pops up: Did not finish 'cmake',
2. When I close the window...
In nRF Connect SDK 1.7.1, how to send hex data over the connection by AT#UDPSEND?
I use AT#XUDPCLI to create UDP client and connect to server.
For the AT#UDPSEND, it seems...
Hi,
1. How do I resolve this error?
2. waring line 93->line 165
3. error : line 104,line114, line128,line 138,
Thank you for all your assistance. Kind regards, Peter...
Hi,
ncs v1.9.1
dk: PCA10090 0.9.0
example :serial_lte_modem
Does this example have the following capabilities?
1. The hex data received from the server in EDRX...
Using the UART example of the 52DK with the TX and RX pins set as 8 and 6 the example works. If I try to change the pins to different pins such as 22 and 23, it does not work...
Hi,nordic
I'm looking for L2CAP Connection Oriented Channels example in NCS,such as Object Transfer Service.
can you tell me some information?
Thanks.
TRANSLATE...
Hi everyone, i would like to put this topic here so that new developers can benefit from it i hope.
when you want to measure the current you need a PPK-2 or Oscilloscope...
Hi expert,
I use the example below:
D:\Nordic\nRF51 SDK\nRF5_SDK_14.2.0_17b948a\examples\ble_peripheral\ble_app_uart
I changed UART pin from default pin0.08 and pin...
My goal is to implement dynamic pairing and connection to a Bluetooth device based on SDK16.0.0 and s132_7.0.1, and add a buttonless DFU function. By sending instructions...
I am trying to integrate GitHub - NordicSemiconductor/IOS-DFU-Library: OTA DFU Library for Mac and iOS, compatible with nRF5x SoCs library in one of the SwiftUI mobile application...
I was starting from multi-NUs.I need to send form a Master a message to 4 Slave every 50mS.
I see that up to 100ms It work but that at 50mS the comunication doesen't work...
Hello,
I was given a project that was built using nRF Connect SDK 1.6.0. I tried installing nRF Connect SDK 1.9.1 but received a bunch of compiler errors when building the...
We upgrade our project from nrf-sdk 1.7.1 to 1.9.1 and it broke part of our project.
The part that broke counts the number of falling / rising edges and triggers different...