There appears to be a bug with commenting in prj.conf. If I do this:
# This is the appearance of the device from the BLE SIG Assigned Numbers List (384 is general remote...
Hi ,
I am trying to implemenent DFU on nRF52840. Aim is to store new image to slot on QSPI external flash but it seems like nothing is sored on slot 1 as when I upload...
Hello,
I recently tried some examples with nRF53 + nRF7002 (e.g. ble_coex example).
However, I am developing with nRF54 and I would like to understand if the combo nRF54...
Dear Nordic Support Team,
We are in the process of integrating the Nordic nRF Mesh SDK (version 3.3.4) into our custom Java-based application and require your guidance on...
Hi
I am working with a custom board with nrf52832 with only 32Mhz external crystal. My application is working in the nrf52832 development kit but when I use the custom board...
NCS 2.9.1
NRF52840
Sysbuild but with only a single image (no bootloader)
I've been trying to figure out how to change the merged.hex output and how to perform additional...
In this ADC example from Nordic on GitHub, it does not appear an AIN has been selected (e.g.: no call to nrf_adc_input_select() ). I don't understand. I have been assuming...
Hi,
I am creating a central application on a Nordic nRF51 device. Our project is related to connecting to peripheral of any profile. Using the MCP I connect, bond and enable...
Hello,
For our application I have to set up two simultaneous connections between a S120 master device and two peripherals that use the S110 softdevice.
A very short connect...
Trying to send 3 20-byte packets of data from nRF51822 (peripheral device) to a Samsung Galaxy S5 (central device) and send 1 20-byte packet back, all in less than 10ms. I...
Hello,
I'm looking to bootloader sources and i want to add a timeout if entering with a signal in DFU mode and no DFU detected for one hour.
There is a timers_init function...
I have a project that requires full-duplex voice comms (doesn't need to be high-quality). I'm evaluating the suitability of BTLE for the task. The new nRF52 has a PDM module...
I'm moving to Nordic from "another" BLE s.o.c. where the UUIDs, profiles, services and characteristics were defined in XML. With that product I could modify or examine or...
Hi
In nRFgo Studio there is an option to read the entire memory of a chip. In my case nRF24Le1 to a .mhex file.
The first lines of the .mhex file says:
Infopage:
Identifier...
I try to create a beacon which can receive dynamic UUID through UART and advertise with the received UUID.
Now I am working on the sample ble_app_uart, to replace the existed...
Hi,I have need to set TIMER2 interrupt at high priority because I need a interrupt at 0.5ms.
This interrupt must comes while Softdevice is enable and my device(nrf51822 beacon...
I've a query regarding the assert message that I see in the application.map file, when I use GNU Toolchain for building the application firmware for NRF51 SOC.
Environment...
Hello,
We avoid MITM attacks by using a static passkey. Does it mean that the attacker can decrypt the connection if attacker get the passkey? What I transfer or receive...