Dir Sir. I am checking the current profile of nRF24AP2 in RX mode.
After "open channel" command, I found the peak current at 10ms interval until connection pass.
How does...
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 I am building a software watchdog to monitor nrf52 peripheral states to have higher confidence for 10+ years battery lifetime. The idea is to check every few seconds if...
I am working with the S140 softdevice v6.1.0. The message sequence charts located on the Nordic infocenter are great help. Question: are they available in a printable form...
Hi,
Is there any editable software available that I can use to create a custom interface between my PC and my nrF58210 module. I have been successfully using the Nordic...
How to program flash with the output HEX file and SoftDevice file using NRF52-DK.
When programming with the output HEX file the device does not work, I need also HEX - SoftDevice...
I'm trying to set up a project with SDK 16.0.0 using FreeRTOS with the softdevice. The device will be battery powered and therefore power management capabilities are required...
Hi all,
I am trying to generally gain a better understanding of the GPIOTE module and how it can benefit myself in the project I am working on.
I am essentially attempting...
Hello
Does the nRF5280 include Schmitt-trigger inputs on the GPIO pins?
If yes, what are the voltage threasholds for the rising- / falling edges?
(Can't find anything...
Hi,
How does disconnect work in S112?
In the ble_template project, I did not find anything in DISCONNECT event.
static void ble_evt_handler(ble_evt_t const * p_ble_evt...
I have a nrf52833 pca10100 which can connect to nRF Connect Desktop to program fine. EVBW833 should have the same chip DK but it is not being recognized. Is there a way I...
Hi
On my custom board, I have an external flash connected via SPI. . The nrf runs on mfw 1.1.0.
Without activating the flash, I get an average current consumption of around...
Hello,
I am using nRF51 DK and it is programmed with s130 soft device and uart application hex file with nFGo studio.
It programmed successfully but device not showing...
Hi, guys. The codes in Nordic Github like
Android-nRF-Mesh-Library / Android-BLE-Library / etc
are written in Java.
https://medium.com/@nithinjith.p/ble-in-android-kotlin...
Hi,
I'm currently evaluating the nRF9160 chip as a potential replacement device in our internet-connected products. In most cases the zephyr documentation and examples are...
Hi,
I modified your USBD BLE UART Example by commenting out the button and LED code to run on a dongle with J-Link debugger soldered on.
I removed the bootloader and set...
Hi I am new to NRF52832. I am using SDK 16, Multlink Central (ble_app_multilink_central).
Here are my questions:
1) The software keep resetting when I flashed the code...