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 want to set a keep alive value of MQTT while eDRX is enabled, but it doesn't work well. Any advice?
Environment - hardware: nRF9160 DK 0.8.2 - firmware: 0.7.0-29.alpha...
Hi,
I am using nRF52832 SOC along with SDK v15.2.0 with custom hardware, currently I have requirement to use DFU protocol in BLE application to get a FW of another sub system...
Hello, I hope your day is full of the scent of flowers.
I am in the process of the Ble_Cnetral and PrePhereal project.
I have added and built the Uart.
Why is...
Hi frnds,
I am using the ble_central and ble_peripheral code (nrf52840).
i am sending 400 bytes of data to central from peripheral continuously, sometimes the boards get...
3.19 [78] TIMER: High current consumption when using timer STOP task only
I'm using app_timer_stop. But I do not know how to cope with this errata. Does the timer stop that...
Hi
After upgrade modem to mfw_nrf9160_1.0.0.
Most of our SIM cards still working good on both AT and MQTT projects.
Two of our SIM cards can't connect to LTE when uses...
Hi,
I'm using nRF52840 where it's written 1.0.0 on the jlink ship and QIAAC0 on the nRF ship.
When reading the info.variant register I got 0x41414330 which is ..AAC0...
Hello everyone,
I am using a NRF52840 development kit to write a custom protocol, so for the moment I am not using the softdevice but I am rather using the Radio as a...
We have a board built with the NRF9160 and an ADE9153A. The ADE9153A only responds to messages with odd parity. How do we set the NRF9160 to odd parity?
Hi,
I want nRF52 Continuous Unmodulated TX carrier.
Is it possible by TASK_TXEN and TASK_START or radio_tx_carrier command of radio test example, after TX configuration...
NRF52840 support the long range bluetooth and BLE gateway SDK, look at here that RAK Wireless held a Beta and welcome the community to participate.This board with Cellular...
Hi, team I am trying to build a system with one master and multiple slaves using the mesh SDK. ( This is similar to the light_switch example. ) At this, I want to give each...
After the update to nRF Connect v3.0.0 none of the Nordic devices is detected anymore by that tool.
I even un-installed and reinstalled nRF Connect v3.0.0 (as recommended...
Went through the pin_change_int example and of course it works fine.
Migrated that to custom board and it also worked fine with main loop.
So I then tried to use that...