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...
I am developing a android app for firmware update on my device. I used buttonless dfu example to switch from application mode to bootloader mode, I write value 0x01 to the...
I'm trying to track down who is erasing and programming 0x800..0xFFF.
Does the SD_MBR_COMMAND_COPY_BL modify 0x800..0xFFF?
I inserted a CRC32 at the end of the MBR ...
How should we comprehend the nature of PPI, when dealing with radio interrupts?
For example, if I point radio event handler call back ( of this type:
static nrf_radio_signal_callback_return_param_t...
Hi!
I want to use UART function in my own project, base on ble_app_template.
but when I remove bsp module & board.h, add my custom pin config file, I can't see any UART...
Hi,
I'm attenting the tutorial to use Eclipse + gcc,
when I try to build the blinky project in Eclipse, I have the following error :
17:19:52 **** Build of configuration...
I am following this tutorial to be able to run the ble_connectovity example on the Nordic: github.com/.../pc-ble-driver
I can build and install Boost and cmake runs successfully...
ba_nRF51_spd.zip Hi,
I use nRF51422, SDK10, SD310 and fstorage fun beacuse I need save 10 uint32_t len datas to flash.
I did that....:
the callback fun
static void...
I have a proximity application where I would like to use the nRF51 DK (PCA10028) and Beacon (PCA20006) with Bluetooth Low Energy. I would like them to automatically link when...
Hi,
With the latest SDK (12) there isn't an UART bootloader example available. Am I right?
I'm trying to understand what are the options to program the nRF51 during...
Hello!
nRF52832 IC supports programming OTA the first time after its soldered onto a custom design?
We are designing a very small form factor wearable product and would...
Hello all,
I have a few questions about the best way to go about mass producing nRF51822-based devices.
Can anyone recommend a manufacturer that possesses the...
Cruising through a few questions about the ISP, In System Programming, in the forum and in both the specification sheets, 1.0 and 1.1 there is no clear documentation to the...
Dear Nordic members,
I am currently trying to measure the power consumption of the nRF52832 with the nRF52 DK. I am very new in the evaluation and testing of BLE Chips...
Hi
I am trying to implement long writes on the gatt server side. My implementation is stack handled, so I am going for the " GATTS Queued Writes: Stack handled, one or...