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...
Hello,
I have been trying to get my brand new nRF52840 Dongle working as an 802.15.4/Zigbee sniffer, but I am not able to capture any packets, even though the interface...
I compared the S132 and S140 protocol stack files. The S132 file does not occupy the 0x26000 address, while the S140 does occupy the 0x27000 address. However, the application...
Hi, I've spent a few hours trying to figure out a way to use the onboard PDM microphone on Thingy52 with the nRF Connect SDK.
I saw a pull request for one from a member...
Hi nordic:
I am using NCS 3.0.0 and VSCode. I was able to compile the sample code in the SDK some time ago, but now I am getting the following error when compiling the sample...
None of the buttons work, most errors are similar to as follows but specific to each button:
Error running command nrf-connect.app.createBuild: Could not find SOC. This...
Dear nrf team,
We are facing an issue with the eSIM on our nRF9151 board. The SIM 1.8V pin on the nRF9151 is not supplying 1.8V. We have checked this using a multimeter...
When trying to flash the NRF Bootloader via OpenOCD, i got this error from command line:
nRF52 device has a CTRL-AP dedicated to recover the device from AP lock. A high...
Hi team,
We are evaluating Amazon Sidewalk from Sidewalk SDK v1.0.1 , the hello-sidewalk sample is ported onto our in-house prototype board (nRF54L15). We’ve:
Provisioned...
Hi,
I'm using zephyr RTOS.
I'd like to put the cpu System ON Sleep Mode to conserve power.
Then, I'd like to restart the CPU with an interrupt or event from the comparator...
I'm attempting to use the Settings API save and retrieve data from nRF52832 FLASH memory. I can build and run the example application provided in the Settings documentation...
I want to use the UART to receive data, but that doesn't look possible if I use the Logging Module. I don't see where the logger module will interrupt my code to tell me I...
The NORDIC tutorials are great for demonstrating how to use GPIOs to drive LEDs and read buttons.
However, I need an 8-bit bus to exchange bytes with an external display...
We are using the nrf mesh sniffer android app to record logs of our mesh network to try and track down some weird behaviors possibly related to the messages being sent. The...
Each time I attempt to use a Zephyr API on my NORDIC device, I face the mystery of what CONFIG setting are required to go with it. For example:
To make the Async UART API...