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...
Following this tutorial: www.novelbits.io/.../ some doubts arose in my head.
My doubts concern Android app witch name is: nRF Mesh. This application is used only for Provisioning...
Our BLE DFU has stopped working in SDK 3 so I have tried to simplify it by going back to SDKs.
If I compile D:\NordicSemi\nRF5_SDK_for_Thread_and_Zigbee_2.0.0_29775ac\Examples...
Hi, I have a question about Bluetooth mesh secure provisioning, as it is described in the spec section 5.4.3.
The spec states that either
1) both OOB public key exchange...
We are looking to implement "dynamic" BLE services that can be configured (i.e. enabled/disabled) externally, however from the examples there appears to be no way of de-initialising...
Hi,
I have nRF9160 DK. I want to update firmware to (From Your WebSite: Link Pasted)
nRF9160 LTE-M/NB-IoT/GPS Modem firmware
https://www.nordicsemi.com/Products/Low...
Since nrfConnect Programmer, ninja flash/west flash ALL use nrfjprog behind the scenes, I wish I could find out _exactly_ which nrfjprog commands the nrfConnect Programmer...
Hi,
I'm trying to reduce the current consumption. I can't use sd_power_system_off because I don't want my device to rest when it wakes up. So the other way to do this is...
Can i commuicate over USB CDC on holyiot nrf52480 by giving Vbus(5v) , D+,D- , gnd from pc. and get output on VDD or do i have to also supply voltage on VDD(3V) ? I wanted...
Using nrfx_timer_extended_compare I would like to periodically adjust the compare value of a running timer. It seems to work without disabling the timer before this and re...
Hi,
Dear, I have a question about Fstorge and Bootloader. If my app layer calls the Fstorge API to store some data, will the data saved by the Fstorage API be erased when...
Hello All,
I am running into a mesh assert error when running the light switch server demo on a custom board w/ the NRF52840 (MDBT50-1M). The device starts up fine, has...
Hi all
I am studying mesh example such as light switch server, I use Segger Embedded Studio to comple the project of light switch, it is OK, but when I want to do online...