It flashes with sucess
C:\Users\vasco>openocd -f interface/stlink.cfg -f target/nrf52.cfg -c "program \"C:/Users/vasco/OneDrive/Ambiente de Trabalho/zephyr.hex\" verify...
Hi Team,
We are developing on a custom board with an nRF54L15 (Raytac Module with NRF54L15_xxAA_ENGB) and are unable to provision a pre-generated secp256r1 private key into...
Hi, I want to run Bluetooth Mesh Light example on nrf54h20 chip.
At the beginning I prepared devboard with this tutorial: https://docs.nordicsemi.com/bundle/ncs-latest/page...
Hello,
I am trying to build a firmware for the nRF5340 on the Thingy91:x. The firmware should use the external flash for the secondary Image and is using the chained bootload...
SDK: nRF Connect SDK v3.0.2
DK: nRF54L15-DK
Sample: spi_flash
default:
mspi-max-frequency = < DT_FREQ_M ( 8 )>;
If I change it to 32, it will printf these...
Hello,
I'm looking for answers and some explanation for two main questions - is it possible to perform non-simultaneous multi-image FOTA over WiFi? Is it possible to support...
As shown in the figure, MCUboot has a boot_go_hook function. I'd like to define this function in my own project and compile it into MCUboot. Since I'm using single slot DFU...
I'm trying to upload via DFU from one nRF52832 to another nRF52832
I use SDK 14.1
First I want to enable CCCD at the master side.
static uint32_t cccd_configure(uint16_t...
Dear Sirs,
We are evaluating nRF52840 now, How far is the maximum range it can reach while keeping the data rate at 2Mbps if we use two nRF52840 for point-to-point communication...
i've been trying to generate hex files using keil uv5 from the examples given in the nrf52 sdk, the pregenerated hex files work as expected, wheras the ones generated by keil...
Dear Nordic Team,
Thanks for supporting.
I want to know How to add Manufacturing data with whitelist advertising . Already i am implemented without whitlist advertising...
Hello Team,
I have developed a sample Android application to use and control Nordic Thingy 52. I am able to control LED (Constant, Blink, Intensity). But I am not getting...
I want to test the mesh network for that i have to set the radio range of node to minimum distance so that i'll able to test the relay node example. Will you please help me...
Hello I am trying to make an electron application which is based from the 'pc-ble-driver-js' module for testing pupose for production development with nordic product
I am...
Hi all,
I using NRF52 kit and NUS service . When I add bond on NUS service , I still using nomal and I do not see the difference before and after I add bond . So , I want...
Hi. I am going down a rabbit hole. Wish to work with the SDK for Mesh using ideally the PCA10040 (nRF52832) and PCA10056 (nRF52840) kits.
1) Is this possible to mix the...
Hello,
I use the nrf51 with SDK 12.3.0.
I followed the tutorial for custom services and added characteristics as described here: https://devzone.nordicsemi.com/tutorials...
Referencing another trouble ticket
https://devzone.nordicsemi.com/f/nordic-q-a/22621/hardfault-on-an-sd_ble_gatts_hvx-call-in-sdk12-3
I am experiencing the same issue...
I'm trying to implement send && recieve through one wire. Handling of pin state, if it is input or output is done via SW. Also it is going to be half-duplex only.
Is it...
Hello,
I'm playing with two thingy and I'm trying to make a sort of walkie talkie with them.
I wrote the code for the sound service client, then modified other parts...