I am analyzing the power consumption of a custom board with an nRF52833 BLE SOC and nRF21540 FEM for different BLE parameters. In one of my experiments I vary the amounts...
Is there a straightforward way to output the frequency of the 32.768kHz crystal oscillator to a GPIO pin? The motive for this request is to verify the crystal frequency without...
Hello,
I'm developing for nRF54L15 the application with the NSIB + MCUBoot. I have a problem with fprotect in mcuboot returning EINVAL error. That happens due to limitation...
Hi all,
do different settings of SAADC RESOLUTION register affect Conversion Time t CONV ? I cannot find any dependency - the only value given for t CONV is 2 µs typ (7...
My product has nrf52840 with usb mass storage configured using 8MB QSPI flash (same chip as the nrf52840dk - MX25R64)
I would like to allow users to upgrade firmware by...
I will attach my main.c and skd_conifg, maybe i'm overseeing something in code. Also i will attach schematics and pcb. I'm aware of RGB led consumption, in reality it's around...
Hi @ll,
I'm not able to receive any ble events that should be triggered by the SoftDevice.
What I did: - Using dfu_example (added beaconing advertiser and connectable...
hi,
I use SR3 52 V1.2 for development, and I want to copy a new project to change some code.
When I changed the file name, I found it could not be compiled through, only...
Hi all,
We are currently developing a wireless system for a musical instrument and MIDI controller based on a nRF52832 (using Laird BL652 modules). Our requirements prevents...
Hi,
I would like to test the ZigBee throughput like the examples ("ATT_MTU Throughput Example" for BLE and "Thread Throughput Measurement Application").
I'm not familiar...
Dear Support,
I am working with the new SDK 15, and got some question about using whitelist without device manager, and without pairing or bonding. As stated here: https...
I'm using v14 of the SDK and I cannot for the life of me get either the external 32MHz or 32.768kHz clocks working.
How is this possible using the SDK?
Our company is manufacturing security and telecom products. In our security product range, we are adding blue tooth based product which is under development. For this product...
I'm trying to add buttonless dfu to my app using the example from SDK14.1. It seems no matter how I adjust the memory I'm getting a NRF_ERROR_NO_MEM from ble_dfu_buttonless_async_svci_init...
Hi,
I have couple of questions about provisionning/configuration process:
1- I'm scanning with my phone and many ble devices show up (my devices and neighbor devices for...
Hi,
For my project I'd like to be able to remove GATT services/charactertistics. Is this possible? I can understand not being able to remove single services, but is it...
Hi
The application I'm currently working on has three debug settings:
DEBUG preprocessor symbol
Optimization level 0
NRF_LOG at debug level (using RTT)
...and...
On my custom board I have a button BUTTON_1 in between supply voltage (Vbatt = 3V) and input on nRF52832 - therefore input will receive 3 Volts directly.
I have configured...
Hi,
I am developing a code in which, among other things, when a button is pressed, a led turns on. In the same button handler, a timer is started to turn the led off a bit...