Hi Nordic Team,
I'm currently working on a BLE project using NCS v2.9 and targeting a custom board based on the nRF54L15. My goal is to use the SYNTH LFCLK source (instead...
Hi Nordic Team,
I'm facing an issue with BLE communication on my custom board using NCS v2.9. I started from one of the standard SDK examples (like throughput or peripheral...
Hello,
I have a question about the NRF SDK fundamental lesson 8 exercise 1. In the code below get_access and release_access are executed in different threads. The semaphore...
Hi, I am using nRF5340 for my unicast Audio server example where the nRF5340DK is the headset and my mobile device is the audio source. I have taken the unicast audio server...
I am using the nRF54L15 and SDK 2.9.1 in VSCode.
I need to know the microseconds since start throughout my code.
I created this function:
The problem is that CONFIG_SYS_CLOCK_TICKS_PER_SEC...
I am making an application using nrf52840 USB dongle.
I am using a python program with pyserial. This works great. My only problem is that I want to have a very reliable...
Hi,
We developed a custom board based on the nRF54L15 SoC. We realized many current consumption tests with regulator configured in DC/DC mode. These measurements are in...
Hello,
I am using HC-SR04 ultrasonic sensor and nrf52840dk. To measure the distance I have to find out for how long the ECHO pin of the sensor remains high.
for that I...
On my old Wondows10 development computer, all worked OK.
In a brand new Windows10 laptop, all up to this point installs/verifies fine using nRF Connect.
I cannot find...
Hello, I'm making a PCB project with nrf52832 and I want to use my debuggers only 2 pins(SWDCLK and SWDIO) to debug it. I have J-Link Edu, but I wonder if I can use it with...
Hi, All.
I' m studying nRF52832.
I have a question about example "ble_app_uart".
I m trying to send to smartphone using function "printf()".
Uart pins(RX, TX) are...
Hi everybody! I have a code running excellently on my nRF52840 DK. I would like to make it run on my nRF52840 dongle. What should I change in my SEGGER project? Can anybody...
I am building a project which requires accelerometer data from the LIS3DH accelerometer be read and then transmitted over bluetooth. I have successfully setup bluetooth transmission...
Hi,
For my project I need to receive 9 bytes of data from our main board. This data gets send using UART.
By looking at the pin diagram I could not find specific pins...
Hello,
I am running nRF Connect for Desktop v3.2.0 on Win10 64-bit machine. Everytime I launch an applet, such as Power Profiler, I get a new blank window and nothing happens...
Hi, I am having a problem changing information advertised by the Beacon while the application is running. I started with the app_ble_template example and added Information...
I have an nrf52832 dev board with me and I'm using nRF5_SDK_15.0.0_a53641a SDK version. I'm using the project " pca10040_ble " inside the " secure_bootloader " folder from...
Hello,
We are evaluating Thingy:91 for NB-IoT. We want to validate the RF transmit test and are using %XRFTEST command.
The syntax is as follows, AT%XRFTEST=1,1,3,18000...
The TWI_Scanner example is building and downloading fine (using SES) but it just prints:
"TWI scanner started."
Then nothing in terms of scanning addresses etc.
It does...
I've modified the ble-central/ble_app_rscs_c to scan for extended advertising packets.
The code works great on the nRF52 DK, but doesn't work on the dongle (nRF52840). ...
Hi everyone
I'm trying to implement the MQTT sample on my devkit but I'm a little bit lost. I never used the MQTT before, so its a little bit of a chocking to me.
From...