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...
A bit more detailed: A bug has been detected on the device under development. It is connected with the fact that if you try to disconnect a connected device on an iMAC Catalina...
Hi
I am trying to install the SES toolchain on my PC (Win 8.1) following exactly the nRF Connect v3.2.0 Getting Started Assistant. When trying to "Open nRF Connect Project...
I am using a nRF52 DK to program an externally powered board with a NRF52811.
I am able to flash a blinky program onto the custom board successfully using the output .hex...
Just as the title says, I'm trying to measure an input pulse width using PPI and GPIOTE. I am currently measuring the pulse width using timer interrupts, but I would like...
Good day!
generic_ponoff_setup_server_init causes Mesh assert error.
If I delete reallocation of dtt and onoff servers' subscription lists everything goes fine.
What...
Hi!
I have been using LoRa for communication for my product. I'm looking into using BLE mesh.
I have a couple of hundred sensors, all 1-2m apart from each other. Here...
In this scheme we use 2 inductor in a serial connection. 15 nH + 10 uH. Total inductor = 10.015 uH. ??? Is really need to add this 15 nH inductor? For why? If we just short...
When calling access_model_subscription_list_dealloc() from models_init_cb() an assert is triggered in sublist_invalidate() due to mesh_config_entry_delete() returning NRF_ERROR_INVALID_STATE...
I have 3 Nordic nrf52840 USB dongles , several Particle Mesh Argons and have ordered an Arduino Nano 33 BLE Sense and have found the Adafruit Feather nRF52840 Express . All...
Hi,
Greetings!
I am facing a issue while updating firmware
My Setup:
SDK 16.0.0
SDK for Mesh 4.0.0
nRF52832
DFU: secure_bootloader_ble_s132_pca10040
Application...
I've gone through the forum and I've tried certain "solutions" but none of them work for me.
I've erased my device in SES multiple times, recreated the files for the service...
Hi all, I am checking the Uart central and peripheral projects, also the one with usbd and I have one question that may be obvious for you. How do you select the peripheral...
Hello,
I am using nrf52840 and SDK 16.0.0
I am doing some work with the calendar example and got some questions.
Q1.
Inside the main function in main.c file there...
Hi, Is it possible to go from slow advertising to fast advertising with a button press? I did this but it didn't work:
P.S. I slightly modified names and operation of my...
Dear,
We just start to development our project. I use the Segger + nrf5_SDK_for_Mesh_v4.0.0.
I open the light switch sample project from "nrf5_SDK_for_Mesh_v4.0.0" by...