Hi
I am using nRF52840 with SDK 15.3.
I have a project where I uses FatFS to write to a SD-card with SPI interface (SPIM3). This works very well.
I am now trying to...
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,
In nRF9160 with ncs 2.9.0 I've problems when trying publish a MQTT payload bigger than 2700 bytes aproximately. In advanced I already was adequated buffer size...
Hi, I've recently acquired an nRF54L15DK, and started the development on BLE, I'm fairly new to Nordic's enviroment. In the last couple days I've been trying to build the...
Hi everyone,
I use the ble-app-buttonless-dfu example to develop my application.
I make a mutual authentication to be sure the device is connected to the right mobile...
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...
Hello
We are facing problem and please help us how to solve this problem.
> Condition,
- NRF52 DK - SDK version: nRF5_SDK_14.2.0_17b948a - Examble: ble_peripheral...
Hello guys.
Is possible integrate features from the IoT SDK to the BLE stack SDK?
I am planning use a Quectel cellular module attached to my nRF52DK and connect Azure...
Hello Everyone,
A part of my logic for the module i am developing requires to put the device (nRF52832) in low power mode for xx seconds. Once the timer expires, application...
Hello,
has anybody put two nRF52832 on the same PCB and make them work at the same time, one with BLE and the other with Bluetooth Mesh?
Or one nRF52832 and one nRF52840...
Hi,
In the multilink example, we are working on 4 links. I have 8 devices.
In the test process, if you connect 4 units first and turn off the 4 units connected at the...
Messages sent from the nRF52832 over serial, using nrf_serial seem to be getting lost periodically as they are received via an implementation on an Android Tablet. We are...
Use 64M Flash to make FAT32 FS, open Writeback mode(NRF_BLOCK_DEV_QSPI_FLAG_CACHE_WRITEBACK), write 1M file "1.txt", "2.txt" in order, use Windows PC to check the prompt ...
Hi,
I need to measure all width of continuous pulses without stopping the measurement. The pulse frequency is about 10kHz. But the frequency and the duty ratio changes dynamically...
Hello everyone,
It seems like a very basic issue but somehow I am unable to resolve it.
I have a characteristic of length 20 bytes. This characteristic is supposed to...
Hi everyone,
I am having problems in getting the twi peripheral to work properly with the accelerometer I am using ( NXP MM8653FC).
I am getting some wierd issues, firstly...
Hi,
I have noticed strange behavior when Android-Image-Transfer-Demo firmware is used (SDK13, softdevice 5.0.0-2.): Demo kit does not startup if powered from the coin battery...
Hello!
I am putting (with a wave generator) a square wave on pin 17 of the microcontroller, and I want that same wave to come out on pin 18.
How do I do that?
Do you have...
I'm using SDK v 12.2 project ble_central/ble_app_uart_c using GCC
After running the project for awhile a stack overflow in the ble_stack_thread() is detected which eventually...