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...
Hi,
I have an SPI peripheral on pins 26, 27, 28, 29 which I'm able to override the default system's UART0 pin assignments in nrf9160_pca10090ns.overlay. However when I enable...
Dear sir,
We have interfaced a charger ic with NRF52832. It is having a charging status pin to show completion of charge. It is having 3 states
1. High impedance (Battery...
Hello guys,
Something strange is happening here and I need your opinion about that... I have a custom board with nRF52840-based BL654 module on it. I am using SDK15.3.0...
Hello
I am using nrf52840 chip. I am having trouble configuring SAADC to read analogue input on two channels (one signal is VDD of the chip). I have already searched the...
I am trying to get connected with my Android App and I have noticed that sometimes when the user turns off Bluetooth and tries to enable it again after 20 minutes my Android...
I am working from the ble_app_hids_keyboard example. To support multiple centrals, I imagine the first step is changing NRF_SDH_BLE_PERIPHERAL_LINK_COUNT and NRF_SDH_BLE_TOTAL_LINK_COUNT...
Hi,
I am trying to set up eclipse + gdb + openOCD for debugging zephyr 2.0.0. applications on nRF52832. Following the official Zephyr documentation build-and-run-an-application...
Hello,
I am using NRF52832 with soft device 13.0.0 and Nordic's bootloader from the examples.
What I do is develop an application which stores some values in uicr registers...
I'm using 52810 with s112 stack.
And I need two PWM channel with different frequence. one channel set to 4KHz to cotroller BEEP, the other one set to 15Khz to control...
Hi, I've completed the first 3 BLE tutorials (about advertising and Services).
I've got notifications up and running on the peripheral by using a timer and hvx as in the...
Hi,
We are developing a mouse . The controller we are using is NRF52832 QFABB0.
You known that its contain 32KB RAM and 256KB of flash memory.
Our application contains...
Dear,
Currently, I can run asset_tracker application with THINGY:91 PCA20035 and I am looking for more examples for this one.
On Thingy:91 FAQ :
@ Peder Rand mentioned...
Hi,
Experimenting on a stepper motor control (DRV8834). I want to be able to send a single square wave output, with a specified number of pulses. I managed to put together...
Hi!
I use SDK15.0 on a central side with nrf52832 with bonding and work with whitelist.
On the peripherial side I use nrf52810.
All works fine, all bonded and work with...