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 trying to build the BLE Secure DFU Bootloader example using SDK 17.02 and the PCA10040 Dev board. Following various threads in the forum, I have been successful...
Hello, I'm trying to merge NFC writeable example " writable_ndef_msg " with BLE Beacon " ble_app_beacon ". My aim is to start BLE Beacon after the scanning of NFC. I have...
Hi.
I have implemented the Central and Peripheral NUS service on two devices(nRF52). Since the central knows the characteristic values, I would like to bypass service discovery...
Hi, I've a timer configured by gpiote to capture with a second 'overflow' capture should the signal stop. I'm not using an interrupt instead the CC[0] value is being used...
I have seen the same issue reported.
nRF52840 DK does not appear as a removable drive named "JLINK"
Done the following.
1- My laptop has only one USB port. So I have...
Hi there, I'm controlling the nrf9160 with a esp32 and I'm wondering if you have an recommended libraries for forming AT commands and parsing the return messages?
I'm running through the nrf9160 dk startup guide and I've updated the application and modem firmware. However, it does not look like the application is accepting AT commands...
I have a BL654-DVK (nRF52840) and BL653-DVK (nRF52833). I have a custom program modified from an example that runs and debugs properly on the nRF52840, and am trying to port...
Hi,
We connect our external Board through P20 from EVB NRF52-DK everything goes well.
We are trying to do the same setup on other computer and we get failures to flash...
Hi,
I'm having trouble with debugging the nRF5340. I'm only using the network core and hence use the empty_app_core project for the app core.
The problem i'm facing is...
Hello,
Ubuntu 20.10, nRfConnect v3.6.1, Programmer 1.4.8. Running appimage.
I get:
" Could not fetch memory size of target devkit: Error: Error occured when get library...
hi,
i am working on " ble_app_multilink_central " in ble central . i have connected two peripheral devices .how to include uart in "ble_app_multilink_central" example code...
I have an issue with getting the I/Os correctly setup for antenna switching.
I am running the radio_test example code with the following modifications.
So far, I have...
Hello
I am new to all of this and am wondering if this is possible, and if anyone can point me in the right direction if it is. I am looking to create an open source project...
Hi DevZone Team,
when I use west to configure a project, build/zephyr_settings.txt always contains
"BOARD_ROOT":"/home/user/test/nrf" "DTS_ROOT":"/home/user/test/nrf"...