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...
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....
I have a 5 year old design using a nrf52832 on a MDBT42Q module. The BLE option was placed on the PCB in 2020 and has been unoccupied since going into production. My customer...
Hi Noridc expert ,
I am trying to configure using nsib + mcuboot on nrf52840,
I need to build the image with only public key avaliable , and sign the image else where...
Hello,
I'm currently using Visual Studio Code with the newest SDK, Toolchain and Plugin on MacOS and most of my applications are freestanding applications.
Now I want...
Hi,
I am trying to run the Zephyr BME280 sensor sample application (using nRF9160 DK) in NCS1.3.1, but get the below error:
My prj.conf is as follows:
And board...
Hi all:
I install "nRF Connect SDK v1.3.0" by Toolchain manager,
but it always show "Failed to clone the repositories".
Could you have any suggestion?
best...
I am trying to interface my nrf51 DK with the Lis3dh sensor . I have one reference code by elmot for the project and it is working.
https://github.com/elmot/nRF51822xxAA...
Hi,
I'm comparing the nRF9160 DK and Thingy 91. The purpose is to copy the LTE RF design for a Band-20 application. The GPS will not be used.
Question: Is the complexity...
I have bought two thingy 91 to develop the tracker using GPS and accelerometer. I did all the step by step to load pre-compiled hex file given on the website. Then I created...
We are making customize the wearable who records the data from the accelerometer and GPS sensors and sends it back to our server. SO, we decided to use thingy 91 chip has...
Hi,
We built the Blinky sample with NRF Connect SDK 1.3.1. It works fine on NRF52833 DK, but when flashing on external custom NRF52833 board the firmware won't start without...
Hello,
I am trying to integrate the Unity test framework into our project and running into issues with how to add additional test files. Nordic provides one example project...
Hi,
I am developing a project where I have NRF52840 as a device and another NRF52840 as a BLE USB dongle connected to PC.
I have to improve the BLE data rate between the...
Hi,
I have a NRF52840 device connected by BLE to another NRF52840 BLE USB dongle connected throw USB to a PC application.
I want to synchronize the RTC on the connected...
Hello I am currently working on a project with the XM122 / XB122 kit for an evaluation, the XM122 card integrates an nrf52840 MCU and a radar sensor;
The goal of my project...
Hi, I'm using nrf52833 with SDK 17.0.0.
I want to send SAADC data over BLE.
So, I want to see data in my phone.
I've modified codes.
I want to use macro(ble_nus_data_code...
https://devzone.nordicsemi.com/nordic/nordic-blog/b/blog/posts/simple-application-level-authentication
Hi
I am looking to make this example work but this post is old...
Hi all,
we are now using nRF52811 and its SAADC. We would like to use the oversampling functionality, but there is some information missing in the datasheet.
So, when...