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...
Currently, it using the I2S at nRF52832.
I want to play the wave file,But can not play well.
So, I ask you for a check because there is the following question.
[Question...
I cannot re start advertising while connected.
this occurs even when i configure BLE_GAP_ADV_TYPE_NONCONNECTABLE_SCANNABLE_UNDIRECTED.
I get NRF_ERROR_CONN_COUNT error...
Paring was successful when using nrf_desktop's default device description configs, but after I modified those lines in "prj_keyboard.conf" of keyboard:
CONFIG_DESKTOP_DEVICE_PRODUCT...
Hey there!
I'm playing around with an nRF91 DK using the serial terminal app (the standard one which is programmed during the getting started guide) and am trying to make...
Hi there
So I want to make an application to send mqtt messages over wifi. I have tried to follow the devzone guide: to implement the mqtt api into my software (Mostly the...
While building my first blinky project using nrf connect on VS code it is showing following errors:
C:/ncs/v2.6.1/zephyr/scripts/kconfig/kconfig.py: C:/ncs/v2.6.1/blinky...
Hello,
How can I add serial SRAM or serial Flash to a Thingy:91?
On the nRF9160DK there is 64 Mb external Flash onboard but I assume there is no external Flash on the...
I want to decrypt some packets caught in LE Audio(Using the sample:nRF5340 Audio application), but need the link-key.
According to this case , I add these to prj.conf to...
Hello,
I am using uart with thingy:91 to communicate between nrf52 SoC and nrf91 SiP, i am able to receive data from nrf52 but when i try to send data to nrf52 SoC the function...
I integrated the sd card code into my main code in which the the wifi module (nrf5340 + nrf7002) receives uart data from a different device What I need to do is that whenever...
Hi!
I am using BLE Central sample of nordic connect sdk. Upon running it on nRF52832 it successfully scans for peripheral, and display its Random MAC address, is there any...
Hi,
I am using the non blocking TWI on the nrf 52840 with the following code:
The xfer is handled like this:
TWI config is
and
The twi_event_handler...
Hi, I have a FEM module connected with spi0 on an nrf5340 running Zigbee. without the FEM module, the range of the device is around 10 meters (specific environment, not free...
Hi,
we would like to provision TLS tags / certificates for cloud authentication over Segger RTT on a custom device. We are using the Golioth cloud with the Golioth Firmware...
Hi,
I am working on optimize the SPI timing for an NFC reader IC which connected to nRF52840, to minimize the read/write time as much as possible.
And I notice that...