Hello Support Team!
I use nRF52840 and migrate to nRF5 SDK 17.1.0. But I can't use Trace functionality, because SystemInit method from system_nrf52.c file use wrong pins...
I'm having some issues regarding the data update interval when running the asset_tracker_v2 application, particularly with adjusting how frequently it publishes data to the...
Dear Nordic,
it's about USB implementation. We need to add interface string descriptor for ineterface name. Using USBD_STRING_DESCR_DEFINE(primary) I've added that to string...
I have a Segger J-Trace Pro and am attempting to enable trace debugging of my application. I have a custom board that breakout out the appropriate Trace Clk and Trace Data...
Installed nrfutil with python 3.8 and pip3 20.0.2 on Windows 10 Trying to run dfu over usb-serial: nrfutil dfu usb-serial -pkg FW.zip -p COM4 -b 115200
I get the following...
Hello,
I got a problem with the nRF sniffer for Wireshark. I got the following configuration:
Board: nRF52-DK pca10040
Hex file: sniffer_pca10040_129d2b3.hex (provided...
Hello:
nRF52840 UART peripheral receiver FIFO reset
Whenever there is a receiving error ( Frame error or Break error or any) , I would like to reset the receiver's FIFO...
I have an application that requires mains power for lighting with a BLE receiver that is permanently advertising and scanning and I need to be able to dim the lights. My circuit...
Hi
I am new to nordic processors.
I am using spi_ pca10040 project as a reference for my custom board. On my board the SPI pin configuration is different from pca10040...
I understand the reason for the polygon cutouts under component pads in the RF nets in nRF9160 DK design (and others). However, at LTE and GPS frequencies this doesn't seem...
Hello,
lately I've often noticed problems while reaching nordic devzone, the server is often very slow and will sometimes not respond at all. Is it just me here in germany...
Hello guys,
I programmed the gps sample on the nrf9160 DK, but I get:
I added a printk to see which of the at_cmmds were failing but I get inconsistent results. It used...
Hi,
Working with ads1220 which runs on SPI. There standard SPI pins - dout, din, sclk, drdy. In its datasheet there is written it is possible to merge dout with drdy to...
How to upload code to nrf52840 using arduino or usb2ttl as I have ms288fv2 help me guys or suggest me the board using which I can upload to code to nrf52840 if and ms88sf2...
Hello:
I'm testing nrf9160's A-GPS function, and I find that an error of SUPL will be reported at runtime:
I use master branch of the nrf repository(nrf/samples/nrf9160...
I have a Windows 10 laptop (Acer Swift SF 514-52T) where I have installed the setup for nRF9160 from "nRF Connect for Desktop".
All steps followed.
I got some issues...
I've got my application wrapped in mcuboot for HTTP-based firmware updates which is working fine. In the past couple days I've enabled CONFIG_NVS using the code in zephyr...