Dear Nordic and community,
I am currently in pre-production phase of designing a PCB based on the NRF9151, and I am a bit confused by the Hardware Device Guidelines, which...
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...
Hey,
I have my nrf 52 dk and nrf connect 1.1.1.
I have soft device v3 on my nrf 52.
I connect my board into my computer, NRF connect recognizes my board and gives me...
Hello,
4 of 5 times when i want to connect to my firmware using RTT the firmware crashes.
Commands that i use are:
terminal one: JLinkExe -if SWD -device nrf52 -speed...
Hello ,
I'm using nRF52810 with SDK 14.1 base on ble_app_uart example. where i am continously receiving the GPS data via UART. i am putting my GPS module in sleep mode...
Hello,
My setup is: ble_uart_app example, custom board with nrf51822, sdk 6, s110, nrf connect for pc.
I am advertising with my peripheral device. Whitelist is being...
Hello,
I am trying to merge the code of ble_app_buttonless_dfu with the code of ble_app_uart,
because I starts all implementation with the code of ble_app_uart at first...
Hello,
I am using SDK9.0 and testing the LED_Blinky project with IAR tool, Evaluation kit. The application is executing and leds are blinking but I am not able to set a...
Hi, and thanks ahead for the help. I am working on receiving ble packets without using the soft device. I am able to transmit an advertisement with raw radio and pick it up...
Hi,
I am trying to write and update a record in flash but not receiving event callbacks FDS_EVT_WRITE and FDS_EVT_UPDATE. I found that i need to add the following code...
Hi there
Is there any PCA10040 simple demo IAR project? Just like print out "hello world" from any debugging uart? Base on this I can add in more functions gradually. ...
I am using clock signal from external RTC chip to clock NRF52832 at 32768 Hz through XL1 leaving XL2 floating. I have verified the waveform by the oscilloscope and set SRC...
2.4g ble work in 2 mode(not same time) when reset.
when I init 2.4g clock
void esb_clocks_start( void )
{
NRF_CLOCK->EVENTS_HFCLKSTARTED = 0;
NRF_CLOCK->TASKS_HFCLKSTART...
Hello everyone!
I have peripheral device with notify characteristic with 20 bytes length of value and connection time interval - 7.5 ms. So, I want to increase throughput...
Hi,
from the nRF52840's datasheet: Up to 4x SPI masters/3x SPI slaves with EasyDMA .
Is it possible to connect the nRF52840 as a slave with another microcontroller and simultaneously...