Hi,
I'm attempting to obtain sensor values for a project to be completed less than a week from now and I have not yet started programming so any help would be greatly appreciated...
Hi
I am using nrf52832,SDK version: SDK : RF5_SDK_17.0.2 .
USE CASE:We have two central and one peripheral.We need to control two central with one peripheral(REMOTE...
Hello,
I am facing an issue with SPI when the SoftDevice S132 is enabled and i cannot figure out what the problem is.
The following test works perfectly when SoftDevice...
Hello!
So I can connect, disconnect and write to my applications characteristics via a PyQt5 GUI I threw together. On the python backend, I use Bleak to
search for devices...
Hi, I am developing using nrf52832 and st7735s.
Successfully displayed the lcd screen using the code in \examples\peripheral\gfx
However, when screen clear, text_8print...
Dear friend I checked the data sheet of 52820 and I didn't see any LPCOMP peripherals. Check the data sheet of 52832, there are LPCOMP peripherals. Comparing COMP and LPCOMP...
Hi Sir,
Since Zigbee_Thread 3.2 released, we prepared two 52840-DKs for consumption test.
One is the door lock example (device #1 Thread_Zigbee_3.2.0\examples\multiprotocol...
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...