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 would like to double check with you if 9-pin cortex-M adapter board for Jlink can be used and connected to PPK P21 connector : https://www.segger.com/products/debug...
Hi Team,
We are using the nRF52840 DK for one of our project, as part of that we are using internal flash one of the sector with start address of 0xfc000.
We have written...
Hello, we are having a low occurrence issue when attempting to write some data in NVM using fstorage.
We are using a nRF52832 as a BLE peripheral using SDK15.2.0 and SoftDevice...
Nordic colleagues,
We just received our nRF 52840 DK and are attempting to install the nRF Sniffer application to use with Wireshark. We were able to program the DK with...
Are there any plans to expose a raw packet interface for the nrf9160? And ideally forwarded via an async serial port, perhaps as an option for the SLM application? i.e. without...
Hello,
I have a problem of reading GPS options for "NRF_SO_GNSS_POWER_SAVE_MODE"
This is the code:
I always get -1, and errno value 22. This function works for ...
Problems encountered in nrf51822 software development: When burning the program to the microcontroller, I used the Bluetooth serial port service to send the collected adc...
I'm working on a prototype currently using the nRF52840 dongle. I've used the ble_app_blinky as a basic, and added some custom code to it. The goal is to use BLE in the end...
Hello everyone,
My empte memory is displayed as EE instead of FF after i cleared the memory.
I use commandpromt to check memory:
nrfjprog --qspicustominit --memrd...
I am sending a data packet by notification that spans many MTU sizes. So I do a loop over the sd_ble_gatts_hvx(m_connection_handle, &hvx_params) method until I get a BLE_ERROR_NO_TX_PACKETS...
Hello. I'm having an issue with nrfjprog that has been discussed in this forum several times but I can't manage to get it working. I'll link some of mentioned posts at the...
I use AT%XVBAT command as the power query of the device.Now when the voltage is inquired, the return value jumps and the measurement is inaccurate.During this period, there...
I have a design using nRF52832, and I'm hoping to use RAM set before a pin reset is applied. But, at least with a debugger attached, RAM appears to be randomised through a...