Hello!
I am trying to get windows phone work with nrf_uart example on nrf51 dk board (pca10028).
I am using SDK 9.0 with S110 softdevice ver. 8.0.0.
I was using examples...
Hi
I met a problem when I use my new board,I found that the example in the peripheral folder in SDK can run correctlly,but the the example in the ble_peripheral folder...
Hi,
I am trying to use the PORT event to trigger interrupts when a button is toggled, i.e. both on LoToHi and HiToLo.
To my understanding PORT events are generated by...
I am running Windows 7 Pro SP 1 64 bit and have gong through the tools installation procedure, in particular running nRFTools_7_7_0_Installer.exe. This ran the J-Link V5.02...
I am very familiar with the arduino side but the BLE is brand new to me. I was wondering if I can use P0.00 and P0.01 to talk to the arduino and if its possible how exactly...
Debug Logger without softdevice, and the define ENABLE_DEBUG_LOG_SUPPORT to my project in the C/C++ tab.
i just test, very simple , but cannot get debug log..
int main...
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...