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...
Hi,
We are using nRF5340 DK and the nRF Connect SDK Version 2.6.1.
We are developing a mesh network. Our requirement is the one device can connect to three other devices...
Hello.
What is correct way to use AT%MDMEV commands(searh status) to establish connection after long PSM/sleep time (168h). Our devices are used to track wild animals so...
Hello,
I'm encountering persistent address conflict issues within my Nordic project.
Occasionally, when a device joins the network, I observe address conflict errors....
Hello,
I am trying to send an array which has 2048 bytes via UART. But, when I add a some delay to repeat the the UART transfer, the code gets stuck on the HardFault. I...
Hi Community,
I report this issue in github, it seems nobody reply me, so I ask here again.
lesson 8 exercise 3 solution build failed · Issue #9 · NordicDeveloperAcademy...
Hi,
in our application we use SDCard and USB stack with the following configuration:
The communication with the nRF5340 is done by using a Linux Embedded systems. When...
I think that the source of the nRF5340 Audio DK sample board is designed so that LED1 lights up when a connection is established with CIS.
We are thinking of connecting...
Hello,
I am using the ADC on my custom board, based on nRF9160.
I am getting correct results when measuring a known voltage. However, I noticed that the execution is very...
At the company I work for we are developing a keyboard with mouse capabilities via USB and BLE using the NRF5 17.1.0 SDK. We create the USB HID with the following SDK macro...
When using the nRF9160-DK, I flash the board with Asset Tracker V2 as provided by the instructions for the board here .
The board and SIM card are registered and the board...
Hi,
I am using custom board (nRF9160) and zephyr V2.6 and I would like to make sure that I understand the ADC settings correctly in the device tree:
channel @ 1 {
...
Hi there,
I have just tried to migrate to a new M2-based mac book pro and everything went OK (i am able to build and run my sw on the target) except that I don't have any...
hi support team,
i was testing smp_svr, i want to add button to my application that once i press the button and reset, the device will stay in mcuboot (serial port mode...
Hi,
I added build a conf to my project which has a prj.conf and select board. But the extension overwrites my configs with cache and extra cmake flags, which i dont want...
Hi there,
I'm currently trying to switch from actively advertising to a carrier wave test. This is the code snippet I'm currently debugging on SDK 17.1.0:
The code seems...