I am running peripheral example radio test example on PCA10001(part of nRF51822 Evaluation Kit). using nordic sdk v7.
I am using mincicom on linux at baudrate of 38400...
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...
Hi Nordic,
In my project, I have a NRF9160 and a NRF52832 with a ble host/controller stack over SPI HCI on NCS v2.5.2 As soon as I activate the HCI SPI in my project, the...
Hello Engineer Greeting of the day i am building my product using nrf52833 IC , there are some communication modules connected to the 52833 , i want to cheack lowest power...
i have to interface MT29F4G01ABAFDWB in zephyr rtos but i need help how create overlay file for it(i want to interface it using spi), i already have bare metal drivers for...
Hello,
When we flash the BLE Zephyr project to the external chip (nRF52833), do we need to add the SoftDevice controller .hex file as well, or does the merged .hex file...
Hi!
Currently I have the following application requirements:
Use SPI peripheral to communication with FPGA device. ( NRF5340 [ SLAVE ] <---> FPGA [ MASTER ] )
The goal...
When trying to flash the hello world program onto an Adafruit nRF52840 Feather through a j link it fails with "FATAL ERROR: one or more Python dependencies were missing; see...
In any Wi-Fi firmware that I write with nRF Connect SDK I get this error message in my console logs:
<err> net_icmpv6: ICMPv6 handling failure (-2)
This happens in every...
I'm running into this issue quite often where I have a Build failure. I'm sure to others the way to troubleshoot what the issue is may be obvious, but being fairly new to...
i am having a bus fault somewhere in my code, i am trying to use addr2line to identify the source code line that it heppens at, for some reason it shows as if the adress is...
I am trying to connect two thingy:52 and a Polar H10 heart rate monitor simultaneously to nRF9160 dk, but while building the application I am encountering this error. Can...
We are utilizing the nrf5340 alongside the nrf7002 for Bluetooth Low Energy (BLE) and Wi-Fi communication between a wearable device and a host. The host is a laptop connected...
Setup
nRF9160-DK
PCA10090 1.1.0 2022.4
Modem FW: mfw_nrf9160_1.3.3
Asset Tracker V2, I tried both the downloaded version from here: https://www.nordicsemi.com/Products...
hi support team,
in 9161dk, when we need to program external flash, we need to config board with nrf connect, may i ask what's this? and if i need to consider power consumption...
Hi, I have a use case where I want to use USB ACM CDC with HR central.
I am using examples central_hr and cdc_acm examples from the NCS and it is working great separately...