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...
Hi,
1. Seems to be a bug, how to fix this error. 2. Repeat example: ncs\v2.8.0\nrf\samples\bluetooth\peripheral_uart
Thank you for all your assistance. Kind regards...
Hello. Both toolchain/sdk are v2.8.0.
It is coding based on the wifi station sample provided.
When I made it in the previous version, I created the configuration, and...
Hi,
I am adding out of tree sensor driver (LDC2114) to nrf9160dk, I follow the Adding an Out-of-Tree sensor driver to Zephyr - Golioth . But when building the configuration...
Hi,
we have created a led driver for ucs5603.c taking reference of ws2812-spi.c. we are using nrf52840 with NCS v17.0
we have set SPI clock frequency at 1MHz and we are...
Hi,
I am trying to write a hex file created by building with the nRF54L15/CPUAPP to the nRF54L15-DK, and check whether it is in DCDC mode or LDO mode using the nrfutil command...
I am using three devices in my Zigbee network:
A Coordinator. A Router. An End Device. When I retrieve the LQI data:
If both the Router and End Device connect directly...
Hi. According to nRF54L Series features page ( https://docs.nordicsemi.com/bundle/ncs-latest/page/nrf/app_dev/device_guides/nrf54l/features.html ), second-stage bootloader...
I've been using ICMSG's IPC to exchange HCI messages between the netcore and appcore, and using SPI to exchange HCI information between the host and appcore. This setup enables...
I'm working on implementing a Bluetooth Mesh network where each node periodically sends messages containing a single float32 value or an array of float32 values (e.g., every...
Hello,
I update ncs from v2.3.0 to v2.8.0 in matter windowcovering project.
my prj.conf file:
CONFIG_PM_DEVICE =y
CONFIG_PM_DEVICE_RUNTIME =y
CONFIG_USE_SEGGER_RTT...
Hi,
I'm developing a firmware based on Zigbee CLI sample. And I enabled DFU of app core and net core via serial with serial recovery mode.
Using SDK v2.4.2 and nRF5340...
Hi,
I am trying to integrate i2c code in peripheral_uart example from ncs 2.8.0.
I am following the steps as instructed in this exercise:
Exercise 1 - Nordic Developer...
I have nRF Connect for VS Code v2024.11.75 and am using SDK 2.6.1. In Lesson 3, Exercise 1 of the nRF Connect SDK Intermediate course in step 8 the instructions show to open...
I am a long time user of Doxygen and I am familiar with its format. I have been using Doxygen manually in my nRF9160 code and it is working fine. I am using DoxyWizard to...
Hi I am working on a project where I am trying to implement Bi-directional communication between 2 nrf modules connected to stm32f411ve dev boards. I am facing issue with...