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...
NRF52840
S140
APP based on ble_app_multilink_central
1 PCA10056 as central, 1 PCA10056 as peripheral, the cantral can find the peripheral and buid connection.
But...
Hello everyone
I'm currently trying to make dynamic endpoints on my matter device. I changed the .zap file to accomodate all the possible endpoints (16) with clusters...
Hello
I designed a custom board and now I have to put the code in the nrf52840 module (from raytac). I have been using the nrf52840dk to write my code and now I want to...
I had the nrf5340 DK working for a few weeks now, and while working with SSD1309 OLED peripheral, was trying out a simple display application. Couldn't get the display device...
I didn ' t use an external 32 . 768 crystal , the internal NRF_SDH_CLOCK_LF_SRC 0 I used。
NRF_SDH_CLOCK_LF_SRC 0
NRF_SDH_CLOCK_LF_RC_CTIV 16
NRF_SDH_CLOCK_LF_RC_TEMP_CTIV...
Hello.
I have been successfully flashing the nrf52840 dongle using the nrfjprog comand. I have been successfully able to reset and erase as well. Recently however, none...
I'm having trouble enabling BLE DFU on my firmware for the nRF52833. I'm following the steps from the Dev Academy course - FOTA over Bluetooth Low Energy . After adding the...
hello Nordic
i am working with nrf52832 and nrf52840 as peripherals for a central node (one has nrf ble device and one does not)
i downloaded the image for the nrf52840...
Hi! I’m currently implementing a hook using mcuboot_status_change() inside MCUboot. I’m following the path defined by CONFIG_MCUBOOT_ACTION_HOOKS , and I’ve confirmed that...
Dear Nordic,
We’re working on a Smart Door Lock project built on custom hardware that includes an nRF5340 and several other controllers. For firmware updates, we’ve adopted...
Hello,
I am trying to factory reset 2 nrf52840 dongles that I had very long ago with unknow applications on the dongles. When I erased and installed the image of nrf_desktop...
Hi,
When I looked at the SPI lines using the oscilloscope, I saw that the MISO line had the same signal as the MOSI line. As you can see from the image, basically SPI configuration...
Hello, Nordic Team,
I'm currently working on implementing a custom cluster in the Matter application. However, I've encountered issues where the methods described in your...
I tried to build the coprocessor using NCS 2.9.0, but it doesn’t seem to work. Below is my project configuration,are there any additional parameters I need to set?
Hi,
I'm working on a customized version of the nRF Desktop App running on an nRF5340 . In my use case, I want to connect Bluetooth HID devices (mouse and keyboard) as input...