hello, im from india im using nrf24l01+ for my project to transmit and receive data between two arduinos. i tried all tutorial basic programs but i cant sucessfully send and...
I'm analyzing app_timer scheduling code..
I have an question about list_insertation_handler function in SWI0_ISR
I think if ( (p_timer->ticks_at_start - m_ticks_latest...
I would like to test the newly added v4.2/v5.0 Bluetooth features (e.g. LE Secure Connections, Data Packet Length Extension, 2xSpeed, etc) against non-nordic devices. I have...
I am working on a project using a ble nano (nrf51822) using the Nordic SDK 8.1. In the examples I found a way to control an LED using the methods LEDS_ON and LEDS_OFF. I wanted...
Hello,
I am using ble_app_gls example and I have implemented static passkey in the code. Now I want to see if wireshark shows the passkey when I connect to ble devices. For...
Hi Team,
We are implementing an UART communication between a M4 processor (UART master) and a nRF51 (UART slave) and we want to use the UART in Low Power mode with flow...
Hello everybody,
for my project, i will bond the peripherial with the central.
I test my device with the MCP and can connect without problems. When i press the Bond Button...
My setup: SDK version: 2.5.0.v Modem version: 1.3.0. I am using MQTT to subscribe to a topic, for example, the LED state. The plan is t o set the LED state on the server side...
Hi,
The SDK version I am using is 2.6.1 and the example is "matter lock".
I wrote the following configuration into \child_image\mcuboot\prj.conf.
And add the code...
Hello, thanks for reading and happy holidays!
We are using an nrf5340dk, with zephyr and SDK 2.5.0.
We seem to have two undesired behaviors from MCUBoot immediately after...
Can,t flash nRF52832 custom board using nrf connect vscode extension im trwing to use nRFconnect for my project, im using fade_led from example and got this error
i try...
Hi everyone, I have a problem when I tried to configure UART ( baudrate, parity, data_bits, stop_bits, flow_ctrl). I upload my project:
#include "myuart.h"
#include...
Hi,
I want to use nRF9160's internal RTC. I coded it but did not get the real time correctly.
SDK: 2.5.0
IDE: vs code
board: nRF9160dk
Best regards,
Liza
I'm going through the Academy courses and somewhere around Lesson 3, I could no longer flash firmware to the nrf52840 DK.
I browsed the forum and found some notes around...
nrf connect for desktop nrf54l15 device not detected by bluetooth le app
log:
12:18:38.872
Using nrf-device-lib-js version: 0.4.4
12:18:38.872
Using nrf-device...
Hi,
in Cellular Iot Fundamentals there is in lesson 4 an exercise to move to MQTT with TLS.
As I used MQTT helper library, I wonder if it is enough to modify the structure...
We had an issue with the FDS such that if the device lost power in the ~50ms window after bonding was carried out, the FDS would take longer to initialise when power was restored...
Hello,
I have read conflicting information on whether Verizon requires the LwM2M library to certify on their network. We will be certifying a nRF9151 modem.
This Nordic...
Hello,
since using Bluetooth requires an expensive qualification process, I am looking for a more affordable alternative for a startup/small business like me.
The only...
Hi,
I created an application, that scans on Coded PHY and 1M PHY simultaneously. The problem is, it only works with the Zephyr opensource LL, but not with the Nordic Softdevice...