Hi,
I believe 2M and 1M are OK to adjust, however, long range code added the extended advertisment, I am curious whether I can update these three PHY all together.
Thank...
Hi,
I was wondering if the newest sample available in NCS3.0.1 is already capable of holding multi connections. Otherwise, for this little time that is present i will...
Testing with NCS 3.0.1 and nRF54L15-DK. I would like my devices to be able to work as channel sounding initiator as well as reflector role. In my own code I have integrated...
Are there any samples for proprietary radio based on connect SDK?
https://www.nordicsemi.com/Products/Wireless/2-4-GHz-proprietary
I am not interested in gazelle and wanted...
Dears,
I have tried to install the nRF connect SW package on a Windows 7 32 bit system (different versions) but was not able to get the applications running. When installing...
Hi everyone, I'm working on a project with Zephyr (v2.9.1) and I'm facing a compilation issue related to managing two SPI devices on different buses ( spi0 and spi2 ).
In...
Hello, I'm running an example of channel sounding using nRF54L15.
The build is fine, but the following error occurs during flash.
Python is using 3.12.4 version. As you...
Hello,
I was trying to build Clapp oscillator with a JFET J310 (FYI: link text )as it is shown in the figure.
Capacitor C is variable and goes from 20 pF to 285 pF...
Hello
Please tell me about sd_ble_gatts_value_get ().
Please tell me about sd_ble_gatts_value_set ().
For these two cases, it is not used in the SDK, but is it old?
Please...
Hello together,
I' am working on a Bluetooth application and have a problem with the transmitting time of the Bluetooth.
In this Screenshot you can see the end of...
Hi,
I want to connect an ADXL362 low-power accelerometer to a nRF51DK via SPI for a BLE application. However, I'm still quite unfamiliar with Nordic Semi's BLE offering...
In SDK12.2 init timer user APP_TIMER_APPSH_INIT(APP_TIMER_PRESCALER, APP_TIMER_OP_QUEUE_SIZE, true);
but when I want to use more timer,how can i add the number?
Dear Nordic,
I am having some apparent delays in the time that passes from the pressing of a button, and the execution of the ISR that this button triggers. I am using...
Hi, Nordic
I checked DFU operation, found DFU work in bootload mode.
I want to know below operation is OK or not. Plz help me check:
download DFU bootloader
download...
Hi, I use the PCA10040 v1.1.
This is an example of a PCB stack-up.
My questions are,
In the case of PCA10040, which is 4 layered, what are the values of...
Hi,
I am writing a firmware for one of my custom boards which use GPIOTE to detect interrupt for 3 GPIOs inputs (P0.03, P0.06 and P0.09, both with internal pull-ups) and...
Hello,
I'm trying to write my ADC samples over spi on a sd card (Using SAADC like in the sdk 12 example with PPI and using fatfs like in the example in the sdk).
I open...
I have been using the pc-ble-driver Python bindings to implement a peripheral. I have extended BLEDriver to support sd_ble_gatts_* the functions. I now have a working peripheral...
Hi All,
I am struggling with this question from many days. Does the SPI transmit or receive operation in SPI master code uses DMA? While using SAADC DMA I have specified...
I'm using an app timer to blink an LED while in the bootloader.
Initially I was configuring an app timer when the bootloader started up and never stopped it, assuming the...
After failing in replacing a Cortex M4 for a NRF52832 I'm studying the possibility of using a NRF51822 as a BLE controller, used by my Cortex M4 MCU.
As I saw there is...
Hello
Please tell me about sd_ble_gatts_value_get ().
Before execution, handle is 0x11, but after execution it will be 0x00.
Is this an abnormal thing?