Hi all,
We've followed the reference EVK designs closely and are now in the Pre-Production phase.
The initial development board was intentionally large to accommodate...
Hi,
I am using nRF52840 DK and I am following Nordic Academy nRF Connect SDK Fundamentals. I installed SDK 2.9.1 and toolchain 2.9.1
I copied the sample blinky and encountering...
I am currently working with the nrf54l15, I have both the DK and a custom board I designed. I am running into issues with the uart00 peripheral when using custom GPIO pins...
As part of a university project I am trying to read an analog signal and transmit it at the maximum data rate over ESB. But I cant seem to get above 1700kbps without any of...
use "nrf5340 cpuapp" to compile project, flash statistics as follows, see blue color
[3/11] Linking C executable zephyr\zephyr_pre0.elf
[6/11] Linking C executable zephyr...
Hello,
I am currently measuring the current consumption of the Thingy:91, specifically when running the Asset Tracker v2 application. I observed that the average current...
Hi, I'm using nRF Connect SDK (v2.1.2) with VS Code on Windows for a project targeting nRF52811 .
Even though everything is versioned in Git, I keep running into the following...
Hi,
I need trigger repeated SPIM via PPI for a batch of samples until the given RAM buffer is full. Then I need start another round of batch SPIM with another buffer.
...
Hi,
I am trying nrf52832 with pca10040 board. My app uses s112 soft device and also SPIM0 to collect data from a slave device. No event handler has been used when initializing...
I want to know how to control BLE connection of nRF52832. I am using softdevice S132. I have a device that works centrally and a device that runs peripherals. When the peripheral...
nrf52832.
SDK14.2
Segger ES V3.34a
Options for Sequential Serial numbers
We have managed to program a single serial number into the UICR, using our Development...
I am trying to interface I2C EEPROM (AT24C512) with nrf52840 and I am directly writing to and reading from the registers mentioned in the datasheet. I am seeing the i2c waveforms...
Hello -
We are also bumping into the problem described here , where it is not possible to initialize LESC when BLE is initialized from a FreeRTOS task. The nrf_stack_info_overflowed...
nRF52DK
external board with 51822 and mems
I connect my external board with nRF52DK as this (left is board, right is nRF52DK):
SWCLK -> SWDCLK
SWDIO -> SWDIO
VCC...
Hi,
I got some troubles on the communication distance between the two units which one acts as central and one acts as peripheral, I tried to adjust the BLE parameters the...
Dear Sir,
I have enabled my project for SPIM+EasyDMA.
I am configuring the SPIM transfer nrf_drv_spi_xfer with additional flags like,
NRF_DRV_SPI_FLAG_NO_XFER_EVT_HANDLER...
nRF51822 QFAA
At first I set up the RAM size to 0x1F80, it works fine. However, after I try to use RTT to print log, I got the compile error: region RAM overflowed with...
Hi ... how to set the password to secure the connection between the device and application . I don't want to anyone to connect my device , for that i am planning to the set...
I have a nRF52 DK. I'd like to debug my board which has nRF51822 and sensors, and has SWCLK, SWDIO, VCC, GND, RX, TX, VCC, GND. Please provide detail steps on how to wire...
I'm developing a central that discovers services in a peripheral. The services are both custom and standard BLE services. Discovery is working fine, but there is one issue...
Hello,
We are experiencing a rare condition whereby we read in raw Accelerometry data (758 bytes) over the SPI bus, and sometimes (rarely), we'll get a block of repeated...