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...
We love the radio range of the Nordic bluetooth chips. I am looking to see if anyone is developing a long-range bluetooth pendant or wearable? if so, I interested in perhaps...
I'm trying to read 8 adc channels using SPI, but then if I dont put some nrf_delay_ms the MISO return nothing and the CS is being driven low by default, high or a period of...
Does rbc_mesh_value_enable() API is designed for ? and how should I use it? and what does its parameter handle mean? Is it has the same meanning as the parameter handle of...
I use two nRF51822 boards running the ble_mesh_gateway sample project. I have modify the project slightly so to work on my board(juts modify the GPIO configuration , LED and...
Hi,
I use nrf51822 HID keyboard.
How to add a game-pad report as a second report in the ble_hid_keyboard ?
How to init the function hids_init() in SDK.
Thanks
Gamepad...
VPN Solutions are a guaranteed private network association constructed on top of infrastructure that is publicly available. vpn connection free Providers provide an alternative...
Hi, I am pretty new to programming with NRF boards and I've hit a bit of a roadblock.
I started with the BLE Event Trigger example and I have managed to retrieve BLE advertising...
HI Noridc
I am developing with nRF5340, and I need to proceed with DTM test to verify the chip in the production process.
I am currently using this routine C:\ncs\v2.6...
Hi, I'm working on a ble peripheral that uses nRF5340, NCS recently upgraded to v2.6.1, Zephyr v3.4.99. The net core is running the HCI RPMsg controller sample as it is. In...
Greetings all. I am troubleshooting an issue on my BLE sniffer setup. While I don't 'think' this is causing my actual current failure (Wireshark not detecting COM6) I wanted...
hardware:nrf5340dk
case: Bluetooth: Direction finding central/peripheral
I modified the code to change the quantization level of the I and Q data received by the receiver...
hardware:nrf5340dk
case: Bluetooth: Direction finding central/peripheral
I added CONFIG_BT_DF_VS_CONN_IQ_REPORT_16_BITS_IQ_SAMPLES=y in the direction_finding_central...
Hello Team,
Just to give you a background , I am working on a project using the NRF Connect SDK and want to run my application from external flash memory. Specifically,...
Hi,
We have a custom board, where we assigned the following pins for SPI4M instance, and the intention is to use it with 32 MHz:
SCLK = P1.15
MISO = P1.14
MOSI = P1...
I'm working on a tracking project using the Icarus IoT Dev Board (nRF9160), which employs both NB-IoT and GPS functionalities. During the project, I encountered an issue where...
Hi,
I am developing the matter example device. I would like to test the connection to Google Home App. I see in the documentation that I should first create a project in...
Hi Support Team
We have got the nRF9151 DK and want to start the development. Could you provide us the nRF9151 specification file and the hardware design reference file...
I am having nrf52833 module where I am attempting to run buttonless DFU for this I have made some changes in ble_app_uart_pca10100_s140.hex and have used
SoftDevice as...
Hi,
I got a brand new nRF52832 DK today and wanted to program it but the USB is not recognized at all therefore the nRF Programmer shows no programming option.
I connected...
Trying to integrate the serial part of the example code for use with a custom nRF52840 board. The problem is that I'm getting an error in uart_callback_set(uart, uart_cb,...
I use `west debug` to start `gdb` for debugging nRF5340DK
when I use `west build` to update the image, I use `load` command inside gdb CLI, the new `zephyr.elf` is loaded...