Hi there,
on the nRF5340 Audio DK, there is a FT2232H, which provides FTDI_SPI + FTDI_SPI_SEL.
How this can be used, is there any sample for this available?
And how...
Hi
I have some questions about nRF5340 & nPM1300 decoupling cap
nRF5340
1.For pin A3/D2/H11/K1/L5/L11, ref. SCH is 1uF*1 and 0.1uF*5, could we only connect 1uF*1 and...
Hello,
I have a product based on nRF9160 that uses GNSS. The device is a meter, not an asset tracker, so GNSS is not the TOP 1 feature we need.
When the device is installed...
Hello everyone,
I'm curretly working on a new design based on nrf52832, and I'm validating different interfaces. Currently working on SPI, I'm testing it with a W25Q64...
Hi,
I would like to test a websocket connection over NB-IOT with the nRF9151DK. I started with the websocket_client example but I have those warnings and errors at startup...
I have flashed the Blinky sample onto an nRF52840DK.
The power consumption is extremely high.
I am using an PPKII to in source mode. It is connected to the External Supply...
Planning to run Packetcraft LEAUDIO stack on nRF52840-DK. This is for evaluation and later on for some development on top of it.
Will it be supported. or is it must to have...
Hi,
I am trying to figure out how serial handling works. Specific questions bolded below. To the best I can see, what I think happens when transmitting is:
NRF_SERIAL_DRV_UART_CONFIG_DEF...
Hi,
I have custom board based on nrf91 but i am going to generate 2 SKUs out of it, the first board consists SIP alone mostly running the SLM application, and my second...
I am trying to capture a signal that transmits upon receiving a polling signal along the same wire.
I have frequented this example but still not having any luck (LED toggles...
Hi,
we have in production an old application developed with SDK13. The application size is growing and with the last update we discovered that during DFU bootloader update...
Hi
I am using an Analog Devices chip as a SPI master and BMD350 (based on nRF52832 chip) as a SPI slave. I want my phone app to send command to the BMD 350 (SPI Slave via...
Hi,
I am testing the UART communication using 2 nRF board, 1 DSP board(test completed with PC).
The code had error, NRF_ERROR_NO_MEM, and I just solved the problem by...
Hello
I use the SDK v17 and the example ble_app_uart and use various functions such as LED, timer, buzzer, etc. I want these functions to work after Bluetooth is connected...
hello ,
i want to perform advertise and scanning at the same time or concurrent. so, for this task i set advertise interval 90ms and scanning interval 105ms and windows...
Hi Guys,
I know there are a lot if topicks about issue with "sd_softdevice_enable". I read them all and nothing help me.
I try to run "nRF5_SDK_17.0.0_9d13099\examples...
Hi,
We're developing a system composed of one device with an nRF running as central, other device with an nRF running as peripheral and desktop and mobile applications...
We are looking for BLE module for Social distancing application.
We want to use Only BLE tags to estimate relative distance with respect to nearby tags within 5 meter range...
Here is the code i am writing, yet leds dont blink-
#define LED1 BSP_LED_0 #define LED2 BSP_LED_1 #define LED3 BSP_LED_2 #define LED4 BSP_LED_3
int main(void){
bsp_board_init...
Hello,
I am evaluating what the best way is to solve this problem: We have 2 network interfaces on our board. We would like to be able to switch between them dynamically...