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...
If no coils are installed in the DCCD, DCC, or DCCH terminals of the nRF5340, is it possible that the bt_mgmt_init() function will return error code -11?
I have run into a problem using the nRF Connect extension for VSCode. I have restarted the program, my computer, removed and recreated the application and nothing has worked...
Hello, I'm trying to figure out how to use the settings subsystem to store bonding information on my central device. I'm confused on how the settings subsystem works. I'm...
Hi,
I have some questions regarding QSPI flash and XIP on the nrf52840. We are exploring the possibility to use this feature by storing graphical content on the external...
hi support team,
1. customer asks about one question about hash in our dfu init packet.
our dfu lib will send init packet to our 52 device, how to use this hash in init...
I am creating a farm using nRF5340 Audio.
I am building and debugging using VSCODE, but suddenly the debugging behavior has become strange.
The symptom is that when step...
I'm having trouble figuring what hex update to flash to my card. I downloaded and unzipped the nrf9160dk_fw_2024-03-13_af2b60d2 file. I opened up the "Programmer" in nRF connect...
Hi Everyone,
I'm currently working on a project where I want to connect a input pin with a hardware counter using PPI. It used to work but I moved from a older nrf connect...
Hello,
While I was handling GPIO interrupts using Zephyr GPIO Driver in an sample that already uses the DK Buttons and LEDs driver, I get that the interrupt callback is...
Hello,
I work on custom device with custom FW, SDK16 S132 7.0.1 and NRF52832.
I have a custom service that have some custom characteristics.
my configuration:
CHAR...
Hello I am using the ST25R3911B on a board with the nrf5340 and the customer is asking for both reader and tag support. Would it be possible to use the same antenna for both...
According
sdk-nrf/subsys/nrf_security/Kconfig.tls - config MBEDTLS_SSL_DTLS_CONNECTION_ID
"The Connection ID extension is still in draft state."
Since March 2022 it...
I believe that the Nordic fork of hostap ( https://github.com/nrfconnect/sdk-hostap ) has a bug in os.h:
typedef uint64_t os_time_t;
The upstream has that defined as long...