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...
Hello all, is it possible to wake-up the device from deep sleep using cap sense.
How reliable is the ADC cap sense, Im little confused as some people say CapSense is not...
There is an "error" in the Mesh 4.00 friend.c:friendship_alloc(..) function, when allocating a new friend with PollTimeout greater than 2147 seconds. The LPN allows you to...
Hi,
Working with Uart + DMA on the nrf91 board, we see two issues:
1. With baudrate of 115200, we get an overrun error after getting ~6KB of data.
2. Sometimes we do...
I am trying to develop a simple uart driver based on the nrfx_uarte driver but I get compiling errors (see below).
All I have is a simple uartOpen() function for now...
Hi,
Greetings!
I am trying to develop a device called as " Gateway ", which can receive SIGmesh messages and update/send those messages to cloud server and vice-versa...
Hi Nordic Community,
I have two nrf52840 feather boards, and I configured one of them as central scanner with the central_scanner example. It works well and was able to...
Hello all,
I struggle to program nrf52 on Eclipse, and it works fine with Keil. Let me explain :
With Keil :
-I first flash softdevice 5.0 manually with JFlash Lite...
software: nrf5_SDK_for_Mesh_v4.0.0_src
hardware:nrf52382QFAA
I just build the sdk,and then download s132_nrf52_7.0.1_softdevice.hex and light_switch_provisioner_nrf52832_xxAA_s132_7...
Moved to a new machine and now can't debug. I suppose I've overlooked something. First, Segger doesn't recognize that it has just compiled the app and asks to recompile. Then...
I've been looking at ways of implementing Web Bluetooth to connect to a Thingy52 using Bluetooth Low Energy.
https://github.com/NordicPlayground/Nordic-Thingy52-Thingyjs...
Hello; I have been working with nrf52840 dk's for the past couple months, and came across a few questions.
First off, my temporary goal using nrf52840 is to send a timestamp...
Hi
I am planning to use the nRF52833 for the AoA direction finding application. On that I had two questions.
1. Currently I have two nRF52833 DKs for transmission and...
Hi all,
I am developing on nRF Mesh SDK 4.0.0 with nRF52833 DK (PCA10100).
To save/restore persistent model state to flash, I added the code using mesh_config_entry_get...
Hello,
I'm new with the nordic chips and SDK and have a short question: I'm trying to send the battery capacity of my BLE device within the advertising data. I found some...