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...
Hi we are integrating a ANNA-B112 device from u-blox that use the nRF52832 core. The pin mapping for UART appears to be different for the Software (not open source) that they...
I have a general question that I haven't been able to clearly locate in documentation. How does the processor handle "traffic" jams from within the different app timers? ...
Hi everyone, so I have been trying to enable the nRF52840 to send notifications to the Nordic Connect app via a custom characteristic. The app can detect the custom service...
Hello,
I have an issue opening the power profiler kit 2 on my windows desktop:
Somethimes it works after restarting, but stops working after a few minutes.
After it...
With a baudrate of 1000000, when i transmit 2 subsequent packets (with ACK), i have to put a delay of 0.2 msec or more. Otherwise the second packet will get ACQ packet acknowledge...
We're trying to debug an issue with our nRF52 chip when pairing to some Android phones. On the nRF52 we are connecting to mobile devices by acting as a peripheral for the...
Dear friends,
I used a serial bootloader by this tutorial Secure DFU Bootloader over Serial Link (UART) , i can upgrade my application with the pc nrfutil tool, the nrfutil...
Hi sir,
I have a question for Bluetooth 5.1 single mode. As I know, above Bluetooth 4.0 has single mode and dual mode. Single mode only supports LE and dual mode supports...
Hi.
I'm newer on Zephyr.
I want to use the LOG Output.
LOG_DBG("main.c"); LOG_INF("main.c"); LOG_WRN("main.c"); LOG_ERR("main.c");
Everything works but the color of...
Hi everyone,
I'm developing a new application/product. It will feature a nRF52805 without the LFXTAL but with DC/DC support. I'm developing with the NRF5 17.0.2 SDK.
I...
Hello,
I am trying to commission a device running the CLI sample to an OTBR I configured following https://openthread.io/guides/border-router (the OpenThread official guide...
Hi
in Zephir nrf9160dk_nrf9160_common.dts the SPI pins are defined
&spi3 { compatible = "nordic,nrf-spim"; status = "okay"; sck-pin = <19>; mosi-pin = <18>; miso-pin ...
hello,
i am using nrf52832 with sensor which uses uart communication and using sdk 15.2 but i could not get my excepted values in rx buffer which is of 3 bytes and values...