I'm trying to use the nrf8001 (and arduino) to send MIDI (musical note data) to Mac OSX. According to the Apple developer site the midi profile requires that the characteristic...
I have a custom made board that has an EFM32WG360F256 communicating to an nRF8001, verified that the ACI protocol works with repeated echos, however when I run the efm_ble_my_project_template...
Hi,
I have 3 nRF51 DK pca10028 v1.1.0
I compiled and run power profiling example and after that I cannot flash or connect to the devices (tested in all three of them)...
Hi Guys,
Thanks for your precious time and insight. Let me try to explain what we did,
We have developed a custom board
After assembling the board, we do a bare board...
Hello all, this tutorial goes to a fellow named Emil who helped me with this project.
Number 1_ Make sure you set up the terminal viewer For debugging with real.You need...
Seeing recent response to my original question on multiple chip selects, I've opted to share a modification to spi_master that I've implemented in part to make handling some...
What is the official status of the Softdevice Serialization for S130 in SDK 9? I could see an older answer on how that was removed in SDK 8 but since almost half year has...
I have an application where I am using the SAADC to take ADC samples. At any point during the measurements, I want to be able to stop the samples prior to the ADC buffer filling...
Hi,
I trying to adapt the ble_app_multilink_central example to allow more than 8 peripheral connections to the central device. However, when I change NRF_SDH_BLE_TOTAL_LINK_COUNT...
Hi,
I am using nRF52832 board and I want to understand the current consumption in the board will differs while running the code in zephyr RTOS platform and without zephyr...
Hi,
I would like to know where Matter's commissioning ad timeout is set.
I understand that it stops after 15 minutes, but I don't know where it is set.
Best regards...
I am currently learning nRF52840 , I started the BLE fundamentals course , and this the lesson 1 exercise , It Worked Fine , after the lesson 1 , none of the lesson's exercises...
Hello, I want to update the firmware(FOTA) of nrf5340 using AT Command of nrf9160.
I've already reviewed the content in the dev academy below https://academy.nordicsemi...
Hi,
I'm using nrf9160 MQTT at commands to send real-time data to the cloud. I run into the issue where the MQTT publish may fail (frequency varies around 1 out of 500 publishes...
Generally, the peripheral calls the sd_power_system_off() function to enter power off mode. Then use GPIO interrupt to exit the power off mode and connect to the central device...
Hello,
I've been encountering build issues when trying to include MCUboot as a bootloader for my nRF7002DK project using the Nordic Connect SDK version 2.5.2. Specifically...
Hii,
I am using NFC tag reader to interfacing with nrf52832 board , I am using nrf connect 2.6.0v. The sample file is also given( TAG_READER )
I am using spi protocol...
Hello,
Our setup consists of two nrf52840 devices on custom boards. The devices establish a BLE connection via the Coded PHY (S=8). DLE is used. Connection event time is...
Hi, Experts,
I have questions about nRF5340 2.4GHz 2Mbps proprietary wireless feature.
1) Is it based on IEC 802.15.4 PHY to support 2MBps?
2) Is it compatible to 2...
I want to get mac address using NRF5340_DK
Which function is used to get print mac address using NRF5340_DK.
I try to print the current device's MAC address using NRF5340_DK...
Our offshore hardware team is looking to verify their hardware using a R&S CMW500 configured as an access point. They have noticed that the release notes for SDK 2.4.0 mention...
I can build my project fine with the vscode extension, but when I copy the `west build ...` command from vscode and run it from CLI, i get an error about how the SOC option...