Hi all,
Actually I'm building with vscode my firmware for a custom board build with an nRF9151 non secure. After building I got a merged.hex file, this is the file upload...
Hello, I’m working with the Distance Measurement (nrf_dm) module and aiming to implement a centralized topology using Anchor and Tag roles.
The intended behavior is:
...
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....
I have installed SEGGER Embedded Studio for ncs sdk. I have installed everything else required to use NCS sdk.
From the command line at ncs/zephyr, I can successfully run...
Does Nordic recommend a specific version of SES? Should I just download the latest version direct from Segger or do I need a special version of SES to have full compatibility...
Hi Guys,
I was able to connect a second uart to the evaluation board and receive over uart.
however I didnt find an example of how transmit a buffer over uart.
is there...
Hi, we have a product that we want to update with new fuctionality, We use latest S110 for NRF51822 and would like to have more than 2 ppi groups useable.
In what scenarios...
Hello folks I have been struggling for some time with the driver for the MCP23S17 in Zephyr. I have already tried this code: https://devzone.nordicsemi.com/f/nordic-q-a/64024...
Hello I am developing a device that uses BLE.
User will connect bluetooth directly the first time they launch a custom app, and they will try to connect automatically the...
Hello I am using an acconeer XM122 / XB122 radar sensor with the integrated psco nrf52840, it turns out that I have mistakenly deleted the bootloader so I cannot flash with...
Dear,
I am using nRF9160 DK,
I can re-define pin for UART0 and UART1, from UART0, i can receive data from UART0/UART1.
Now, I want to send data to UART1.
Plz...
Hello,
I am using nRF51822, SDK12.3.0, pca10028, S130 as a central scanner.
Now I set the scan interval to 100ms and the scan window to 50ms. It is planned to use 50ms...
Hi,
I want to know what is the additional current or power consumption when the temp sensor is acquiring data and operating as intended.
kind regards,
Erick
Greetings,
we have a custom pcb with nrf9160 and are using nrf-sdk v1.3.0 and mfw v1.2.0
Sometimes when connecting to lte the code crashes:
The code in question is...
Hello, I am developing with: custom nRF52810 board, nRF5 SDK 17, S112.
I'm using APP_TIMER for my main tick. I have the following code I use to initialize and start the...
Hello,
I am using SDK16, Softdevice S140 with SES.
I am trying to add DFU functionality in my application and leaving only the activation of the new firmware to secure...
Hello,
I am now working on a product concept which uses RTC module to retain date and time. To speed up the development, I started with ble_sdk_app_template and I am modifying...
We're using nRF52840 with S140 SoftDevice (version 7.0.1) and 16.0.0 SDK. When USB cable is connected before USB initialization we receive correctly APP_USBD_EVT_POWER_READY...