I'm looking for a good firmware engineer that can take my current firmware and add the buttonless DFU to it. I currently use the Keil environment but am open to switching...
I am working on PCA10040 board using Keil u5 debugger (V5.23.0.0, JLink setup). After accepting the continuous firmware update requests I get the error message "Missing core...
Hi,
I have just started using a nRF52840 PDK board with the purpose to verify BT 5.0 features. I am completely beginner working with nRF boards or nRF SDK. Anyways, I downloaded...
I have a USB host capable Android device running CentOS via Linux Deploy and everything is working perfectly except i'm unable to connect to my USB nRF24LU1+ Crazyradio PA...
Hi,
I am using multiperipheral mode in ble_app_hrs using the ble_app_multiperipheral example taking the functions on_connected and on_disconnected while connect and disconnect...
Hi,
I'm using nRF52810 on SDKv14.2 and I have changed the bootloader from 52832 to work for 52810. I could do OTA now. I found that the bootloader there is no timeout when...
Is there a way around the issue where bluetooth communication acting as a pass-though terminates the packet whenever null character is found in the packet.
SDK: nRF5_SDK_12...
Hello LE-Audio team,
By any chance, do you have a working code base that supports a headset with 2 end points instead of just one as your sample nRF5340_Audio kit?
If...
Hello Nordic Team
I am using SDK 3.0.1 with a nRF52DK to develop a firmware that can be switched from BLE mode to GAZELL mode and vice versa over a command sent via UART...
I saw a really similar post but no real solution. I've got both a nrf52840dk and a fanstel ble840xe eval board that I've been playing with. the end goal is to make this start...
Hi,Team,
I am developing Pawr using nrf54l15-dk.
For the Pawr example I refer to E:\NCS\v2.8.0\zephyr\samples\bluetooth\periodic_adv_rsp and periodic_sync_rsp.
Regarding...
Hi everyone,
I'm new to Nordic development and currently working with a custom board based on the BC40C module (using an nRF5340). I’m facing an issue with the Bluetooth...
I’m working with nRF9151 + Toolchain 2.9.0 and wanted to share my experience & issue while sending ~7kB data over UART. I’ve tried both DMA & FIFO-based approaches — here...
I am designing a wireless sensor pcb with the nRF52840. I am essentially following the Circuit configuration no. 4 schematic for QIAA aQFN73 from the datasheet to a tee (schematic...
Hello,
I have bought a couple of Nordic NRF54L15 DKs, and it seems that the distance measurement toolbox that was compatible with the NRF52 series is not supported in...
We have nRF54H20DK (rev. 0.9.1), SDK: v2.9.0-nRF54H20-1 and the same Toolchain, IDE: VSCode + nRF Connect plugin
We need to control the GPIO LEDs from two cores ( P9.00...
Hello, as the 32.768khz PPM of our product is out of the range, so i need to fine tune the C1/C2, now C1 and C2 are 22pF, is it in range? what is the range for C1 and C2,...
So i am currently referring this ticket and from that I get to know that when when setting parameters for create config (HCI_LE_CS_Create_Config) command for channel sounding...
Hi,
I’m currently working with the nRF52840 DK configured as a BLE Central device. The peripheral device is a Flutter-based mobile application acting as a BLE Peripheral...
I'm having trouble porting my project from the older SDK (2.6.0) to the new SDK.
I thought the most straightforward way to do that would be to start with a sample project...