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 want to use a timer to generate a Manchester data. The fastest data rate is 3.906 K-bit. So I want to generate a timer interrupt once 128 uS. Can anyone guide me how to...
Hi,
I am using Laird's BL654 USB dongle based on the nrf52840 and would like to convert the peripheral USBD BLE UART example ( https://infocenter.nordicsemi.com/index.jsp...
Good day!
52840 datasheet states " If the power failure warning is enabled and the supply voltage is below the threshold, the power-fail comparator will prevent the NVMC...
After the MTU size exchange of 247 bytes with Android LL_LENGTH_REQ/LL_LENGTH_RSP are exchanged with 123 byte octets for TX and RX. Data flows properly after that.
But with...
Hello,
I'm working on NRF52840 drivers for custom hardware using Nordic's FatFS / SDIO drivers and a tickless FreeRTOS configuration. When I load the demo code (fatfs demo...
Hi There,
ISSUE:
New Nordic Thingy:91 will not connect to the LTE network, it is giving "LTE link could not be established." and then rebooting.
Things I have tried...
Hi All,
I'm working on adding simple melodies (2-5 tones) to my app using the I2S module and i'm facing some problems:
How do i determine the tone?
Can i determine the...
The supl domain name doesn't resolve.... SPM: NS image at 0xc000
SPM: NS MSP at 0x20027508
SPM: NS reset vector at 0xe965
SPM: prepare to jump to Non-Secure...
To the kind attention of Nordic support team,
Let's please consider this scenario:
PCA10040 with ble secured bootloader already installed
PCA10056 with usb bootloader...
I'm confused by this because I believe I am writing to the correct LED Characteristic. The code looks like:
...
if characteristic. properties . contains (. write ) { ...
Hi
I would like to use an ENUM and STUCT within my application to maintain device state (IDLE, RUNNING etc). This state needs to update a BLE Characteristic. I have the...
Hi
I'm currently testing a microphone, I only want ADC reading from it to show how loud the sound is, so kinds like volume.
If I only using simple ADC to read the number...
I am using nRF5 SDK 15.0.0, nRF52832 and SES v4.50.
I have read some posts about this, but cant get the NRF_LOG_INFO() printed anywhere but the Debug terminal.
In sdk_config...
Hello. I am using and modifying long range demo master from Nordic PlayGround, which was originally developed in sdk 15.0.0. My purpose is to change it so that it will dynamically...