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...
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...
Hello,
I flashed the audio application as left headset on my audio DK, but whenever I connect it to my mobile phone, the device isn't shown in the media output list.
Yes...
When using the nRF5 SDK v17.x development environment, the BLE MAC address can be retrieved using:
This will return the assigned MAC address (eg. from the nRF52840 on...
Hello,
I am currently working on a project using the NRF52 SDK and Segger Embedded Studio. I need to set up a password (or passkey) for securing the Bluetooth connection...
Hello,
I am programming BLE with the nRF52840-DK. [Toolchain Manager: v1.3.0, IDE: Visual Studio Code (VSCode), SDK: ncs v2.6.0 ]
I am trying to use the device name as...
I'm developing a linux device driver for nrf7002 and adding softap support. From the Nordic Playground driver it looks like there is no current support, but a lot of the cfg80211...
Hi, when I run the MQTT sample as is, I'm having problems with the TLS and port configuration. The terminal output is:
That looks correct, but on closer inspection the...
Hi!
I'm getting this error in nRF Cloud when using a nRF9160DK connected by LTE-M to the network:
Device sometimes sends some data correctly but, after few minutes i...
Hello everyone,
I have a custom board with a NRF52840 microcontroller with 32MHz crystal oscillator, running Zephyr RTOS with NRF Connect SDK and want to make use of a hardware...
I have a custom board with a nRF52832 QFAB at its center, and I want to program it via a nRF52-DK. I have created a custom board directory and have initialized a few led pins...
I see there is a way to set an audio event exceeding a set threshold. https://infocenter.nordicsemi.com/index.jsp?topic=%2Fug_thingy53%2FUG%2Fthingy53%2Fhw_description%2Fmicrophone_buzzer...
I am working on a project that involves creating a USB HID device. I am trying to get the default sample included with the SDK to work, but it does not affect the mouse cursor...
Hey
I cant get ym PPK2 to work on my ubuntu 24.04 machine.
When i open the program it can see the PPK2 in the dropdown but when i select it it failes. I get the following...
Hi
I have VSCode/nrfConnect SDK 2.6.1 and I have successfully completed several projects for the nRF9160-DK.
I now want to build an app for the Thingy91.
I create a...
I'm currently working on a project where I need to assess the power handling capability of my NRF5340-DK board using different scheduling algorithms. For this purpose, I've...
I was facing some buffer issues while setting up I2S, so I decided to flash and test out the i2s echo sample provided in the sample programs in the SDK. I changed the DT_NODELABEL...