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...
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...
Dear Sir:
I use ble_app_uart example , i want use pwm to driver the FR Port ,Peripheral load. the Peripheral load is pulled up to battery.
when driver the load ,the...
Hi All;
Just a major concern of mine is that SES IDE is so inconsistent;
I can build a solution get errors and warnings...
Without editing anything and rebuilding the...
I have an issue with my board. It resets occassionally itself. When the board is starting by debugger and when it resets itself I can read 0xD in RESETREAS register. What...
hi,
I tried to provision the light example using the nRF Mesh app.
So far, I succedded in provisionning the device but i couldn't set the publish suscribed addresses,...
Hi, I'm using a modified version of the light_switch example to control a RGB led on Mesh SDK 2.0.1. I already managed to control the led by using 3 variables for each color...
I'm designing a Printed Circuit Board (PCB) for and embedded system currently in development. I am using a BL652 DVK from Laird and using SWD programming with Keil uVision...
My project is using QT program and nRF52DK borad.
I want to UART communication with QT and nRF52DK.
#1. If i write "hello" in qt program like below...
===========...
I saw this post for SDK v12.2:
The FDS requires data to be word-aligned
devzone.nordicsemi.com/.../how-to-force-word-alignment-for-fds
Is that still true for...
Hi,
My target is to update the application firmware running on the nRF module using serial wire connection.
I currently do experience the issue, that DFU process completes...
I am in the initial phases of porting an arduino project using the NRF52832 to the Nordic SDK (14.2 for the moment) and am running into issues when using TWIM and an event...
Hello
Im trying to figure out where the health model client sends the health messages. Ive tried doing prints in all of the send methods in health_model_client.c but not...
Hello,
I'm having an issue when I try to connect to my device from an iPhone X. I'm using SD132 v6.0.0 on SDK 15.
The phone tries to connect and then it times out. All...
Hi!
After connected and get log info "Connected." I start bonding:
but there is no any success message.
Therefore nRF52 SDK15 can't to made secure bond.
Why?
Hi,
I'm using the light_switch example to implement mesh. How do I display the RSSI value of server on rtt viewer when the client receives the server status?
Regards,...