Hello Team,
Could you please share some sample application or procedure to handle power modes (Sleep, Deep Sleep, etc) of the nrf9160.
Please let me know.
Regards, ...
Hello,
I have tried twice to request for SUPL license for getting A-GPS working but it has been denied both of the times. I think first time it got denied due to mismatch...
Hi Nordic Team,
The atomic fifo implementation is based on armv7-M, right now I want to port it into cortex-A processor, I made some changes to get it compiled without...
Hi,
Kit:nrf5340
Can you please tell me if there is any example in nrf connect SDK v1.5.0 related to data transfer concepts.
Is ble controller will be enabled during...
I'm was testing the gsp sample in samples/nrf9160/gps. It runs fine on my nRF9160DK and reports NMEA messages. However, when i ran it on my custom board, it failed in setup_modem...
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...