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...
Hi,
I have a python program using an NRF52 dongle and its working great with the a minor detail that if the program crashes and does not get a chance to close the adapter...
Hello,
I built own device (band) using nrf51822. It's works great.
But I want exchange Chip to nRF52832. I built device using elements and layout from datasheet nrf52832...
Is there any code example for storing application data using the zboss stack? I have only found this:
There are two predefined dataset IDs for a user application: ZB_NVRAM_APP_DATA1...
Hello,
I am having an issue where it appears that my hardware timer interrupts can occasionally be delayed by upwards of 20 ms or even be missed entirely. My code is based...
Hello,
I want to update to softdevice v7.0.0 on my nRF52832 based project.
The DFU FWIDs are listed here:
https://github.com/NordicSemiconductor/pc-nrfutil
However...
Hi,
I'm working with an NRF52 Dev Kit and we want to implement OTA DFU using BLE as we have in a previous project. All our projects are worked on in Segger Embedded Studio...
Hi,
I'm trying to send CoAP messages from an Raspberry Pi3 B to an nRF52 DK with Obersve_server on it.
What i've done :
I'ive edited radvd.conf like this :
then...
The following code snippet works if the Bluetooth LE device is NOT paired. After pairing the same device, the call to WriteClientCharacteristicConfigurationDescriptorAsync...
Hello,
i have a Problem with the COM ports of Windows starting the example.py from the nAN34_v1.01 application. I have configured the COM Ports in the example.py in the...
We would like to know if there is a way to flash the Thingy52 over the air programmatically. To give you an example, say we have 500 Thingy52 devices and they all need updates...
Hi,
i am working on nRF52832 Custom board ,debugged the uart program . i have powered on the chip using coin cell cr2032 and i have set the timer , so every one minute it...
Using the latest download and install of nrfconnect and nrf command line utils for a Win 64 machine, I am still finding that the PPK tools are unable to connect using the...
I started getting an error today when attempting to load the nRF9160 sample projects. I've been working with the DK and the samples for several months and had no issues. I...
Hi,
I am wondering if the SoftDevice preserves the order of the sd_ble_gattc_write calls internally when mixing WRITE_REQ and WRITE_CMD?
If I queue a packet using WRITE_CMD...