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,
We need to refer detailed documentation of BLE mesh functionality which describes right from packet received on gatt layer to mesh
also we need to refer mesh document...
Hi,
I am trying to use the function `bt_conn_le_create_auto`, but I get the following error when I try to build it:
I created a simple app, just for testing.
main...
As usual the documentation gives me nothing more than what I can find in the source code h-files.
I am trying to find one place where I can get the information I need to...
Hi
I am using the PCA10056 (nRF52840DK) when I plug in the USB please see below.
It creates a new disk drive Jlink and proceeds to slow down my computer by a factor...
As Title and below figure
When I use nRF51422 dongle pca10031 , the Network Availability can discover , connect and read device rssi.
Here, I want to use nRF pca10059...
Hi,
why AT#XSENDTO in datamode is limited to 256 bytes of payload in one datagram please ?
It seams, that limitation comes from UART_RX_LEN in slm_at_host.c https://github...
Hi,
I am to understand that mcuboot & application are built in a single .hex file generated in build folder. I need to compile mcuboot separately & not as a part of firmware...
I'm trying to implement a Write / Notify type of GATT Characteristic to return 1 item out of an array of items.
So the Central sends an index, and the peripheral sends back...
I can only find a zephyr example for periodic advertising but I don't want to port my code to zephyr, is there any support for this in NRF5 SDK 17? Are there any examples...
Hi,
I am using two Fanstel BM833 dev kits which feature an nRF52833 to test the coded PHY feature. The advertised range is up to 1500m line of sight with the PCB antenna...
Hi, Im using the power profile NRF6707 on top of NRF52840DK and I run the nrfConnect to conduct some experiments. The tool works great but I wonder if there is a possibility...
Hi!
Power profiler (v3.4.2 64bit version or 32 bit version) has had this problem at least 1 year as we remember, and it's still not solved or optimized.
Problem description...
Hi Everyone,
I'm using nrfConnect Sdk v1.7.0 with vs code for nrf52833 chip.
I'm new to developing rtos applications, here I tried to to poll out some uart tx data using...
We are working with DFU-OTA "Android nrf Connect master " automation framework in windows laptop (which has xml file configured to nrf52833 board ) and connected to android...