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...
Hi I wanted to ask if there is a driver/library for the mcp25625 chip? Also for the communication do I use " SPIM — Serial peripheral interface master with EasyDMA " or "...
I'am achieving lowest power consumption in connected mode. I can't identify source of short spikes every 40Hz when mcu is in low power mode. I'am sure that it's not application...
under code is my sdk main code and i want to change code to Sensor --I2C-- nRF52 --UART-- app but where i have to start and change ?
/* Copyright (c) 2010 - 2017, Nordic...
I've been doing some testing with Mesh DFU and I've noticed some unexpected behavior around handling missing data segments.
As I understand the Mesh DFU protocol, if a data...
I have issue about calibartion using saadc.
I use 52832, S332, SDK 15.3.0
when calibration is excuting, ANT+ and BLE is also doing.
I use low power mode in saadc.
...
Hi
I want to know if there is any source code of thingy91.
Because I want to follow thingy91 for making a product with the use of the same antenna, and I want to know...
Hi,
Recently, I was trying to move my project from STM to Nordic IC.
I just wonder how to implement the below codes into the nRF52832 or how to program it in Nordic environment...
Hi,
I want to set sending power(+4dBm) of NRF52810/NRF52832 with SDK 15.0.
Now,i find i should use the order of sd_ble_gap_tx_power_set(uint8_t role, uint16_t handle,...
Using a AF_INET UDP socket on the nrf9160 I will get ENOMEM when I send a bunch of datagrams over the socket. I understand how there can be a limited number of buffers for...
I am trying to debug the dfu bootloader using SES. This is my first time using SES. I opened the example project and everything builds fine. The image loads on the device...
I am currently working on a design with the nRF9160, and have a few questions about the DEC0 pin and decoupling for the module in general. I have been considering adding additional...
Hello,
I am use bonding and want to forbid new bonding if proprietary authentication criteria is not met.
For example, I want to allow bonding only if my device is on...
Hi, I am using nRF5_SDK_15.0.0_a53641a.
I'm using code below to start WD and I'm not feeding WD.
After WD reset, I'm looking at RESETREAS register and DOG bit is...
Hi,
we are currently in the process of optimizing our connections for better throughput. Use-case is connection based FruityMesh ( https://github.com/mwaylabs/fruitymesh...
Sir i am using only one nrf52840 board
Sir i am changing router role to coordinator role and also remove the zb_ed_role in preprocessor definition
now the project building...