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...
I notice that the question has been asked as far back as 3 years without any answer!
There are several parts of the datasheet that mentions internal reference voltage sources...
Good morning Mrs
I have a bluetooth module SKB501 which integrate a NRF52840 chip. In that NRF52840, i want to test a code (ble_app_uart) include in the "nRF5_SDK_15.3.0_59ac345...
Hi. We are using RTC2 in our application to trigger an event at 256Hz. We also have a compare running to trigger a compare event at 32Hz.
I have found that over an hour...
Hello guys,
I am using nRF52840 and SDK 15.3.0. Trying to use SPIM3 device because of the speed.
In my sdk_config.h file, I set both NRFX_SPIM_ENABLED and NRFX_SPIM3_ENABLED...
SDK: 15.3.0 Example: ble_app_multirole_lesc Device: EYSHJNZWZ (nRF52832)
I want "nRESET" to be set without pull-up. How can I use "nRESET" without pull-up?
Hello,
While importing the needed libraries for a project I stumbled upon an error in the app_error_handler_gcc.c and app_error_handler_iar.c files. The error is
nrflibraries...
I am using a SPI peripheral on the nRF52832. If the SPI bus is busy when I call
err_code = ble_advertising_start(&m_advertising, BLE_ADV_MODE_FAST);
the routine returns...
Hi, I'm working on a simple SAADC acquire in scan mode.
I create the two following function:
I was able to init and read the adc without problem.
If I remove the...
Hi All, I'm doing some investigative around existing mesh models. In the Mesh Model Bluetooth Specification, Section 7.1, we have a specification, for example:
Generic OnOff...
Hi,
I am considering now the timings during a BLE connection, especially for long range. For that I came across the range delay given in the latest BT Link Layer Specification...
Dear nordic,
I have application that developed using development kit pca10040 . I want to change it to supporting nRF52810. i follow the instruction the link :-
http:...
Hello,
I am developing a solution that measures values on 2 AIN channels in scan mode with the following setup:
- differential mode
- no oversampling
- no burst mode...
%XMONITOR seems to report <reg_status> set to 1 or 5 even though the device has lost connection to the base station - for instance by being moved out of range. Mobility is...
Hello, On my custom board based on nrf9160, I'm using the BMA400 accelerometer sensor. I'm trying to get as low consumption on sleep mode as possible. While I have SPI_3 configured...
Hello.
I m working with this demo: https://github.com/NordicPlayground/thingy52-mesh-provisioning-demo and wondering if my way of thinking is correct:
We have full list...