i made this project to try to create RSC service on arduino
developer.bluetooth.org/.../runningspeedandcadence.zip
unfortunately the server starts but i'm not able to...
Hello,
Could someone give me a hint with the following problem?
I am using two example projects (ble_app_uart_c, ble_app_hrs) to connect a central and a peripheral.
An...
I created xml file for heartrate server using bluetooth developer studio and the plugin nRF8001_Arduino (plugin nordic semiconductor for arduino)
the generated xml file...
I read this older post ( devzone.nordicsemi.com/.../) and have a similar issue but with enough differences that I felt it was worth a new question.
I have an STM32 MCU...
I am having an issue with running the initial blinky example that came with the nRF51 PCA10028 SDK in the Eclipse IDE . I will include screenshots of the issue. I believe...
I use nRF51-DK and nRF51-Dongle for a BLE sniffer.
Always the sniffer fails and marked with an error "Encrypted packet decrypted incorrectly (bad MIC)".
It can not be...
Hi,
I'm using long write in one characteristic but if I try to configure this characteritic with write authorization (attr_md.wr_auth = 1) it doesn't work. I need to send...
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...
Hi,
I just got my Thingy91x up and running, and it’s been on for a few hours now, but it has already used 460/500 location requests. How often does the unit send location...
Hi, I am trying to flash to a new design which uses ublox NORA-B120 module. I am trying to flash from vsc. But the flashing fails with following error.
Anyone can help...
Hello,
I have configured 2 nRF5340 boards for LE audio streaming from my mac. Two things I am noticing:
1. The audio is streaming but it is intermittent. Audio plays...
I found out nrf_reset_network_force_off() can be used to turn on/off the network core in firmware, per the example in NCS v2.5.0, samples/subsys/ipc/ipc_service/icmsg . I...
Hi,
I am making an application based on the peripheral-nus example. The checking for CR is removed and all characters are just sent further when available. The problem is...
Hi, I have developed a stable program on the nRF52840 board, and now I'm transporting all the code, and trying to make it compatible with an nRF54L15 board.
I used ZMS to...
Howdy,
I am currently working on the nRF52840 chip and trying to convert my SPIS code from being in my main while loop into being interrupt driven. I am using Zephyr to...
Hi!
I want to integrate power management into our FW. Therefor I did enable it in the prj.conf:
And added runtime enable and action run calls regarding this device...
Hi,
Is there a sample demonstrating the EasyDMA configuration for the I2C21 peripheral of the nRF54L15 using SDK 2.8? I found a sample for the nRF52 with an earlier SDK...
HI,
I am super confused about which direction to go forward...
I need example code and tool chain where I can build a
1) ble bootloader that supports the Nordic Semi...
Hi,
We are using nRF52832 custom board for our application.
In this board we have to use P0.05 pin as GPIO Input. But it is continuously showing LOW signal in multimeter...
Hi,
I have installed nrfutil on my Windows 10 computer and get the following error when running it:
C:\Users\00315055>nrfutil --help Traceback (most recent call last)...
Hi,
I've just completed Ex 2 of Lesson2 in the BLE Fundamentals course on the DevAcademy and have noticed a couple of problems. Firstly, the nrfConnect app for iOS seems...