Sorry if this is too off topic, I actually don't have any problem with my nrf52840 dongle, but the App I'm communicating with. But maybe someone of you has run into the same...
Hello!
We are planning to purchase an electronic component nrf52840 and produce a finished product on it.
question
1. Will it work immediately on the ZIGBEE 3.0...
Good morning, I have a question about NRF Util. I need to make some changes in souce code of nrfutil for my own needs, but the most recent version, which is provided on Github...
Hi. I interested now for direction finding in nrf52 series. I have nrf52811, nrf52833 and other controllers. But i don't find any information how develop board for recievers...
Zephyr Eddystone example is connectable after power on of nrf52833 board. But after disconnect it becomes non connectable. How to fix it? And how to change advertisement interval...
Dear all,
I'd first like to apologize if my questions seem dumb. I'm a student in mechanical engineering and only just started getting accustomed to microcontrollers and...
Hello,
I just installed SDK and Embedded studio.
And when I try to rebuild example, error occurs.
Below is my setup information.
- SDK: nRF5 SDK 16.0.0
- Example...
Hello support,
Currently i'm working with one application using NRF52832.
in which i have to fetch data from coming from PIC controller to NRF52832 over UART communication...
Hello, I owe a nRF9160 DK version 0.8.2. The ERRATA 0.7 document says that for this version the GPS antenna does not work well. I need to use GPS for extracting PPS signal...
Hi all, I've been recently working on PSM for my device, and I've not found any resources that answer my query or provide the knowledge I need. From my reading in this article...
Hello whenever I am calling sd_power_system_off(), it gives me the following error- implicit declaration of function 'sd_power_system_off'.
What shall be the optimum solution...
I use a 3.3V battery as VDD on an nRF52832 device.
Along the line this battery might do down from 3.3V to 1.8V. Will the Internal Reference Voltage be consistent at 1.8V...
Hi,
In apply_old_config.h ,here is the code:
for example:
If I set SYSTICK_ENABLED =0 in sdk_config,here will overwrite the macro define because #if defined(SYSTICK_ENABLED...
As per the datasheet of nrf52840 any peripheral like SPI/UART/... can be configured to any of the GPIOs so is the QSPI also.
But at Pin details QSPI pins are recommended...
Hello,
We are working on machine health monitoring system. For that we are using nRF52840 SOC as Central and nRF52833 SOC as end node. We had used single Central node and...
Hello.
I'm beginner on Nordic product and checking the examples with nRF5_SDK_17.0.0_9d13099 on nRF52833 DK Board.
I tested ble_app_uart and it works. Now checking ble_app_hrs...
Hello, I am
I'm a Beginner at developing NRF 51822 My Development Environment sdk : 12.3 IDE: KEIL v5 SoftDevices : s130
Recently, I've been experiencing a lot of...
Hi,
I'm trying to find a way to power down and on again a RAM section, but I haven't had any luck finding.
In the SDK examples, there's a RAM retention example only, but...
Hi! I am using nrf52832 with icm20948 (SPI) and I want to put nrf52 in sleep and wake up if there's any motion detected. I am unable to put my device on sleep by the function...
I use nrf_libuarte_async from nRF5 SDK v16.0.0, without softdevice on nrf52840. The idle power consumption of my board is several tens of uA. I call:
and then the idle...