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...
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...
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 noticed nrfx_spim.h contains a method called `nrfx_spim_xfer_dcx` but I can't use it directly in my SPIM app.
I am wondering if that method is available to nRF52...
Hello,
I did getting started guide on a new computer (Windows 10 64 bits) and when I tried to check if all is ok with AssetTracker, I got that error message. What cna I...
We are currently getting intermittent errors in our ANT enabled application in field testing. To try to understand where this is happening I want to send over ANT an indication...
Hi ...
I want to measure the temperature using thermistor .. I am working on saadc example . I need give the reference voltage as 5v how to give that ? is there configuration...
We are developping an application using an NRF52840, Based on nRF5 SDK for Thread and Zigbee V3.0.0
Running S140 softdevice
One way of doing OTA is described here (Thread...
Hi,
We need to program nRF5x IC, so for that we are trying to program in the DK boards. For this we are using nRF52840 dk board and nRF51822 dk board (where nRF51822 IC...
Hello.
I try to provision Thingy52 in according with this document.
Can someone help me to create aray byte of invitation please?
In this case we have: Transaction...
Hello,
I wanted to do a rough estimation of max. range between two nRF52840 with ZigBee and BLE with and without coded Phy, for various environments (indoor, outdoor,...
Hello, i intsalled the software stack for use with latest release of nrf sniffer package.
By starting the capture process with wireshark 3.2 i have noticed an issue:
In...
I have a project where we have 2 nrf51 that need to be time synced with eachother.
The problem is they are placed on the body one on the back and one on the chest of a person...
SDK 16.0
nRF 52 DK
LIS3DH Axis sensor
I am trying to understand the sdk_config.h about the NRFX_TWIM_ENABLED config. Here the 'M' stands for Manager or Master? If I...
Hello,
I am using nRF52840, SDK_16.0.0, S140 SoftDevice and Segger 4.16 for flashing the image. I am using ‘ble_app_blinky’.
1) In Product specification, it says 2...
I'm developing a USB Keyboard Receiver. But I founed that there's no APIs and no descriptions about HOW TO SEND CONSUMER KEY and NORMAL KEY in USB HID mode.
I find a lot...