EDIT: We found the reason for this and it is a hardware issue. This question can be deleted as it is no longer valid.
-----
Hello,
We are currently developing a...
Hello,
I would like to obtain some information on the possible substitutes for the nRF51822 (BGA Packaging).
I received notification that right now only the final orders...
I am using the nrf9160 for an OTA firmware update application. I initially executed the fota download file from the http_application_update sample project in it's default...
Hello Team,
Could you please share some sample application or procedure to handle power modes (Sleep, Deep Sleep, etc) of the nrf9160.
Please let me know.
Regards, ...
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...
Hi,
I'm trying to create a PC Python script that upload an application on NRF52 via BLE.
I flashed the NRF52 with this S132/DFU/Application: nRF5_SDK_11.0.0_89a8197/examples...