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...
I want to implement FOTA Update for a nrf5340 based board by using nrfConnect SDK v2.9.0 with zephyr and mcuboot. The board has a MX25R6435F external flash (same as the nrf5340dk...
Hi,
For my Master Thesis, I’m working on localization using nRF54L15 boards with BLE Channel Sounding. I’ve been using the official samples available online, specifically...
I have been able to connect and initialize two different Bluetooth OBD II Devices. I am running into issues with the third device I am trying to add as an option. I add the...
nRF 52832 + NCS 2.6.1
We are successfully setting the advertising Tx power in discrete steps {-40, -20, -16, -12, -8, -4, 0, +3, +4}dBm using
However, I am being asked...
I have nRF52840 DK (board PCA10056) . Right now I flashed LED blinking program on nRF52840 DK. It is fine.
Now I want do ADC operation, so I fed some external analog signals...
Hello, I am trying to send and recieve data with the M24C32-FMN6TP 32 Kbit (4K x 8bit) eeprom. My data are arrays with 16bit values and the datasheet says it cannot write...
Hi,
I have nrf9160 dev board.
It seems to me that getaddrinfo() has memory leak. If socket is closed, and call getaddrinfo() to reopen, it returns -10 (memory) error....
i'm looking for support in desinging modules working in zigbee network with driving this network from mobile phone by bluetooth. It has to be multiprotocol system. How should...
Hi,
I was trying to load the sample example code for Assets tracker in SEGGER Embedded Studio for ARM V4.20a but i encountered with some error.
Transcript & Output:- ...
Hi everyone. I've implemented kind of simple FW updater. The purpose is to copy FW from flash (0x0 address, no MBR or SoftDevice) to RAM buffer on node1. than send this FW...
The most recent nRFConnect AppImage version (3.2.0) fails to launch on a Debian system due to chrome-sandbox file permission errors.
Steps to reproduction:
1. In a recent...
I'm using nrf52832 DK and SDK V 15.3 and SoftDevice S132 . I have created a custom services with 5 characteristics. So i want to get maximum throughput so i increased MTU...
Hi
For our semester project, we develop a box that has to reads some parameters from an oil pump system and send data to the cloud. As we wanted to make it independent of...
Hi everyone,
Im looking to put together a security solution consisting of an accelerometer and a proximity beacon. The accelerometer would be installed on gates and authorized...
As part of our evaluation on the Nordic BLE SOC, I want to measure the throughput, range and the power consumption.
Can someone point me to any sample program(s) that I...
A while ago I was experimenting with the usbd_msc demo, trying to get the firmware working as RAM-disk-only storage, without any permanent storage like Flash or SDC. While...
Dear Team,
We need a SoC which can support the following features for our wearable product.
1) Battery Charging
2) I2C interface for sensor
3) GPS
4) BLE
Regards...
Hi, I have run light switch example in SDK 15.2 and SDK for Mesh version 3.1.0, when I try to add new app_onoff_server_t model to Server with my code:
and I have modified...
Hello,
i noticed that even i send AT%XMODEMTRACE=0 with response "OK" the bsd lib triggers EGU0 / Trace interrupts. The modem is not started, but the bsd lib got succesfully...