Hi all,
I am trying to count the positive edges of a 3.5MHz signal with GPIOTE, PPI and the TIMER1. Unfortunately i can only measure to frequencies up to a little more...
Loaded Softdevice S140, ( Using NRF52840 DK board ) using NRFgo Studio.
App flash base is set to 0x00021000 and app RAM base is set to 0x20003000
Looking at the CPU...
In our earlier projects with nRF51 and SDK 8 we used to have bluetooth device names of length 13 or 14 characters. However, when using nRF52 and SDK 12 I noticed that the...
Does the Antenna in this Beacon relates with this "BAL-NRF02D3 '50 ohm balun transformer for 2.45GHz ISM"? Any idea what's this "BAL-NRF02D3" for? many thanks!
I am using a eeprep tool which can only be used with command prompt. I am struggling with it.
Here is the format to use eeprep tool :-
usage: eeprep [options] <infile...
Description : It is not possible to flash or debug an application with IAR on the Nordic target. This issue is caused by a bad interaction between CMSIS-DAP IF present on...
Hi,
What should i do after i load mesh app in " github.com/.../nRF51-ble-bcast-mesh" adress?i have two board
When i download the app,why doesnt advertising exist.i cant...
I am developing my product using the desktop app in the NCS SDK. I found that during OTA, it can only upgrade from a lower version to a higher version. This means that when...
I am using Keil v5 and the nRF5 SDK 17.1.0 .
I use this example.(nRF5_SDK_17.1.0_ddde560\examples\ble_peripheral\ble_app_uart\pca10040)
I hope the chip enter system off...
Hello,
We are using the nRF52840_CKAA_R7 package of the nRF52840 on our custom board. The board's USB pin connections are designed based on the nRF9160-DK's nRF52840 reference...
Hi,
I just received my Thingy91x. I followed the onboarding and created a provisioning profile in NRF Cloud. The device did not connect and no logs appeared in Serial terminal...
Hello everyone,
I am trying to execute Nordic Bluetooth ESL tutorial with PAwR. Here, I am able to change the images and handling the state of an LED connected at the Tag...
Hi,
We are encountering an issue where the existing firmware does not run on the chip when powered by a coin cell, even though a 3.3V power supply is available from the...
When I compiled and flashed the Nordic Distance Toolbox example onto two nrf5430dk boards without changing any options, the following message appeared on one of the UART ports...
Hi,
I have the following scenario:
nrf5340
SDK 2.1.1
HFCLK: 32Mhz crystal
LFCLK: square wave of 32768 Hz from an external RTC, range [0 - 1.8] Volts
square wave...
Hi, I am using a custom nrf52832 device. In that device , button is connected with reset pin P0.21. due to reset functionality I am not able get interrupt from button.
how...
Hi,
I am using nrf52840 to develop a product. I use NCS sdk v2.5.0.
I developed a project based on the [Bluetooth: Central HIDS] example in the NCS SDK. This example enables...
Hi,
i am using SDK 2.1.1 with nrf5340.
I would like to add the linker option --wrap.
What are the possibilities to add this option in Visual Studio Code ?
Could it...
Hi,
I am using nrf connect SDK 2.9.0 with nrf52840DK and MCUboot with own RSA .pem file (from older versions, so no ECDSA possible). How can I increase verbosity when building...
Hello,
My BLE peripheral code works fine with Android devices, but it is failing with iOS devices. I am encountering an error message: "Ignoring data for unknown channel...
I'm working through the tutorial here. https://academy.nordicsemi.com/courses/nrf-connect-sdk-fundamentals/lessons/lesson-4-serial-communication-uart/topic/uart-driver/#uart_config...
I'm working with nRF52840, my function will read wav file from SD card and play it using Zephyr I2S driver. My source code about playing sound in below.
The strange is the...