Hi all !
I'm trying to evaluate the throughput i can have between a Motorola 4G and the nrf51. The nRF51 is the peripheral and the phone is acting as a central.
To do...
I have a digital microphone chip, it has the CLK, DATA, LR_SEL three pins, now I will pick up the three pin nrf5283 three pin is as follows: CLK connectionI2S_CONFIG_SCK_PIN...
Hello, Nordic Team, I'm embedded designer from Russia, discovered your amazing wireless MCU NRF52832. I looked through your SDK and peripheral drivers, and unfortunately found...
Thanks Stefan. The zip file making and updating steps work perfectly for me, if I follow your steps and make it from your stock pre-built "dfu_test_app_hrm_s132.hex". My question...
Hi!
I'm trying to configure my NRF8001 module with the help of nRFgo studio. I'm using Nordic UART over BTLE service template. The module can be discovered via nRF Master...
I'm trying to make a BLE device that actually pairs securely. I posted this question on StackOverflow but didn't get any answers - maybe someone here knows more. As far as...
It seems I cannot post a full explanation of context so here is the short version. Ill add detail after.
Devices in field all suddenly unable to connect to GCP host.
Problem...
hi,
I need to develop some custom features for MCUBoot, so I transplanted the entire bootloader folder from NCS into my project. In the project's root directory, I added...
I am try to make Bluetooth LE with Nordic UART Service bondable in to pair with central, not requiring to enter pairing code again and again.
I have set followings in prj...
I have added shell console and its support into my nrf54l15 device and it worked well like below.
But now I want to use a python script to run this "bt" shell command...
Hi
I want to use BLE to send out realtime videos, and I found there is a nrf70-wifi-ble-image-transfer-demo given by nordic. Could you show me what is the BLE Camear App...
trying to build matter sample example light_bulb but getting error :
nRF connect sdk v2.9.0 & tool chain v2.9.0 using
board nrf21540dk/nrf52840
following are the...
I'm using the ESB API and I've noticed some peculiar operation when debugging with nRF Connect. I have made the following observations:
1) Giving a semaphore in the ESB...
I'm using the Async UART API and the Enhanced ShockBurst API and my code seems unstable. The RF Connect Debugger frequently crashes.
The ShockBurst User Guide specifies...
Each time I attempt to use a Zephyr API on my NORDIC device, I face the mystery of what CONFIG setting are required to go with it. For example:
To make the Async UART API...
NCS 2.7.0 with Toolchain 2.7.0
I'm working on an out of tree application derived from the example application project.
I'm using sysbuild with MCUBOOT.
The processor...
Hello, we are using the NRF52810-QCAA in LDO configuration. On reference design, there is an NC decoupling capacitor on DEC2 pin.
Is it possible to completely remove it...
Hi,
Not sure if it's a zephyr issue or a LVGL issue, so I hope I'm at the right place.
I use an 1.54 eink display with the SSD1681 driver, and LVGL. Everything goes well...
Hi Nordic,
Board:nRF54L15 DK
Code Base:peripheral_uart
Issue: Added Zephyr NVS Flash support but encountered error -22 from nvs_mount(&fs). Additionally, data cannot...
Hi everyone,
I'm working on the nrf54l15 with the nrf sdk v9.0.0 wihch I assume integrate matter version 1.4. I'm using the google nest max as a thread border router....