Hello, I’m trying to compile code for a u-blox C209 AOA Tag. I installed the nRF Connect Extension Pack and was able to build normally.
After adding some unrelated paths...
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...
Hi,
i am doing a project where i have to discover multiple custom services on connected ble peripheral from ble central device.
i am using nrf52832 with sdk 14.2.0 as...
hello,
Now i have two troubles in NRF52832 Gateway.
1.Planning introduce:
The only function of NRF52832 Gateway is to scan beacons' advertisements. With beacons‘ number...
Hello all,
So I've ran into an unfortunate situation, our firmware team decided to ditch us just as we're about to launch our product. I got a dump from them including...
HI,All
Before I erase flash ,I must do memcpy(). I do not know why.
As follow, after i delete the function memcpy( (uint8_t*)&data_buff[0], pdata, len), when i write data...
I have been trying to execute a simple program for GPIOTE event. I am using SDK 15.0 and using the nrfx_gpiote li"brary. I have added the required headers.
Yet, I am getting...
Hello,
I have a product in the field (sdk 12.2 and soft device S132, based on NUS profile) since a couple of month that works ok but crash with some Samsung devices
...
Hi I am trying to write a driver for the nrf8001 BLE and interface it with LPC1758 Arm M3. I am a beginner in this field and I am not exactly sure, if I am following the correct...
I try to port LESC example from PCA10040 to PCA10040e(52810) on SES.
Porting work has been done. When building, it reports VFP issues of liboberon_2.0.4.a, as below:
...
Hello all,
I am using the latest SDK 15 and softdevice v5 (downgraded from v6 thought it was causing issues) on the NRF52 DK. When I build my application it states:
Compiling...
I want to make my device automatically go to sleep mode when the power is connected. And when the device wakes up from sleep mode, it should not automatically go to sleep...
Hello, We are trying to use the debugger tool on Keil for the nRF51 DK, But we are having a really hard time to figure out how to make it work. Do you guys have a tutorial...
Hi,
I am developing my own program based on serial example. Project is based on gcc compiler under eclipse. I have preapared my own board with rigado module (nrf52832). HW...
Hi!
SDK13, nRF52.
I try to use FDS storage to flash and always get FDS_ERR_NO_SPACE_IN_FLASH.
What shold I check for normal work?
Now I have next settings:
#define...
Hello,
We are having a peculiar issue with the NRF52 and SDK 13 that I hope you might be able help with.
Having migrated from SDK 12 to SDK 13 with softdevice 4.0.2, we...