Hello, please help. I want to use nrf54L15 to connect to Bluetooth devices (Bluetooth headsets or other Bluetooth devices) and test the throughput between them. Is there any...
Hi,
I am getting framing error notifications from the nrfx uarte driver on a zephyr platform when receiving data from a certain external device, but only when there are...
Hello,
I'm having a serious issue with my nRF52840 board. Here’s what I already tried:
What I have done:
Verified working USB cables (data + power).
Installed...
Hello,
I’m working with a custom board using the nRF54L15 and the latest Nordic SDK, and I’m facing an issue while trying to communicate with an nPM1300 over I2C.
Here...
So I need to decrypt a single 16 byte block of data using AES128 and a pre-shared key on the above SoCs. But PSA doesn't seem to work (I'm currently working using the nRF52DK...
Hello,
I'm currently working on a fitness tracker application using the Nordic nRF7002 DK board, paired with an analog MMA7361 accelerometer , and a round GC9A01 SPI-based...
Function: Now we have developed a function similar to usb file upgrade on the application side by ourselves (which requires operating bank1, writing the Settings page, involving...
Hi support team,
In order to make the application hex valid after programming in a bootloader enabled project, we can use bootloader-settings.
As for secure DFU, it...
We are upgrading some products to SDK 14.2 and creating some new ones.
We need to start production programming of boards. I can't find the information on how to do this...
What is the maximum and minimum frequency of the PWM signal/square wave that can be measured on the NRF 52DK board I'm using NRF 52832.
Also, what is the max and min "pulse...
Hello,
I have found similar questions on transmitting multiple bytes over SPI, but I am still not sure how to do it. I want to communicate with a driver which needs to be...
Hi,
I found the 'Solar Sensor Beacon' example from
https://github.com/NordicPlayground/solar_sensor_beacon .
There, I found that no softdevice initialisation (nrf_sdh_ble_enable...
I am working through the nordic sdk 8.1 peripheral heart rate monitor example. I am wondering what RR is? I can't figure out what it stands for or what the purpose of it is...
Hi,
In my current project I have indicating LEDs connected via TWI bus. In this case, I can't use BSP_LED_0/BSP_LED_1 outputs to indicate states as it implemented in nrf_ble_dfu...
Hello, I recently use nrf52832 to make a wireless sensor network of BLE concurrently with NRF_ESB.
During development, I use only 2 sensor. Both sensors are connected to...
ANT S212, nRF52:
I've read all the links in the forum regarding serial port running in debug mode and not in run mode.
In my case, it works in RUN mode until softdevice_setup...
Hi
I have a sensor array which data have to be advanced burst to one or many devices.
The array size is anything from 24 bytes to 24k bytes, depending on the number of...
Hi guys,
I am using nrf51822 and SDK 11. I have some trouble about suddenly reset the nrf51822.
In my application, I used uart_fifo to received some information from other...
Hello beacon fellows,
with regards to maintenance, i am looking into the possibilities to avoid human presence when updating the message to be emitted by Beacon Kit. Any...
Hi,
I'm trying to do (customized / simplified) dual bank DFU on NRF52832 as simple as possible, without any complicated checks.
Assume I succeeded into storing the new...