SDK_9.0.0
I was trying to implement 2 different UART connection parameters so I decide to use re-initialization.
My initial parameters included APP_UART_FLOW_CONTROL_LOW_POWER...
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...
Hello. The visual study code uses toolchain v2.7.0, SDK v2.7.0 I'm trying to test the saadc example (in modules/hal/nordic/nrfx/samples/src/nrfx_saadc/) in "creat a new application...
Hello Nordic Team,
Our existing device using NRF52840 QIAA, we are plan to replace the QIAA package with CKAA package for size reduction. After I went through the SPEC,...
I´m testing the nPM1300 in a custom circuit with Zephyr on an nRF52 / nRF53 attached to it. It looks like the IC isn´t charging a battery. For testing I use the nPM1300-EK...
Hello,
Can I use in production nrf52840-DK as programmer to program E73-2G4M08S1C module on custom PCB?
What should I do to make the program code unreadable?
Hello, I need further assistance with the issue in the mentioned ticket ID, as it was closed by mistake. Could someone please reopen it so I can continue the discussion? ...
nRF52833-based board, software is based on Zephyr and Nordic SDK 2.1.2. Using Tag 2 type driver library, nfc_t2t Occasionally, when NFC coil is tapped, we observe one of the...
Hello,
Our product uses nrf52 and a quectel bg95 modem connected over the uart
We are evaluating the nrf connect sdk, we seek to have a working modem abstraction to send...
We are designing a board with nRF5340 and need an external flash of preferably 512Mb (128MB) or more and 1.8V supply. For speed reasons it is best to use the QSPI protocol...
Hello team,
In our bin file, we are seeing " ZigBeeAlliance09" as String and how to avoid this string in the bin file? I am using SEGGER SES ID tool to generate bin file...
Hi,
I have a concrete example, where I have no clue, as to why a given configuration is not working. In general, I wonder, how one is supposed to debug / investigate such...
Hi All,
I am trying to migrate my toolchain/sdk v2.4.1 project to toolchain/sdk v2.5.0. And I am having these weird issues related to mbedtls. The same project without any...
Hello,
We tried using pcd_network_core_app_version() to read the network core version (presumably set by CONFIG_FW_INFO_FIRMWARE_VERSION in our hci_ipc.conf) from the app...
Hello If CONFIG_FOTA_DOWNLOAD_NATIVE_TLS is defined in the function fota_download_object_init() the variable dlc.set_native_tls is set to 1 and then in the function download_client_init...