Hi,
In our devices, we use an NRF51422 chip.
In our software we use the S210 v3.0 version of the ANT softdevice. I am trying to find the anomaly list of this ANT softdevice...
I am currently trying to get LLEXTs to work on the nRF5340 Audio DK. I was able to compile an llext and load it successfully, using the cmake features, However, I would like...
Hi all,
We've followed the reference EVK designs closely and are now in the Pre-Production phase.
The initial development board was intentionally large to accommodate...
I have followed the instructions in the DevAcademy Cellular IoT Fundamentals Lesson 3 Exercise 1 exactly, (whilist filling in the gaps from the cloned cell-fund repo) and...
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, just like the title indicated, I need help with setting up the nRF21540 EK with the nRF9160 DK.
For my application, since the nRF9160 DK has the nRF52840 on it, I...
I followed a couple guides and set up my programming environment for the nrf51 dongle but having some issues compiling even the blinky example program.
I am currently using...
I would like to know, if it is possible to use flowcode for nordic chips development?
Yesterday I purchased the software development tool Flowcode. There is a complete...
I am new to PCB and embedded devices in general, but I have decided to try to learn :)
I have started looking at parts for my PCB design and wanted to use nRF51822-QFAA...
Dear Nordic developers,
I'm developing multiprotocol application by combining BLE and a proprietary protocol by using timeslots. In my project I need to disable BLE for...
Hi Nordics!
I am trying to merge my hex files.
I followed this post.
devzone.nordicsemi.com/.../
First, I made a .bat file in the \bin folder.
merge_test.bat...
Hi,
i have a bunch of nrf51822 hwid 0024 or 001E.
With softdevice s110 version 7 everything worked fine, but starting with 8, they pretend to work fine (no error codes...
Using the pure-gcc makefiles, at present I only see this for a stack trace in the command line gdb client:
(gdb) bt
#0 0xfffffffe in ?? ()
#1 <signal handler called>...
If you have the most trivial main.c possible, with a main() which does nothing at all, compile, link and load it at 0x00000000, it runs fine and does nothing .. that's basically...
I have a nRF51822 program in which a button triggered event doesn't work as expected and crashes the program. The program may have potential race condition problem. Here is...
Hello,
I've overcome most of my problems using this wonderful Q&A system from other people. Recently I've moved from a nRF8001 + MCU to a nRF51
Using SDK 8.1.1, keil...
Hi all-
I apologize in advance for the noob question but I have spent loads of time on this and can't make progress. I am trying to work my way through the nrf51822 User...
I want to experiment with recording observations of the beacons with raspberry pi's.
Is there any precompiled firmware I can install on the nRF51822 smart beacon...
Is it possible to add a payload (1-2 bytes) to the beacon advertising packet?
I intend place an ADC output to the payload. For now, I'm using nRF51-DK but later wants to...