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...
In evaluating whether the nRF52833 can connect to our host microprocessor as a SPI slave, I noticed the set up and hold times listed in the data book nRF52833_PS_v1.6 as:...
Hello I am having some problems burning NRF52840 using nrfjprog version 10.9.0. When I write firmware through jlink and continuously burn multiple chips, failure often occurs...
Hi,
We are using nRF52833 with SDK 17.1.0.
We already have a FW that transmit and receive BLE data that is based on ble_app_uart example.
Now we are requiring changing...
An error occurs when building nRF5340 Audio in debug mode using a script.
The version of ncs is 2.5.0.
The error is as follows:
-- Configuring incomplete, errors occurred...
Hello, I am reaching out to you because I am trying to implement a DFU OTA in my project in order to be able to update my firmware with Bluetooth. I have been spending some...
Hello,
I have followed the steps here: https://docs.nordicsemi.com/bundle/ncs-latest/page/nrf/installation.html to install toolchains and SDK on a fresh Ubuntu 22.04 computer...
Hello everyone, I'm learning about MCUboot. Currently I have tried searching for information online but still don't have an overview. So I hope everyone shares their experiences...
I built blinky which just blinks a light, pretty simple :). Then I found Anroid nRF blinky in your git hub repo, that's a git hub project that remotely blinks a light. But...
In which subsequent process is the random_static_addr_cfg function reflected? Does the ID change with each build? If the ID changes, will it affect Bluetooth connections?
Due to project requirements, I have made significant modifications to MCUBOOT, but currently all projects use the same MCUBOOT file. Is it possible to have MCUBOOT configure...
I'm going to build an project with 2 AS5600 sensors, and also using I2C mux(TCA9548A) to communicate with 2 sensors.
I have some problem with devicetree. There are two errors...
Hi!
I used SDK15 (may be 15.3) with s132_nrf52_6.0.0_softdevice
I used nRF52832 in two modes in one time.
When I stay in connect with my peripherial to a central device...
Hello,
I have a custom board with a nRF5340 on it. The firmware gets built with MCUBoot in serial recovery mode to update the application core. The serial recovery mode...
Hello. I'm using serial lte modem as mqtt client.
After a while I receive fault. Adding logs:
#XMQTTEVT: 9,0 ESP:LTE: PINGRESP packet #XMQTTEVT: 9,0 PINGRESP packet CR...
Hi, I read somewhere that the LOG module works differently from printk() and uses a separate thread or so. But I couldn't find any information which priority this thread uses...