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...
I am trying to flash custom firmware to Thingy using nrf52dk and nrfgostudio.
I have attached a cable from the debug out port on the DK to Thingy, and followed the steps...
Hello,
I'm using the nRF51822 QFAA and I just came out to this problem:
Is this still unsolved? I always end up in the same forum threads and making 0 progress on how...
About the PCB antenna layout of nRF52810, can i directly copy the reference layout provided by Nordic and paste it on my PCB?
Below PCB layout photo, is i directly copied...
I am about to start using the nRF52 for several projects and would like to know which version of Eclipse is recommended? Since Eclipse can be customized in many ways I'm looking...
i took the original sdk 14.2.0 s132-5.0 ble-uart nus-service example for reference measurements to send data from a 52832 to an android device running nrf uart v2.0
to...
I need to add two more led pins - #10 and #30 - to that board, but I don't know what to do with LED_START and LED_STOP lines, and so far, it is difficult for me to trace any...
Hi i am working on ble_peripheral example on nrf52. i am getting issue in bsp.c
BSP_BUTTON_ACTION_LONG_PUSH' undeclared (first use in this function)
bsp_button_event_handler...
main.c Hi,
I have implemented button long press with APP_BUTTON library with APP timer (a 5 seconds timer).
Normally the detection works fine.
But I found that if the...
Hi,
I'm trying to get BLE pairing example to work. I downloaded the missing micro-ecc library and I encountered this problem: github.com/.../70
So I've compiled this...
Hi,
I try to enable the ram retention function. (Bank 4)
So i used the POWER structure
NRF_POWER->RAM[4].POWERSET |= (POWER_RAM_POWER_S0POWER_On << POWER_RAM_POWER_S0POWER_Pos...
Hi,
We use SDK14.0 with S132 v5.0.0 on a custom board with nRF52832.
In our application using a lot of flash operation, and we found the error PM_EVT_PEER_DATA_UPDATE_FAILED...
Hi,
I am working on the nRF52840 Development Kit and I want to merge between ble_app_uart to usbd_cdc_acm examples.
I opened the usbd_cdc_acm example and added all .c...
Hello.
I have the problem with USB connection with NRF_LOG_ENABLED.
I am using my custom board, NRF52840 QIAABB version. I have enabled CLI over RTT, softdevice. I am using...
Problem: I use a button with a pull-up to wake up the device (nrf52832) from power_off, but by the time the bootloader verifies the application and jumps, the button may have...
Hi guys,
I am developing a appilication using nrf51822 using SDK 11. I am trying to use Fstorage and FDS to store data. I need this data to be updated frequently. As I...