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...
Hello, I have NRF D 24LU1P 1201FD and NRF F 24LU1P 2136IW. The first one executes all commands, while the second one does not work for writing and erasing. I tried to erase...
Hi guys,
I was working on my nRF5340 based custom board. From a certain point on the nRF5340 stopped to accept any command from J-Link (SWD link). For example, in response...
I Separate two projects ,SPM application and non-secure application.the spi driver can work in non-secure application,when I try to transplant the spi driver in SPM application...
Hi,
We are using nRF52840 in HV mode and VDD is configured for 1.8v. By mistake, we have connected VDDH to one of the GPIOs as input. What are the implications? How much...
Hi Team,
We are using nrf9160 DK, So we tested the lte_ble_gateway application where we can take the ble data to cloud acting 9160 as gateway. So we also want to perform...
Hi, I'm trying to get the gps driver to work, but the initialization requires getting a device binding. The Asset Tracker project does it like this:
device_get_binding(CONFIG_GPS_DEV_NAME...
<environment> - Windows10 - nrf v1.3.0 - modem v1.2.0 - DK 0.9.0
I get "CLOUD_EVT_ERROR" when using nrf_cloud_agps. There is an error saying "Connection was closed, possibly...
Hello ,
Is there a DFU master code through which one nrf52832 can be updated from another nrf52832. If not please let me know of some useful material to refer to implement...
Hi,
I am using the last up to date demo software for long range BLE throughput test and get systematically, as soon as I press buton 3 or 4 an error "Lost logs - increase...
What are the failure points of a properly developed DFU for OTA updates? On a consumer device where a user may do anything and everything to a device that is executing a DFU...
Hello I have a question, after watching the video: youtu.be/7h4wxyFktkQ It is mentioned that it is not recommended to connect to Google Cloud Platform from a device that is...
Hi, I am running NRF5_SDK_13.0.0_04 and s132_nrf52_4.0.3 on a custom board.
I am getting a Soft Device Fault on an NRF52832 device that I am not able to root cause. This...
Hi,
I downloaded nRF5_SDK_15.3.0_59ac345.
The first time,
Uploaded "..\examples\connectivity\ble_connectivity\hex ble_connectivity_s140_usb_hci_pca10059.hex" by nRF...
So I'm sending multiple payloads of the same width from the transmitter to a receiver and I see it sends only sends 3 times after which `TX_FULL` bit is set in the status...
Hi,
I'm working on a project involving pressure sensors.
These are to be read out via UART and then transmit the data via Mesh to a relay node up to a PC, which visualises...
Dear Sir or Madam, I am asking advice on the following matter: When trying to port the "pin_change_int" example to a nrf52833 DK the code compiles but is not showing the expected...