I am running nrf5340_audio_applications on the nRF5340 Audio DK. Follow the requirements, i add an external flash shield. I've only changed
the configuration of flash and...
Hi,
For a meter application with battery, I want MCU is sleeping but comparator still working to count a pulse input (freq <100khz)
Can Nordic IC can support this idea...
Hi Nordic FAE, Merry Christmas:
We are using nRF5340 with nRF Connect SDK V2.6.1 running on Zephyr OS.
Do you have the nRF5340 power management guideline document?
Function...
We are flashing the nRF52832 that works with DFU with a SoftDevice and a bootloader. The application code is compiled privately with a private key and packaged into a zip...
I am trying SPI Master/Slave communication between two nRF54L15-DK boards, using the nRF Connect SDK v2.8.0 and nRF54L15-DK 0.9.1 and 0.8.1. However, it seems that the SPIS...
Dear nordic:
There is a problem while debugging the nrf52820 based on ncs v2.6.0
I wanna see the log via debug but failed, the circuitry is as the pic.How I can config...
Hello.
I am developing using nRF5340DK and nRF Connect SDK v2.9.0. I am checking the operation of "Scheduler Server". The action was executed, and the date and time are...
Hi,
I am evaluating the ble_app_template example with nRF52840 SDK.
I added code to create custom service and custom characteristics in the following link:
https://github...
Hi,
i have to watch my program flow in segger debugging mode, so that i enable
#ifndef NRF_LOG_ENABLED #define NRF_LOG_ENABLED 1 #endif
in sdk_config.h file.
now i...
Hi,
I want to display an image sent over Bluetooth on my screen which uses the driver st7735. So I have an application which can send images, and I receive data in the function...
Hello,
we have a problem on BT certification with nRF52810 chip. Certification lab replied that TCRL-2018-2 which is mandatory.
Does anyone know where I can get the QDID...
Hi,
I just wonder when hvn_tx_queue (the notification queue) in softdevice is emptied? Is it emptied on disconnection if it still has notifications in queue to send?
Hello.
I have nRF51822 and nRF52832 boards.
I can use both to capture BLE frames with Wireshark on Linux, and I test that with RACCOON also to capture traffic in terminal...
I'm using the DFU module from SDK 9.0 - I enter the DFU by writing to the DFU control point. Is there a way to exit the DFU and have it go back to the app?
Have seen many good thread explaining this model. But didn't find any full example code for it for client and server Model.
I have tried light switch demo and working fine...
Hello!
So I have a new nRF52811 board which was designed by someone else, that I need to develop some pretty simple firmware for. Full disclosure, the design is based on...
Hi I am working on nRF 52832 and nrf 52840 dongle. I want UART service to be used in my application and application should allow me to scan peripheral devices with user command...
I am a freshman. And I am doing some research on BTE by nRF52832(PCA10040). I want to get RSSI. Could you please tell me if there is a reference code or project in SDK? Many...
It takes time for fs_event_handler to be called back after nrf_fstorage_erase is executed.
In SDK13.1.0, it didn't take much time, but in SDK15.3.0 currently being developed...
Is there a way to create a command that gets throughput information from a device in the ble_app_interactive example? I want to get the throughput of a peripheral device once...
I am developing an universal remote which can be controlled via Bluetooth. For that I need to decode an IR signal.
I am using TSOP decoder.
The steps I think, I should...
Hello, we have made cars that play laser tag against eachother using infrared emitters and receivers. The problem is that the infrared radiation bounces off the surroundings...