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...
I am trying to define a simple output pin.
in the DTS file I have:
aliases {
ledred = &hwledred;
ledgreen = &hwledgreen;
memwp = &hwmemwp;
};
soc {
gpio0...
I'm implementing an OAUTH procedure on my device. I'm able to access login.microsoftonline.com and get user and device codes, then after authorizing, I can access the token...
LE audio demo,i enable CONFIG_STREAM_BIDIRECTIONAL ,when i connected Galaxy Buds3 by cis.
my uart_tx will stop.cpu looks busy.when disconnect with headset.data will...
Hello, I have a problem trying to connect Direct Test Mode desktop app to my custom board running Zephyr on nRF52833. My firmware sample is based on hci_uart https://github...
Hi folks,
I've been trying to use the sw_pwm to generate two PWM outputs. I'm using sw_pwm because I want to achieve lower frequencies (1-100Hz) and the hardware PWM API...
Hello,
I need to connect the Thingy:91 to an MCU via UART and/or SPI bus. I need help to identify the pins for communications for:
SPI: CSK, CS, MISO, and MOSI
UART...
Hi, I am new to working on the display . I am trying to integrate nrf5340dk board with waveshare lcd module which is of 1.14 inch and has st7789v controller by using SPI communication...
Hi,
Legacy SDK bootloader and dfu preparation workflow had the following option:
hw_option allowed for checks, whether supplied firmware matches given hardware. So firmware...
Using nrf5340 audio DK & ncs v2.60
I modify this function to print this information when the number of packages reaches 100.
\
Part of the result:
120*100*8/(...
Hi, I'm trying to implement timer synchronization on one central and multiple peripherals, I'm using nRF52840 and NCS v2.8.0. I've seen the example conn_time_sync which uses...
Hi,
I am using download client for downloading a file.
I am using download_client_get and get fragments in callback.
When the file requested is short in the callback...
Hello Nordic Team,
I'm developing a project with two nRF52/nRF54 microcontrollers where I need: - 1st microcontroller as BLE peripheral receiving mobile app data (nRF connect...
I'm migrating code from ncs 2.7 to 2.9.
I am using CONFIG_BT_EXT_ADV and scan timeout callback - such timeout requires CONFIG_BT_EXT_ADV:
It was working fine. Now it's...
Hi,
I follow the custom board exercise steps with mynRF52840 DK and when I reach step 8.1 , in the deviceTree visual editor, I notice that the GPIO0/1/TE options under ...