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...
I would like to implement functionality to use a digital temperature sensor TSYS01. I cannot find that this already is implemented in Zephyr so im wondering how i in best...
Hi there,
I want to use a LiFePO4 Cell to supply the nRF9160:
Is the MAX17224 suitable to power the nRF9160?
Is this Power "Sequence" OK? Productspecification nRF9160...
currently we are facing an issue with our testing that, our product battery is getting drained to 0 volts. we understand that we need to put a cutoff voltage from the firmware...
Hey folks,
I'm developing a long-range application with nRF52840 DK that (optionally) uses NUS (Nordic UART Service) to send data to Samsung S10+; there is no problem establishing...
Hello,
SDK 15.3.0
nRF52840-DK
s140
IDE:SES
I am running into an issue using the app timer and LPComp together. The error is NRF_FAULT_ID_SDK_ERROR, With RTT output...
Let say during the normal program flow I want to change often the edge direction which will trigger the event: rising edge, none, falling edge, none … Can I work direct with...
hi:
i want to know CKCON config is CKCON =0x01 or CKCON =0x02? because datasheet is CKCON =0x01
External data memory stretch control. 001: One stretch cycle (default)...
Hi All,
I'm working with Nordic BLE Mesh and trying DFU (OTA) provided in sdk for Mesh.
I used \doc\getting_started\dfu_quick_start.md as the guide to setup and test...
Hello,
I am using nRF52840. I am trying to get hands on DFU. Without any modifications, I am using examples as is.
1) I followed below steps to do DFU hrs_application_s140...
I am looking for some 'getting started' information on configuring the nrf52833 DK for direction finding.
I have read the thread: https://devzone.nordicsemi.com/f/nordic...
Hello,
I have made a custom board based on NRF52840 IC.
The board is using GPIOTE, SPI2 and TWI1, and when put to sleep, consume 665µA. When just initializing the SPI...
Hi,
I would like to read accelerometer value from orientation_detector_calibrate() (in asset_tracker/src/orientation_detector/orientation_detector. c).
But from main.c...
Hi,
I am learning nRF development with 52DK device and SDK v16.0. I noticed that by default the 52DK planned P0.5~8 for UART purpose.
I am wondering if I can disable UART...
Hello ,
I am trying to send 1,000 of MPU-9250 data from NRF5832 peripheral(ble_nus_uart) to NRF52832 central(ble_app_uart_c).
And i have been searched this site and set...