Implementing deep sleep in nRF54L15
Using sys_poweroff()
System gets reset upon wake up by button press
Using k_sleep(K_FOREVER)
System is not waking up by button...
Hello! I've been trying to do the same project for about a month now - just a simple keyboard adapter that takes the input from a keyboard and translates it into HID signals...
I would assume that nrfutil device will respect MacOS DYLD_LIBRARY_PATH environment variable but instead it fails to load libjlinkarm.dylib. Steps to reproduce: - Run nrfutil...
Hello i am running the radio_test sample on the custom nrf5340 board for the logging purpose i am using the pins 8 and 9 of the port 0 but the issue arising is that there...
Hi.
I made the smallest system module using nRF52840. The schematic diagram is as follows.
My reference design for power supply is as follows,
For Firmware....
Hi,
How to implement two sets of SPI on the NCS v3.0.0 nRF54L15 P2 port? If it can be achieved, please provide the corresponding IO ports for these two sets of SPI.
Kind...
Hello,
About 2 months ago I upgraded my project to SDK 17.0.0 (from SDK 15.0.0).
When I opened the datasheet recently I found that a newer version - SDK 17.0.2 is now...
Hello,
Im trying to implement FOTA on the nrf9160. Currently my first version is working however I would like to decrease the amount of data used in the process. According...
Edited: It appears any use of NRF_CRYPTO_BACKEND_CC310_BL breaks joining.
Environment: nRF52840; SES; nRF5_SDK_for_Thread_and_Zigbee_v4.0.0_dc7186b
I am implementing Thread...
Hi Support Team,
For the recent DFU issue "some Android 10 can not connect to the device during the DFU" ( https://github.com/NordicSemiconductor/Android-DFU-Library/issues...
I have 2 characteristics in a single custom gatt service.
There are 2 issues -
1. If I dont enable notifications on char 1, I dont see any data on char 2, even though...
Hi,
I am using
nRF52810
SDK 15.3.0
Keil IDE
The soft device is S112_nrf52
JLinkRTTViewer for debug
nRFConnect (pc-version)
I used ble-dfu to download...
Hi, I encountered an issue when moving my project directory within my computer. In fact, the linker seems to be unable to find some functions definitions : Error[Li005]: no...
I am going to use two nRF9160dk for LTE-M communication. However, it is difficult to approach because examples are nowhere to be seen. My question is, is LTE-M wireless communication...
Hello Nordic support team!
I have some basic questions regarding the GPS receiver in nRF9160 as input to our evaluation of a possible tracker:
1. Is it possible to send...
Hello! I'm using SDK 15.2
I have a bootloader that has both BLE and USB DFU capabilities
Everything is working fine, the inactivity timeout of bootloader triggers in all...
Hi,
I am trying to activate the Ibasis sim included in my thinfy:91 kit. I am getting the error: " There was an error submitting your user information. This SIM cannot...
Hi,
I'm working with nRF-Connect-SDK v1.2.0 There is a problem when using NVS and LittleFS, even at building time. On my board I've just one partition defined called "storage...
Hello everyone,
I've got strange behavior coming out of my app timer.
I'm using the timer to periodically turn on or off some LED's and since each LED pattern is different...
I can make the RTC work with interrupts and __WFI(). I absolutely can't get events and __RFE() to work for the RTC. However, it works if I replace the __RFE() with __NOP(...