This stopped working for me... Error is the following
Command failed: git ls-remote --tags --heads github.com/.../sdk-nrf
fatal: unable to access ' github.com/.../'...
Hello,
After a lot of efforts I managed to autoprovision and autoconfigure my nrf52840 board (provisioning and configuring inside the software and not through external app...
Hi there,
I am trying to interface at25xe321d with QSPI but it always end up returning zeros. Please find attached code and dts file for reference. Thanks Moh
Hi,
We have a custom PCB based on the nRF9151 and nRF7002 for a tracking use case, supporting both indoor (Wi-Fi scanning) and outdoor (GPS) positioning. Our firmware is...
When version 1.0.0 of nRF54L15-DK evaluation kit will be available and how to distinguish the version when ordered from distributors like Digikey?
In discussion here:
...
-> How to transfer data from one thingy52 device to another thingy52 device. If i have 2 thingy52 devices, I'll send data to 1st tingy52 then 1st thingy52 device will send...
Dear devzone,
Based on ncs2.9.1 and nRF54L-DK(v0.9.2), add in the prj.conf of the peripheral_uart example:
Compile and burn to nRF54L15-DK, the program does not run, and...
Hello is a starter developer
I used the nrf51822 chip on the pcb board and downloaded the example code but it did not work.
When I checked the 16mhz external crystal on...
Hi all!
I´m trying to use FDS to read and write to my nRF51 using the example from Infocenter.
The write seems to be OK and returns 0x00.
But fds_record_find() returns...
Hi everyone.
I want to add RFX2411N to extend BLE signal coverage. I also need to minimize power consumption. I used VDD_PA to control TXEN and 2 gpios control both TXEN...
Hi,
I am testing the USB CDC ACM Secure DFU Bootloader example via NRF52840.
softdeivce uses 5.0.0-2 alpha and uses SDK version 14.1.
I have a problem.
I ran Erase...
Hi,
I need to activate one pin just before the sample is taken on a saadc channel. I have settings as in saadc example.
How can I do this? Is there any event that I...
Is it possible to send more than 255 bytes on SPI when nrf52832 is used as slave. A few solutions use SPI Master with easyDMA and ArrayList to do this. Will the same solution...
Hello,
I have a question is it possible to break the nrf52832 if I try to load the application when the UART of the module is active(TX and RX pins are 1).
The softdevice...
Context :
I am using a nrf52832 to communicate via UART to a STM32 on a custom board. I've based my work on the Ble nus service example.
Main change from the DK is that...
I am playing with example app from this tutorial devzone.nordicsemi.com/.../
I can see the app only when I start debugging. If I just power up my custom board, it doesn...
nRF52, S132, SDK13.
I need flash two .hex files. One- firmware, second- data. It flashed on a factory. data- veans serial number and other personal chips info. Now I can...
We want to flash ble_peripheral over nrf52. How can we proceed?
we use the code from following link when we try compile this code in segger studio we get following errors...
I am using keil 5, softdevice 132, sdk NRF_SD_BLE_API_VERSION=5, nRF52832.
I am trying to work with firmware update over ble.
In the example folder, there is an example...
Hello Sir / Madam,
I want to load the BLE 5.0 (BLE Mesh) stack in nRF52832 chip.
Where I can find the latest Bluetooth 5.0 (BLE Mesh) stack on internet? Can you suggest...
Hi. My application uses an in-RAM log which I then read back to a terminal on the host using nrfjprog like this:
$/Users/eliot/dev/nRF5x_tools/nrfjprog/nrfjprog -c 1000...
Hello,
Exist an example of application ble_app_uart for pca20006?I found ble_app_uart for pca10028,but I want a project for pca20006(beacon) .I want use this project for...