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'm using NRF21540-DK board to test hci_pwr_ctrl example. My FEM module can boost upto +21 dBm. How to correlate the tx power of radio peripheral(NRF52) and fem module...
Potential TLDR:
The nRF52 and possibly nRF53 are unusable at 100kHz with targets that require clock stretching and enforce a reasonable minimum clock period. This covers...
v2.8.0,nrf54l15,hello world demo (Add CONFIG_SERIAL =n to pri. conf),The normal compilation is 3uA, then add sysbuild.conf and write SB_CONFIG_BOOTLOADER_MCUBOOT =y
, and...
Hello,
We are currently looking to implement an RFID tag reader in a project I am working on and I am wondering if the NFCT module can be used to read an RFID tag such as...
Hi
Hope someone can help me with the following:
I am using SDK 17.1.0 and SES (Release 5.68). I have copied the entire SDK and all project files to a cloud-based disk...
My Nordic device (nRF52833, using SDK 2.1.2) is a peripheral. I need to periodically transfer to it large amount of data from central device over connectable Nordic UART Service...
Hello,
I am working on Find my implementation . In my project , I don't have prj.conf but prj_ZDebug.cnfg and prj_ZRelease.cnfg are there.
I want to update few configuration...
Hi,
I'm trying to create a custom board definition for our project. So far, I used the nRF5340DK's board definition, removing unwanted definitions and aliases from the DK...
I am receiving the error "qspi_nor JEDEC id [ff ff ff] expect [c2 28 17]" on device bootup. I am using the nRF52840. I have the qspi disabled in my device overlay.
This...
I just move code from main.c to other files for it is too chaos to lay them together in main.c.
I got this error forever after trying what I can image,except delete "static...
Prior to moving to sysbuild, we were dynamically settings a CONFIG_ variable in our `CMakeLists.txt` based on the board passed to west. And this was working fine.
if...
I've had trouble getting the MCUboot to compile for our application which runs on the nRF7002DK board, and I have similar trouble with the Lesson 8 examples on the nRF7002DK...
I have searched this website,there is only 1 post,but that is not my scenario.
I think this is a normal use case:
There is a struct:
I want to allocate a queue for...