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...
I'm trying to use the nRF5340-PDK SPIM at 16MHz, which requires me to use SPIM4 and dedicated SPIM4 pins
P0.08 - SCK for SPIM4
P0.09 - MOSI for SPIM4
P0.10 - MISO for...
Hello! I have implemented a OTA cluster basing on the example: https://infocenter.nordicsemi.com/topic/sdk_tz_v4.1.0/zigbee_example_ota_client.html
I use almost exactly...
Dear Amazing Community,
We are currently investigating any uA being consumed by our nrf52833.
We are using the PPK to track them and we believe that during normal operations...
I developed a custom RF mesh to USB serial bridge. Right after boot, I receive all serial messages, but once the host closes the serial port and open it again, nothing comes...
I use BSD socket to send and receive messages to a TCP server over LTE network.
When I send multiple messages by using send() (with flags = 0) function, I get an EINPROGRESS...
I am curious if anyone can point me to an example of working with the SRP functionality in the CryptoCell.
I see the headers for it at nrfxlib/crypto/nrf_cc310_mbedcrypto...
Hi,
I try to create an MQTT AGPS tracker.
I'm using a nrf9160dk with the 1.3.0v.
I use two threads, one for GPS (A-GPS) and one other to send value to MQTT (witch starts...
Hi,
I am using nRF52832 along with Softdevice 6.0.0, SDK 15.0.0, Chip Revision 2 (QFAA-EX0).
To set the transmit power for advertisement, I am using sd_ble_gap_tx_power_set...
We are planing to use nrf52840 sdk in our project.we want to use mesh stack for that.
our product is sensor:
-deployed in oil field.
- send data 8 times a day.
-payload...
Hi,
I'm developing on nRF51422 board and I'm currently adding BLE security just work feature based on SDK12.3.0 using softdevice s130_2.0.1(nRF is used as BLE peripheral...
Hi
Past week (on a Windows 10 pc) I've installed the nrf connect sdk (nrfconnectsetup331ia32), and yesterday offered me an update (nrfconnectsetup340ia32); since I've not...
Hi, I encountered the problem of losing data in uart serial port when using ble_app_uart_pca10040_s132 example.
sdk 16.0.0, s132, 7.0.1, nrf52832,
APP_ADV_DURATION=0,...
I want to connect two nrf52840 device and raspberry pi. When connecting to a single device, it works fine. However, when connecting with two devices, an error occurs and stops...
Hello all,
I am interested in using the Secure Serial Bootloader to program my NRF52832 over UART from an external MCU. I am aware of the SDK example and creating DFU...
I have a system that will have multiple ways of doing DFU. BLE, as normal, UART under special circumstances, and a "no transport" way. In the latter I will have transported...