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...
We are developing a device where we would like to include the bluetooth connectivity of the device with phone, to answer the calls and to listen to audio. We are using nrf5340...
Hi,
actually we have following Solution:
- NO battery powered devices - the first nrf58240 acts as a beacon advertsing temperature values all 10sec - On our gateway, there...
Hi,
I'm trying to follow the MCUBoot + SMP SVR example on this page: https://developer.nordicsemi.com/nRF_Connect_SDK/doc/latest/zephyr/samples/subsys/mgmt/mcumgr/smp_svr...
My application uses NVS to store data and it works just fine - no errors reading or writing , and saved data persists between device power cycles.
My application also has...
Hi,
i have two nRF52833 program for make AOA. One is programe as Tx with "direction_finding_connectionless_tx" and one is program as receiver with "direction_finding_connectionless_rx...
Dear Support Team,
1. How to use Bluetooth Low Energy CGM service on NCS? Are there any examples for us to refer to? For example, nRF5_SDK_17.1.0_ddde560\examples\ble_peripheral...
I turn on the device, the led turns green. And I use usb to connect it with computer then I open the nrf connect for desktop, the bluetooth low energy tool,
10:51:05.822...
Hi,
Our custom board using the nRF52840 with SDK 15.0.0 experiences a higher current draw if it starts up without the USBD module enabled at some time. The first screenshot...
Hi, I work with SES on an nrf52840 on a custom board. Here is my issue :
My board can be wakeup from SYSTEM OFF with 2 interrupts on 2 differents GPIOs : 1 is connected...
hello Nordic
sorry to nag but i am waiting for an answer on the thread below for more then a week now, hope you can attend to it or at list inform that you are working...
Hello Devzone,
Working on my Ubuntu 20.04 LTS host, I recently lost ability to flash my nRF9160dk board. The embedded J-Link is detected by its serial number, but an attempt...
Hi, we are working on an application with 300 nodes. each node do 10sec advertsiment and afterwards 10sec scanning pls check the picture below
1) Beacon2 for example advertisies...
Hi,
I have added an external reset switch on my custom board. Maybe a stupid question, but do I need a pull-up resistor? Because in de schematics of the nrf52840 dk I didn...
Hi,
i want to send and receive data via uart1 (connect to a raspberry and send/receive text).
Is there a simple example that shows how to accomplish this?
Im using SDK...