Hi, could you please tell me if my assumptions below correct?
Measuring a (ratiometric to VCC) analog signal and selecting VDD_1_2_PS as the reference selecting AIN_NO_PS...
When I initialize the SoftDevice with SOFTDEVICE_HANDLER_INIT(NRF_CLOCK_LFCLKSRC_XTAL_20_PPM, false); // Sets up Crystal Source to 20ppm 32.7628kHz
The project I based...
I am trying to make a product with NRF8002B. I finally have the product prototyped. The user will connect to the device, beep, light up, and track. It will always stay on...
Please,
It seems that "Flow Control" signal is not available on nRF24AP2-USB.
EVENT_TRANSFER_TX_START event message appears only one time after the first data packets...
I am looking for cheapest (up to few hundred USD) and simplest Arduino basic solution to track real-time RFID tags distance (also direction if possible) without additional...
Hi all,
I am new to Nordic semiconductor but I could be interessed by nRF9E5. To check if it could fit my requierement, I would like to know if it possible to configure...
Hi,
I am using ADC without external reference and no analog input in order to measure the battery level with a timer (code at the end).
I am also reading several ports...
Hi,
We have a requirement to connect a SPI device to each SPI interface present on nRF52840, and we want to write to those multiple devices in parallel. Is there any API...
Hello everyone,
I would like to run the ANT examples "ant continuous scanning controller" and "ant scan and forward" on my nRF52840DK(PCA10056) boards however it only supports...
Hi,
We have a device based on nrf_52840, SoftDevice_132_3.0.0 and SDK_12.3.0, using BLE for communicating to a PhoneApp and UART for communicating to a washing machine...
I'm writing an application for the nrf5340 with nrfConnect v1.6.1,
I've been able to do the FOTA upgrade through BLE with the example smp_srv located inside zephyr/samples...
I recently got the nRF52840DK and have been able to build/flash a couple simple samples. However when attempting to try the OpenThread CLI example on tool chain v1.6.1 and...
Hi,
cannot run pc-nrfconnect-launcher v3.7.1, built from sources.
```
$node -v
v12.22.5
$git clone https://github.com/NordicSemiconductor/pc-nrfconnect-launcher...
Hi,
When I want use nrfjprog to program my NRF52, I have a problem.
This why I write to program my nerf : nrfjprog -f nrf52 --program _build/astronaut.hex --sectorerase...
Hello,
Is there example code on how to get NRF_SAADC_INPUT_VDDHDIV5 working? When I do nrfx_saadc_init(), I get NRF_ERROR_INVALID_STATE.
Same code works fine with normal...
I am using nrf5340 and icm20948 for our development. i had initialized things as shown in code attached.
this work fine for me. but when i am uncommenting rc |= inv_icm20948_enable_sensor...
Is there any guidance on zigBee OTA? What are the similarities and differences between ZigBee OTA and BLE OTA? Could you please tell me what I need to pay attention to during...
Today I received my first CMSIS-DAP debug probe (Pitaya link) and tried to integrate it into my development environment. Unfortunately, I must have broken my Pitaya Go (Nordic...
Hello,
I've been very slowly gearing up towards developing for the nRF9160. I'm going through the "nRF Connect SDK Tutorial"
https://devzone.nordicsemi.com/nordic/cellular...
For example, I'd like to add at_cmd_parser to my project. It's under /ncs/nrf/lib/at_cmd_parser.
My project is out-of-tree in its own directory. Initially I tried add to...
Hello,
I am using example code of LIS2DH ac celerometer sensor with nRF SDK v1.3.1. Building the example code I am getting macro error in devicetree.h file as mentioned...