The nRF54L series is a new device to the nRF family, and during the bring-up of the chip from early engineering samples to mass production devices there have been quite a...
Hi, I am fighting with a bug I found in SDK v2.8.0 for BLE scan filter on a test project as follows: 2 Devices (Ezurio BL653-DVK using the nRF52833), both having central and...
During the setup process for nRF Connect SDK v2.4.0, an error occurred preventing the SDK from installing correctly.
The environment details are as follows:
* macOS...
Hi Support engineer,
I am quite new to Nodicsemi devices, I am going through some getting started tutorials, but I found there is no tutorial based on Segger Embedded Studio...
Hello,
I'm usign nRF52832 with nRF5_SDK v15. I'm using "ble_app_uart" example. I need to know that What is the maximum datarate for "ble_app_uart" example ?
In the...
I have a question with flash writing of nRF 52. Once written, you can not write it for the second time. It will not cause an error, but is there any way? Write the source...
Runtime environment:
1.IC:52840QIAA ;
2.SOFTDEVICE:s140_nrf52840_5.0.0-2.alpha_softdevice.hex
Development:
PWM signals of 10 groups of adjustable frequency and...
I am trying to establish communication using SPIM. when I checked the macro definition of NRFX_SPIM0_ENABLED it's present in apply_old_config.h. I am using nrfx_spim driver...
Hi,
I have two 52832 (both on SDK 14.2, S132 v5.1) talking to each other using a slightly modified UART service to support more than one connection.
I have this strange...
Hello,
yesterday I measured the current of our device and found out that it looks more as a square instead of spikes when no device was connected. Found out that when I...
In my code , i use P0.6, P0.8, P1.9 to control three RGB LED.
when I use nRF5_SDK_13.0.0-1.alpha, all is fine,
but when use nRF5_SDK_15.0.0_a53641a, the issure like below...
Hello,
I'm new to Nordic SDK and I would like to ask you for help with change of
GPIO IN_EVENT to GPIO PORT event implementation. The reason is we are using
revision <...
Hi,
I'm using nRF5 SDK v15.0 with S132 v6.0. I have two questions:
1. I use the ble_app_uart example. We want to use high UART baud rate, so I change it to 1M baud rate...
The project I am working on stores information in SRAM while it waits for the radio to get in range and transmit data.
I want to know if I can put items in SRAM buffer that...
I'm trying to learn the DFU process and how to include it in a project under development using SDK 15 and the nRF52 DK. I programmed the DK with the S132 Softdevice and the...
I'm having issues with slow directed advertising. I'm having a BLE peripheral where I want the device to advertise (direct) upon disconnects. I initialize the advertising...
My project goal is the following: To get data over USB and sending it to a computer using Bluetooth 5.
I've been looking around for a Bluetooth 5 dongle, but have not found...
I'm trying to sample ADC signal using 12 bit ADC resolution, but the digital signal doesn't match the original one seen in the Oscilloscope.
Here are my ADC configurations...