I have installed nrf-command-line-tools_10.24.2_amd64 and jLink_Linux_V794e_x86_64 on Ubuntu 22.04. I have also installed nrfconnect-5.0.2-x86_64 for desktop and the Toolchain...
In the past few months I got aware, that some, in my opinion simple questions, get marked with
"This comment is under review"
and then nothing happens. For weeks, even...
Hello,
We have an NCS v2.2.0 nRF5340 application with MCUboot that requires GPIO control of a few pins extremely early in the startup process. We have a signal "A" pulled...
Sorry if this is too off topic, I actually don't have any problem with my nrf52840 dongle, but the App I'm communicating with. But maybe someone of you has run into the same...
In SDK 11 the FreeRTOS port has the following line is declared in portmacro_cmsis.h
#define portNRF_RTC_PRESCALER ( (uint32_t) (ROUNDED_DIV(configSYSTICK_CLOCK_HZ, configTICK_RATE_HZ...
After updating from sdk11 to sdk12, the application only starts in debug. If started with reset, it hangs. I am running on a pca10028 board an with EmBlitz 1.0. NRF51 is QFACA1...
When I test the example, When I disconnect my phone of the nordic board.
I can use the other Phone to connect the nordic board
So, I think that how to avoid the connect...
I compile blinky_pca10040
I use IAR EWARM - ARM Cortex compiler
I have a Rigado BMD-300 on my PCB
Use J-LINK EDU
When I try to download and debug, I get the error
"Failed...
Hi
I came across this article:
www.nordicsemi.com/.../Bluetooth-Smart-hearing-aid-receives-stereo-audio-direct-from-iOS-devices-and-can-recognize-and-optimize-settings...
Hi, I want to change some configurations of my beacon such as packet type, UUID, Tx power and so on, in an online manner through the Bluetooth connection(by an application...
Hi I have run into this error when running. However it has just appeared (the FDS did work but now will not initilise.) I am using Visual_gdb.
As per this issue
I have...
Hi,
I am using nRF8001 with a MCU from PIC18F family. I have successfully configured nRF8001 to send and receive data through the nordic UART pipe (I used the app nRF UART...
I am experiencing a strange problem with stopping a scan. I am using the mesh from github.com/.../nRF51-ble-bcast-mesh together with interval scanning, meaning start scanning...
Hello Nordic developers,
I was tracing through the new SD init code in the HRS example app for nRF52 and followed this macro into softdevice_handler.h. Is it supposed to...
I am planning on using:
NRGF51822 CDAB WCSP (= 128KB Flash, 16KB RAM, 3.5x3.5mm)
Another main chip I will be using is:
LSM303AGR ( www.st.com/.../en.DM00177685.pdf)
...
Hi
In my application I have a function that takes about 1 ms, in which timing is critial.
(I cannot allow even a few us change of the timing inside this function).
When...