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,
I am trying to create a device two temperature measurements.
I have created two endpoints like this:
but when I try and compile, I get this error:
G:/ncs/v2...
Hello! I am trying to monitor mbedtls heap usage in the azure_iot_hub sample (v2.8.0), building for nrf7002dk/nrf5340/cpuapp/ns. I can see in modules/crypto/mbedtls/library...
I am trying to enable userspace for my project. I am getting this error on one of the last steps related to some debug info.
I can compile fine with all the same configs...
"I added an endpoint called Matter Extended Color Light to the matter_bulb example. After compiling and flashing the firmware, HomeKit only recognizes and creates two dimmable...
Hi,
I want to connect LDC2114 to nRF9160. I write the nrf9160dk_nrf9160_ns.overlay and the astri,ldc2114.yaml. I don't know how to set GPIOs in & i2c1 - ldc2114: ldc2114...
Hi all,
I am dealing with a similar problem to this post: https://devzone.nordicsemi.com/f/nordic-q-a/110715/creating-development-env-for-nzrzf5340-error-warning-nrfjprog...
Hello,
I am using the nRF54L15-DK and nRF Connect SDK v2.8.0, and when I try to compile the Zigbee Coordinator sample, I get an error saying that <zboss_api.h> cannot be...
I'm using NCS version 2.6.1 with a NRF9161DK
Recreating the issue:
Follow the instructions in the readme of the sample: Cellular: nRF Cloud multi-service
Build with...
Hi nRF experts.
We are RF module manufacturer, We are developing nRF54L15d module, When we develop production test software, we need to test power off current, Using the...
I'm trying to get a gas gauge and charger IC to work on the i2c bus. Both have different addresses. I'm able to read from the gas gauge address but not the IC. Are there specific...
Hi Nordic:
I use NRF54L15 for my product and hope to use ANT+AND BLE. Does NCS2.8 currently support it?
I couldn't find a example program for ANT+in NCS2.8. How can I...
Hello support team,
I am developing a mobile app to communicate on BLE coded phy (long range) with nrf5340DK. The nrf connect for mobile on android works fine, but not ios...
We have some devices that run the same firmware, but need different default BLE tx power settings.
There is a KConfig value to set the default, but in our case it is different...
Hello,
I am going through the intermediate DevAcademy tutorials right now because I specifically need to use the 52840 dev kit to interface with a SPI driven ili9340 device...