I have problems with nRF Connect(Android, latest Version, no version number found) to find BLE devices with 2M phy, coded phy and extended advertising. So i am running nRF...
Dear Nordic Team,
I hope this message finds you well.
Some time ago, we asked about the migration from nRF9160 to nRF9161.
We want to ask the same question regarding...
I want to use the external flash on the nRF5340 DK using SPI as the board I'm developing for will not have QSPI. I used the littlefs sample which has a lot of the settings...
I have made my own NRF52832 Dev board as in the next image:
I received the board, and ICs and hand-soldered them in my home.
however, I am still a newbie in nRF SDK...
For the GetAssistanceData endpoint (POST /location/agnss), if we are using the x-custom-device-id header instead of a device token and registered devices, how can we view...
Hi there,
I was following the tutorial here https://academy.nordicsemi.com/courses/nrf-connect-sdk-intermediate/lessons/lesson-6-analog-to-digital-converter-adc/topic/exercise...
Hi,
I need information about adding an additional flash IC to my project. However, I am wondering if there are any limitations regarding the maximum storage capacity that...
Does the nrf52811 temperature peripheral do automatic linearity compensation? The product specification 1.0 says: " Linearity compensation can be implemented if required by...
I'm currently unable to build the asset_tracker for Thingy:91 on Segger Embedded Studio - using nrf9160_pca20035ns for the nRF Connect SDK Project
Do anyone have an idea...
Dear Team,
what is the way to do it in Zephyr?
I have a signal up-to 10kHz, what is the best way to keep the counter in the background?
Thank you and best
Oleh
In the getting started assistant App
When I run:
pip3 install --user -r zephyr/scripts/requirements.txt
I get this as the error:
However, when I run
pip3 install...
I am doing power consume estimation, need to know detail of RF activities, is there any way to get the total send/recevie bytes of RF? or just simple tx/rx counts? My project...
Based on nRF5_SDK_15.3.0_59ac345 at nRF52810
Bootloader = examples\dfu\secure_bootloader\pca10040e_ble\
Application,
Program Size: Code=36132 RO-data=5176...
This issue concerns code using Softdevice S132 v6.1.1. v5.0.0. I did not test with any other version.
From the documentation of sd_ble_gatts_hvx in ble_gatts.h, I expect...
#define LESC-DEBUG-MODE 0 / set to 1 to use the LESC debu g keys. The debug mode allows you to use a sniffer to inspect traffic. */ The above macro definition is available...
Hello !
I have two devices with the same firmware, to switch in DFU mode I call this function :
On the first device, I reset in BLE DFU mode.
On the others devices...
I have 3 Nordic nRF52840 usb dongles but I also have about 30 Particle Mesh devices. I wish to install some of my software that works on the USB the dongles onto the Particle...
Hi guys,
I've written a wrapper around the FDS (SD) on SDK 15.0.0 and am trying to calculate remaining space as a combination of my reserved records and written records...
I'm running the ble_app_proximity_coexist example on PCA10040 with SDK15.3. In mesh_main.c, there are calls to NRF_LOG_INFO sprinkled around various places. Some of these...
Hi NordicS,
We have a project that uses multiple BT peripheral devices connected to various sensors, and 3 BT centrals that are connected to a MCU that acts as the "mainframe...
I am trying to use an application timer and I want to be able to reference the timer in another source file.
main.c
APP_TIMER_DEF(m_MSG_timer_id);
another.c
extern...