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...
I am following along this example on your website: Exercise 1 - Nordic Developer Academy , and currently trying to complete this excercise: Exercise 1 - Nordic Developer Academy...
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...
nRF52832, SDK17.1, s132 I work with SPI and it works on the this project with SDK15. But I have transferred this prj to the SDK17.1 and I can't make SPI work. I don't get...
Is the t2t_lib/t4t_lib source available?
I'm referring to the following binary files:
sdk/components/nfc/t2t_lib/nfc_t2t_lib_gcc.a
sdk/components/nfc/t4t_lib/nfc_t4t_lib_gcc...
i faced with a problem :
i created a private key
then make public key from private key
insert my public key in dfu_public_key.c
build bootloader_secure(debug...
Hi,
I am a newbie in nRF51 application. I am busy with a project which required the peripheral to communicate with the central once per second. Just to make sure that the...
I have a NRF52382 DK and cannot seem to get the fs_store callback to fire.
here is my fs_config callback function:
static uint8_t fs_callback_flag;
void fs_evt_handler...
HI, i m working in a project using mpu6050 and hmc5883l in same chip and nrf52832. indeed, i see that guys face many problem with twi connexion. so i decided to create a self...
Is there a way that I can still flash via SWD, but also have the DFU bootloader installed ?
The moment, as soon as I install the DFU bootloader, I have to upload the app...
Hello,
I am having some trouble properly using UART and my MPU-sensor on a nRF52832-custom-board.
The UART-pins I am trying to use are P0.05 for UART_TX and P0.06 for...
Hi!
For my master's dissertation I am currently investigating the possibilities of Bluetooth Low energy in terms of speed. I am using the Nordic UART service to send as...
Hi, I use PCA10040 v1.1 with Keil MDK 5.20 and SDK 12. I have installed J-Link 5.12f driver.
I usually use the NRF_LOG_ENABLED MACRO to check the UART debug message.
...
Sorry that I'm asking 2 questions in one go, but they are closely related.
Problem: got 0x00000008, INVALID_STATE error when calling sd_ble_gatts_hvx, looked it up, it...
Hi,
Tried to use nrfjprog to erase / program the nRF 51 DK, when running nrfjprog --version, it yields the error of "JLinkARM.dll not found. Please reinstall latest JLinkARM...
Hi,
I start the sniffer (on Windows), wait for it to find an advertising device, select that device, and then start Wireshark 1.12.8 .
In Wireshark I can only see broadcasts...
Hi,
For some time, I've been developing code on the nRF51 with a U-lInk based debuggers and Keil. Things have worked well with that setup. One particularly nice feature ...