Hi
I have done several projects with the nRF905. I know the device quite well. Normally I use the CD, AM and DR interrupt pins to determine the status of the device, my current...
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...
Hello, I am using nRF Connect SDK version 2.9.0, and I want to know how to perform the software interrupt.
Where can I find the driver of the software interrupt to know...
startup_config.h is included in the file 'arm_startup_nrf51.s' but it does not exist in the nrf5 SDK. Where is it located?
I note there is a comment about the nrf5...
I have the same application that runs on both nrf51 and nrf52 MCUs. The Bluetooth in the application uses SoftDevice and not the SDK primarily because I started with the pc...
While evaluating low power mode on SBC I notice something strange:
- PPK II measuring 76mA
- LAB power supply measuring 67mA of supply current
- Digital multi meter...
I have nRF Connect SDK v2.9.0 and an nRF54L15 DK.
Is it possible to build the Zigbee NCP Sample for this board?
The source files under the Zigbee NCP Sample directory...
Hello everyone,
I have zepyhr running on the Cyclone V according to the following instructions: https://docs.nordicsemi.com/bundle/ncs-2.5.2/page/zephyr/boards/arm/cyclonev_socdk...
Hi,
I am using the SAADC (AIN2) to get temperature values from a Pt1000, and I am experiencing sometimes strange behaviour after the offset calibration is done.I have quite...
I am working with the NRF5340 to develop a BLE audio streaming application using a PDM MEMs microphone.
I have played around with the NRF5340 Audio DK and got PDM audio...
Hi
So the central multilink example uses init_scan . connect_if_match = true ; Mine is false, because I want to manage the connection myself.
I'm filtering out 5 seconds...
I am trying to debug an application in VS Code for the nRF52840 DK in the nRF Connect SDK.
After starting debugging, I immediately get this error: "Exception has occurred...
Hi everybody,
I'm writing because I'd like to check if I understand the functionality of the AT command AT%XBANDLOCK correctly.
The first part of the question should...
Hello sir/Madam,
i want to change the code that prints values(the values are from nrf_dm sample) to the serial terminal in nrf52840 dk using nrf connect in visual studio...
It is not possible to connect to the Peripherial using identity address steps to reproduce 1. connect to peripherial using random mac address 2. bond using random address...
I'm currently working with a BL5340PA module with the external antenna connector. we were wondering what was the RF switch isolation between the two antenna outputs. In other...
Hello,
I am currently working on a project using a custom board with nRF52840 + nRF21540 . I am trying to measure wireless performance using Direct Test Mode (DTM) , but...