Hello,
We can not convert Altium File to DipTrace or Eagle File. We need those files asap. I'd be thankful if you could help me in that issue.
Thank you
We are having a slight issue when we are trying to update the DFU. The original version had this setting for the data reserve:
#ifndef DFU_APP_DATA_RESERVED
#define DFU_APP_DATA_RESERVED...
Hello!
I am working with the example mpu interface projects located at the following repo:
github.com/.../nrf5-mpu-examples
After converting the Keil projects to...
I'm using S332 0.9.1 with freertos. nRF52.
BLE and ANT are both active. I would like to run the ANT continuos wave (CW) test after a specific trigger (a command over a console...
I want to encrypt advertisements using aes-ccm peripheral present on the nrf51 board. I am not using softdevice, instead I am generating my own packets and transmitting them...
Hello,
This is my first time taking a crack at embedded wifi, and I'm currently creating multiple wireless devices to pair with a usb dongle. The Antenna prototype is being...
Hello,
I am experiencing delays when sending data over a TCP connection on an LTE network. The issue seems to be related to the size of the data being sent – larger payloads...
Currently i am trying to implement NUS service in ble_app_hrs_rscs_relay example. what is i am trying to do: currently i am use nrf52832 custom board, nrfSDK version 17.0...
Hey there,
is there any solution to work with the BLE dongle thought testing app in Andorid ?
Need to send commands via USB to the dongle and activate test functions...
We want to use PSA crypto to generate a persistent key that can't be read out and use this for encryption/decryption.
We have of course tried the persistent_key_usage sample...
Hello!
We are working on nRF54L15, which has 50V 1.2p capacitors for the antenna matching circuit.
We also use other a few other capacitors in the antenna matching network...
Hi all,
In the PDF version of nRF54L PRELIMINARY DATASHEET v0.8, in chapter
9.1 Debug access port: in table 65: Access port overview
is listed AUX access port of AHB...
I have two NRF9151-DK boards in my hand. I want to realize DECT NR+ data communication between the two boards and test their communication rate. What should I do?
nRF5340Dk with NCS 2.6.1 and toolchain 2.6.1.
I want to measure 6 frequencies for my application, these frequencies would be attached to GPIO pins and needs to be measured...
Hi, I'm learning the nrf51-powerdown-example <system_off_wakeup_on_gpiote> from github.
My understanding of the code is:
1) When button 0 (Power down) button is pressed...
Hello, trying this and that with a qwiic relay , first a test on i2ccl then VS using a 9160DK. (i2ccl -> pip install i2cdriver ) returns a status of 0x00 that relay is not...
NCS 2.7 with sysbuild + mcuboot
NRF52840 (custom boards)
In my previous projects with NRF5 SDK I found it was very helpful to define a section in the linker so the rtt...
Hi,
I have a two part question aimed at optimizing the battery life during BLE transmissions. I am using an nRF52805 with the S112 soft device and a DCDC regulator connected...
Hi,
We have a custom board with a nRF9151. We're still sorting out LTE connectivity issues but I wanted to try out the location services with GNSS only for now. I modified...
I am building a Bluetooth controller with channel sounding feature enabled. The project uses an external Bluetooth host along with the hci_uart example. The prj.conf file...