I have tested the nRF Cloud Multi Service Sample using Quick Start and it works perfectly.
I am trying to build the sample so that I can make small modifications for an...
Hi everyone,
I'm currently following the "WiFi Fundamentals" course provided by Nordic, and I'm encountering issues with this specific exercise (l5_e2):
To ensure I wasn...
Hey so I just wanted to use the BMI270 on the Thingy:53 and Polling the acceleration values seems to be working just fine. I wanted to use the DATA_READY Trigger. I am working...
Hi everyone,
I'm developing a BLE application where I measure throughput between an nRF5340DK acting as peripheral and an nRF52 Dongle as the central (using a Python script...
Hi,
The attached code is based on a sample code from NCS v2.9.1 and creates a LittleFS flash disk on external SPI NOR onboard nrf54L15DK. There is a mismatch in the code...
Hello all,
I have below queries on my custom board and mesh.
I have designed my custom board using nRF51824 and i am using J link debugger for programming , I can able...
Hi, I know there are already lots of threads around this but it seems none is like mine.
I'm running my toolchain on a Mac so I think I have a more challenging debug setup...
Hi,
I would like to know is there any shopping sites selling beacon modules that we can configure later based on our requirement?
I searched on few shopping sites where...
Hi,
We are developing a pretty complicated multi-threaded application on nRF52832.
Part of the requirements are storing a large amount of data over time (Megabytes)...
Hi
I am using gpio for input interrupt as below
nrf_drv_gpiote_in_config_t in_config = GPIOTE_CONFIG_IN_SENSE_HITOLO(true);
in_config.pull = NRF_GPIO_PIN_PULLUP;
...
According to PS, external reference min. voltage is 0.83V. However, I've experimented with voltages of about 0.2V and it appears to work. Specifically, I connected a voltage...
Dear all,
I am planning to develop a system which has the same functionality as N550M8CC SoC.
I cannot use directly N550M8CC module because space limitations so I am...
Hello everyone
I am trying to write to SDCARD with FATFS.
Data received from BLE and SAADC incoming data.
Writes every second.
The size is about 100 bytes.
SAADC is 1000...
Hi guys,
I wanted to try out the experimental "ble_app_att_mtu_throughput" on the newest nRF5240 DK. Using Keil, this project is to big for the free version. Since I knew...
Hi everyone,
I have one problem with the application timer. When I change the state of characteristic to the value of 1, the following code is executed:
err_code = app_timer_stop...
Just stumbled upon a few questions, which are hard for me to answer at the moment.
I wanted to do some throughput measurements with the example taken from SDK 14.2.0 mentioned...
What does the QSPI controller inside the nRF52840 do when the ACTIVATE task is started?
Does the ACTIVATE task result in communications with the external QSPI part such...
Hi,
I have a question about the UARTE peripheral.
is it possible to keep the DMA running and let it write to ram in a circular way?
I used DMA on the stm32 before and...